Timeline



06/10/00:

20:33 Changeset in rtems [0ab65474]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Purged as many egcs references as possible.
19:41 Changeset in rtems [110445c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-4.5.0-21.diff from Ralf Corsepius <corsepiu@…> 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
18:37 Changeset in rtems [e88f4978] by Joel Sherrill <joel.sherrill@…>
Make sure Context_Control is large enough.
18:36 Changeset in rtems [98165e21] by Joel Sherrill <joel.sherrill@…>
Check that context control overlay is big enough.

06/09/00:

18:45 Changeset in rtems [c5fe7cf6] by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-4.5.0-27-cvs from Ralf Corsepius <corsepiu@…> to remove syntactically incorrect else code that was technically unneeded anyway.

06/08/00:

01:37 Changeset in rtems [c580598] by Joel Sherrill <joel.sherrill@…>
Configure a default interrupt stack size.

06/07/00:

13:34 Changeset in rtems [8b9aa32d] by Joel Sherrill <joel.sherrill@…>
Added -DUSE_INIT_FINI so they should be able to run C++ tests.
13:31 Changeset in rtems [423fb5ac] by Joel Sherrill <joel.sherrill@…>
Changed patch version for newlib to include Ralf's fixes for install shell script problems.
13:31 Changeset in rtems [b790e39] by Joel Sherrill <joel.sherrill@…>
Changed distribution version.
13:31 Changeset in rtems [b24ef526] by Joel Sherrill <joel.sherrill@…>
Do not include config.sub and config.guess in distribution. scripts must be loaded as a subdirectory of an RTEMS release.
13:29 Changeset in rtems [68638f0] by Joel Sherrill <joel.sherrill@…>
Added attributes of allocatable and executable to .reset and .initial sections so they are disassembled by objdump and loaded by gdb.
13:27 Changeset in rtems [1a632e8e] by Joel Sherrill <joel.sherrill@…>
-T linkcmds now part of %lib rule so %link rule can more easily honor the CPU model library linking rules built into gcc.
13:23 Changeset in rtems [259397cc] by Joel Sherrill <joel.sherrill@…>
Added *spec.in since they are now automatically generated from the *.add files.

06/06/00:

13:44 Changeset in rtems [bdf9a994] by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: gccnewlib.add applies find -path=... which might cause files.gcc getting corrupted. This seems to be gnu-find specific and doesn't seem to be supported by Solaris find (/usr/bin/find). I didn't see this because I use gnu-find even under Solaris (/amd/bin/find under our Solaris installation). This causes the first call to find in gccnewlib.add to deliver incorrect results and may result into incorrectly setting up the files.* files, esp. files.gcc.

06/02/00:

20:13 Changeset in rtems [19f4540e] by Joel Sherrill <joel.sherrill@…>
Updated patch versions.

06/01/00:

21:54 Changeset in rtems [6810959]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed old bmenu version.
21:54 Changeset in rtems [f8f1ec7c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed since unused.
21:50 Changeset in rtems [fd16f5b5] by Joel Sherrill <joel.sherrill@…>
Patch from Keith Outwater <vac4050@…> to rename webserver trace() routine to goahead_trace() to avoid name conflicts with ncurses.
21:04 Changeset in rtems [e189f6b7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…> to: This patch changes the installation directory of the supplements to supplements/<cpu>. This allows browsing the html files inside of the source tree, because after having applied this patch, the structure of the html installation directory hierarchy is the same as the directory structure of the source tree.
17:25 Changeset in rtems [b777c2a1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Readding.
15:29 Changeset in rtems [fc76a6aa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtemsdoc-4.5.0-rc-8.diff from Ralf Corsepius <corsepiu@…>. 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.

05/31/00:

22:31 Changeset in rtems [e89694e] by Joel Sherrill <joel.sherrill@…>
Distributed the preinstall of the header files to the directories owning the header files.
15:27 Changeset in rtems [322c894] by Joel Sherrill <joel.sherrill@…>
Patch to: 1. Fixes a typo in the code conditionalized by GEN68360_WITH_SRAM 2. Mods the code to add support for an additional bank of SRAM (needed more RAM to run the web server!) From <vac4050@…> reviewed by Eric Norum <eric@…>.
15:24 Changeset in rtems [3081446] by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-4.5.0-25.diff from Ralf Corsepius <corsepiu@…> multilib handling issues.
15:05 Changeset in rtems [db07e68] by Joel Sherrill <joel.sherrill@…>
Update from John S. Gwynne <jsg@…> that: * updated README * improved misc script for running the RTEMS test programs * Updated 332 SIM configuration in start.c * C++ global constructor fix (USE_INIT_FINI) * change end_of_ram to _RamEnd to match changes by others
15:01 Changeset in rtems [0adfb213] by Joel Sherrill <joel.sherrill@…>
Added -DUSE_INIT_FINI to all m68k and PowerPC BSPs.
14:14 Changeset in rtems [fe4edc8] by Joel Sherrill <joel.sherrill@…>
Include clockdrv.h and console.h per Frank Szczerba <frank@…>.
13:35 Changeset in rtems [6a8700d] by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…> to: This is the diff to let gcc-target-default.cfg use LINK.c -Wl,-r instead of LD -r for building *.rels. BTW: gcc -r works but seems to be undocumented, however as gcc -r -v shows it seems to works. Now I am using -Wl,-r :-)
13:25 Changeset in rtems [c849746]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…>: Adds a -I <path> option to texi2www. This option is supposed to compatible to the option of the same name in makeinfo, texi2dvi etc. [This patch actually is kind of a hack, but it works :]
13:24 Changeset in rtems [f65b3668]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Typo caught by Ralf Corsepius <corsepiu@…>.

05/30/00:

14:07 Changeset in rtems [75061954] by Joel Sherrill <joel.sherrill@…>
Patch from Nick Simon <Nick.SIMON@…> to make error.h C++ safe.

05/28/00:

20:14 Changeset in rtems [a3f5b6b] by Joel Sherrill <joel.sherrill@…>
Added a special CPU model of "rtems_multilib". This is the beginnings of an experiment to determine what it will take to multilib most of RTEMS per GNU multilib conventions. It is thought that only interrupt processing and IO are not multlib-able. This means that a BSP Kit should include IRQ processing from score/cpu, all peripheral support (header files from score/cpu, libchip, and libcpu), and the BSPs themselves. The rest of RTEMS should be multlib-able. But to do this, all RTEMS CPU model feature flags must be derivable from gcc cpp predefines. By configuring the bare bsp with the rtems_multilib CPU model, you can try any combination of CPU CFLAGS and see well how the logic in that section of the <CPU>.h works. Once all CPU multilib variations can be built, then RTEMS proper can be multilib'ed and separated from the BSPs.
19:40 Changeset in rtems [deeecc1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected instructions.
19:38 Changeset in rtems [91c2b82e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected typo.
19:37 Changeset in rtems [2038a444]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added information on Application Makefiles.
19:37 Changeset in rtems [1732414]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added information on how to do this step if you installed tool binaries rather than unpacking everything.
19:37 Changeset in rtems [874f9ed2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added start-?
19:36 Changeset in rtems [8f16505]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added build45.texi.
19:36 Changeset in rtems [1750364c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Reformatted ASCII slightly to avoid line wrap.
19:33 Changeset in rtems [2f957f19]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Merged Ralf Corsepius' 4.5 Build Issues FAQ into this.
18:31 Changeset in rtems [31bfb92]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch obtain from bug-texinfo mailing list from Trevin Beattie <trevin@…> to make hyperlinks take you to the top of a page rather than the bottom.
18:27 Changeset in rtems [3dacf35]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Change linkcolor to Blue from Cyan per patch from Trevin Beattie <trevin@…> obtained from bug-texinfo mailing list.
18:26 Changeset in rtems [9fa28fbc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Bug fix from Trevin Beattie <trevin@…> picked up from the bug-texinfo mailing list: There is also a bug in the PDF outline: Any outline item containing an underscore shows up as a bunch of texinfo codes ("@unhbox @kern.06em @vbox{..."). This bug was remedied by the following addition to \pdfmakeoutlines.
18:21 Changeset in rtems [81ecc05b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updated to reflect lower confdefs.h values and new control over number of termios ports.
18:14 Changeset in rtems [63cf252f] by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-4.5.0-21.diff from Ralf Corsepius <corsepiu@…> 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
18:12 Changeset in rtems [f50c11b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
These files were added or deleted on the 4.5 branch as part of Ralf's patch to split the .spec files into multiple ".add" parts.
18:03 Changeset in rtems [22095e22] by cvs2git <rtems-devel@…>
This commit was manufactured by cvs2svn to create branch 'rtems-4-5-branch'. Cherrypick from master 2000-05-28 18:03:55 UTC Joel Sherrill <joel.sherrill@…> 'Added on 4.5 branch': scripts/binutils/base-binutils.add scripts/binutils/binutils.add scripts/binutils/target-binutils.add scripts/gccnewlib/base-chill.add scripts/gccnewlib/base-g77.add scripts/gccnewlib/base-gcc.add scripts/gccnewlib/base-gcj.add scripts/gccnewlib/gccnewlib.add scripts/gccnewlib/target-chill.add scripts/gccnewlib/target-g77.add scripts/gccnewlib/target-gcc.add scripts/gccnewlib/target-gcj.add scripts/gccnewlib/target-objc.add scripts/gdb/base-gdb.add scripts/gdb/gdb.add scripts/gdb/target-gdb.add
18:03 Changeset in rtems [778239e9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added on 4.5 branch
17:53 Changeset in rtems [559cf76] by Joel Sherrill <joel.sherrill@…>
Updated newlib version which bumped the gnatnewlib version.
17:53 Changeset in rtems [5bd07d4] by Joel Sherrill <joel.sherrill@…>
Updated newlib, gdb, and gcc patch versions which bumped the RPM release of gccnewlib and gdb.
17:52 Changeset in rtems [19de118] by Joel Sherrill <joel.sherrill@…>
New version number.
17:52 Changeset in rtems [d102375e] by Joel Sherrill <joel.sherrill@…>
Removed definition of PPC_ABI and PPC_ASM as there are now defaults that reflect the GNU toolset.
17:49 Changeset in rtems [dd72009] by Joel Sherrill <joel.sherrill@…>
Added casts to avoid warnings.
17:47 Changeset in rtems [1d89b75c] by Joel Sherrill <joel.sherrill@…>
Removed more warnings. In particular added ifdef's on IPV6 for variables only used in IPV6.
17:46 Changeset in rtems [f8d36645] by Joel Sherrill <joel.sherrill@…>
Added prototype of fdopen() since it is not strict ANSI and not having a prototype caused warnings.
17:45 Changeset in rtems [9c948846] by Joel Sherrill <joel.sherrill@…>
Added cast to remove warning.
17:45 Changeset in rtems [96efaf67] by Joel Sherrill <joel.sherrill@…>
Renamed delay() to avoid conflicts since it is a common name that was in particular used by the ttcp test.
17:43 Changeset in rtems [3704a9a] by Joel Sherrill <joel.sherrill@…>
Added defaults for PPC_ABI and PPC_ASM so every PowerPC does not have to define them to their default value. The default values reflect the ABI and Assembly format of the current GNU tools.
17:42 Changeset in rtems [cfca5db] by Joel Sherrill <joel.sherrill@…>
Removed warning by adding return NULL.
17:41 Changeset in rtems [9d05d68f] by Joel Sherrill <joel.sherrill@…>
Changed sed command to avoid severe limitations in Solaris /bin/sed. Detected by Joel after multiple reports on the rtems-users mailing list. Final fix from Ralf Corsepius.
Note: See TracTimeline for information about the timeline view.