summaryrefslogtreecommitdiffstats
path: root/doc/rgdb_specs/rgdb_specs.texi (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2007-08-02 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-08-021-110/+0
| | | | | | | | | | | | | | | | | | | * Makefile.am, configure.ac, develenv/direct.t: Remove RDBG. * rgdb_specs/.cvsignore, rgdb_specs/Makefile.am, rgdb_specs/comm.t, rgdb_specs/conclusion.t, rgdb_specs/daemon.t, rgdb_specs/gdbinternals.t, rgdb_specs/interfacing.t, rgdb_specs/intro.t, rgdb_specs/layers.eps, rgdb_specs/layers.jpg, rgdb_specs/layers.txt, rgdb_specs/objectives.t, rgdb_specs/process.eps, rgdb_specs/process.jpg, rgdb_specs/process.txt, rgdb_specs/revision.t, rgdb_specs/rgdb_specs.texi, rgdb_specs/seqbreak.eps, rgdb_specs/seqbreak.jpg, rgdb_specs/seqbreak.txt, rgdb_specs/seqdetach.eps, rgdb_specs/seqdetach.jpg, rgdb_specs/seqdetach.txt, rgdb_specs/seqinit.eps, rgdb_specs/seqinit.jpg, rgdb_specs/seqinit.txt, rtems_gdb/.cvsignore, rtems_gdb/Makefile.am, rtems_gdb/commands.t, rtems_gdb/example.t, rtems_gdb/intro.t, rtems_gdb/rtems_gdb.texi, rtems_gdb/started.t, rtems_gdb/swarch.t, rtems_gdb/trouble.t: Removed.
* 2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2007-06-211-1/+2
| | | | | | | | | | | | * ada_user/ada_user.texi, bsp_howto/bsp_howto.texi, cpu_supplement/cpu_supplement.texi, develenv/develenv.texi, filesystem/filesystem.texi, itron3.0/itron.texi, networking/networking.texi, porting/porting.texi, posix1003.1/posix1003_1.texi, posix_users/posix_users.texi, rgdb_specs/rgdb_specs.texi, rtems_gdb/rtems_gdb.texi, started/started.texi, started_ada/started_ada.texi, user/c_user.texi: Print table of contents in front of manual where it should be when you print.
* 2003-09-19 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-09-191-0/+1
| | | | * rgdb_specs.texi: Merge from branch.
* 2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-251-1/+1
| | | | * rgdb_specs.texi: Set @setfilename rgdb_specs.info.
* 2001-01-17 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-01-171-1/+2
| | | | | | | * SUPPORT, LICENSE: New files. * Numerous files touched as part of merging the 4.5 branch onto the mainline development trunk and ensuring that the script that cuts snapshots and releases works on the documentation.
* Patch rtemsdoc-4.5.0-rc-13-cvs.diff.gz from Ralf CorsepiusJoel Sherrill2000-06-141-1/+0
| | | | | | | | <corsepiu@faw.uni-ulm.de> which: * should fix the building rtemsdoc outside of the sourcetree with relative srcdir issue * adds --enable-papersize=[letter|a4|]
* Purged as many egcs references as possible.Joel Sherrill2000-06-101-1/+1
|
* Patch rtems-rc-4.5.0-21.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>Joel Sherrill2000-06-101-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | which splits the current monolithic specs files into a sequence of subparts. These can be concatenated togather to make a the whole .spec file. This cleans up the maintenance problem of having "all languages" and a "C/C++ only" gccnewlib spec files. Plus it should make it easier to produce variants like the gdb-m68k-bdm which require special hackery. :) Ralf's comments: It addresses the way *.spec.in get composed inside of the source tree. Changes: * Each spec.in is broken into several files (*.add), one *.add file per sub-package. * Each Makefile.am composes spec.ins from the *.add files * Removal of redundant automake support files. * Default value for BuildRoot changed to /tmp/<spec-file-name> * %clean stage added to *specs Advantages (IMHO). * The *.add files are easier to adminstrate and more flexible in comparison to the former *.specs.ins. * gccnewlib_c_only.spec.in now is composed from the same sources as gccnewlib.spec.in (less errors) * If using the default BuildRoot --clean now deletes all files that were generated while building. Notes: * rtems.spec.in has not yet been adapted to the scheme used for the other *spec.ins * Except for cosmetical changes the internals of the *.spec files should not have changed. To Apply: cvs rm -f scripts/binutils/binutils.spec.in cvs rm -f scripts/gccnewlib/gccnewlib.spec.in cvs rm -f scripts/gccnewlib/gccnewlib_c_only.spec.in cvs rm -f scripts/gdb/gdb.spec.in cvs rm -f scripts/config.sub cvs rm -f scripts/config.guess cvs rm -f scripts/install-sh cvs rm -f scripts/mkinstalldirs cvs rm -f scripts/missing patch -p1 < rtems-rc-4.5.0-21.diff cvs add scripts/*/*.add cvs add scripts/*/README
* Patch rtemsdoc-4.5.0-rc-8.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.Joel Sherrill2000-06-011-16/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ralf's comments follow: Changes: * Enhanced versioning: - Addition of automake's version.texi support - Replacement of rtemsdoc's former versioning support by automake's versioning support (Abandoning RTEMS-UPDATE-* etc.) - Abandoning setup.texi.in - Add EDITION to each documents Makefile.am - version.texi support in project.am - Addition of maintainer mode (currently only used to prevent incorrectly updating timestamps when users touch automake's version.texi timestamp files (stamp-vti)). * Fixing info dir support - Use texinfo's @dircategory and @direntry instead of infos *-DIR-ENTRY - $(infodir)/dir is now correctly set up * Avoid using temporary files - Pipe texts through REPLACE2 into BMENU2 instead of using temporary files. - Abandon using bmenu in favor of bmenu2 (bmenu could be removed now) * Prepare Makefile.ams for building in a separate buildtree - prefix files with $(srcdir) in Makefile.am for files which must be generated inside of the source tree Notes: * rtemsdoc can not yet be build in a separate source-tree, but we are very close to it. * You as the maintainer of this package now should always use --enable-maintainer-mode to configure rtemsdoc.
* Changed copyright date to 1999.Joel Sherrill1999-11-161-1/+1
|
* Numerous minor changes required to transition to the latest versionJoel Sherrill1999-10-011-1/+1
| | | | | of texinfo and TeX. This version of the tools can produce PDF with figures included.
* Accidentally added the .tex file not the .texi root document.Joel Sherrill1999-04-021-0/+115
Also the Makefile had "@include" lines in it.