Timeline



06/14/00:

22:02 Changeset in rtems [1ef6250]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file from Ralf.
21:28 Changeset in rtems [219d59d1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Enable data cache as well.
21:14 Changeset in rtems [5847e8b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Use John Cotton's more permanent email address.
21:13 Changeset in rtems [730daa6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Moved <sys/cdefs.h> from libnetworking to lib/include so non-networking configurations could see it while including <sys/ioctl.h> and <sys/ioccom.h>.
20:33 Changeset in rtems [b91b1cf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added Cache Manager and MBX8xx credits.
20:32 Changeset in rtems [5e77d129]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from John Cotton <john.cotton@…> to correct cache routine naming to follow RTEMS package/object.method rule. This patch also eliminated calls to the obsolete routine m68k_enable_caching.
20:22 Changeset in rtems [9b05600]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
* empty log message *
20:21 Changeset in rtems [07f0442]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added include of options.h since it was not being picked up by the network build.
20:21 Changeset in rtems [05352c24]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added .cvsignore files.
19:56 Changeset in rtems [8dacd03]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Conditionally do not assemble 403 code.
17:43 Changeset in rtems [f585287]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Darlene A. Stewart <Darlene.Stewart@…> to add missing file to Makefile.am.
17:22 Changeset in rtems [32e2554]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-4.5-beta3-mon.diff from Chris Johns <cjohns@…> to: I have also added the ability to register and unregister commands. This allows me to create a set of monitor commands for the network stack plus basic memory dump/patch commands (needs a working probe interface). I will also look at a basic ls/cd/rm/mv/cp command set at some stage. I have been thinking about changing the monitor in the future to more like a light weight RTEMS shell, `eshell' for embedded shell. This is a story for another day but is a process or getting the commands to map to the filesystem (eg, major=commands, minor=command) and supporting an environment. The filesystem provide a structure for the commands.
17:18 Changeset in rtems [6f93bb4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Chris Johns <cjohns@…> to enhance network initialization. This adds an interface which makes it easier to control the BSD stack from user code. The BSD stack initialise uses it. It is a sort of `function' interface for an ifconfig command. I also added support for attaching and removing interfaces. With hot swap PCI comming online support for hot swap PCI will be an important factor in "state of art" RTOS's. This is also part of a general move on my part to allow RTEMS to be configured at runtime by calls rather than table driven at initialisation.
17:15 Changeset in rtems [ec6968b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000614-2-cvs.diff from Ralf Corsepius <corsepiu@…> to evaluate ACLOCAL_AMFLAGS in Makefile.ams before running aclocal. Remark: This patch is in preparation to switching to Cygnus/GNU canonicalization. I plan to introduce to an alternate aclocal macros directory which shall contain Cygnus/GNU conforming macros only, soon.
17:12 Changeset in rtems [c63a5cf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000614-1-cvs.diff from Ralf Corsepius <corsepiu@…> that addresses a couple of minor configuration issues which popped up when experimenting with multilibs. Note: The multigen generated make/custom/bare-*.cfg will still be non-functional, even after having applied this patch.
17:07 Changeset in rtems [ac815430]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtems-rc-20000614-sh.tar.gz from Ralf Corsepius <corsepiu@…> that migrates the SH port to multilib'ing. This patch involved moving a number of files in the CVS repository, adding new files, and deleting files from their previous location. Ralf gave good instructions (not repeated here) and here are his notes: Note 1: In this version, I did not change the installation points of the headers which are moved inside of the source-tree. This is a temporary hack for not breaking compatibility with 4.5 based BSPs, but will probably not last once having real multilibs (We would have include file conflicts when several BSPs/CPU_MODELS share a common installation prefix). Note 2: I hope not to have broken too much, but I would not be astonished if something goes wrong. Note 3: There are more patches to come :)
15:52 Changeset in rtems [61bd0301]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Moved PowerPC cache management code to libcpu. Also compiled mpc8xx libcpu support for the first time and remove includes of bsp.h, references to BSP_Configuration, and Cpu_table. All of these can be obtained directly from RTEMS now.
15:51 Changeset in rtems [e4d7169f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Must now pull in cache management code from libcpu.
15:48 Changeset in rtems [7ea5f349]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed alloc860.c and mmu.c from C_FILES since they are now in libcpu.
15:48 Changeset in rtems [14210f52]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Do not build if networking disabled.
15:47 Changeset in rtems [134b163f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed building of libcpu.a. It is now the individual BSPs responsibility to explicitly pick up the components they require. This makes it easier to override default implmentations.
15:46 Changeset in rtems [bb47a3b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed to standard make-exe type rule.
15:45 Changeset in rtems [b31839e7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Moved PPC_VECTOR_FILE_BASE to targopts.h
15:41 Changeset in rtems [1188c0c6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Thread iterate not ready for submission -- removed.
15:39 Changeset in rtems [ddbaa1e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Moved to include subdirectory.
15:39 Changeset in rtems [0a18747]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New files containing cache manager functionality stripped from score/cpu/powerpc.
15:39 Changeset in rtems [18dbd6a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
15:38 Changeset in rtems [abd9401]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Functionality moved from directory above to accomodate building shared source code.
15:37 Changeset in rtems [90ff45b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Moved from score/cpu/PowerPC.
14:25 Changeset in rtems [e90e428]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtemsdoc-4.5.0-rc-13-cvs.diff.gz from Ralf Corsepius <corsepiu@…> which: * should fix the building rtemsdoc outside of the sourcetree with relative srcdir issue * adds --enable-papersize=[letter|a4|]
13:38 Changeset in rtems [fdcb2b52]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Thread iterator and libgjc support submitted too early.
13:08 Changeset in rtems [caacc739]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fix typo.

06/13/00:

22:57 Changeset in rtems [afd63b7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added crude i960ka support.
22:52 Changeset in rtems [df01ecce]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Pickup console-polled.c from the libbsp/shared directory.
22:34 Changeset in rtems [98a45c06]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removing clock and timer since this BSP does not currently have them.
22:25 Changeset in rtems [8358faa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Prototypes for cache manager support functions now agree.
22:14 Changeset in rtems [7d52750]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.
21:53 Changeset in rtems [cf1f72e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Moved i386 and m68k cache management code to libcpu. Everything now is an implementation of the prototypes in rtems/rtems/cache.h. The libcpu/i386/wrapup directory is no longer needed. The PowerPC needs this done to it.
21:52 Changeset in rtems [f0b11d63]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added .cvsignore.
21:45 Changeset in rtems [310a2ec]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added .cvsignore.
21:45 Changeset in rtems [f94441ee]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added .cvsignore files.
21:44 Changeset in rtems [d2803ea6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Accounted for 1 task used.
21:44 Changeset in rtems [c30f5e88]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed unused directories from Makefile.am and warnings from cvs by adding .cvsignore files.
21:42 Changeset in rtems [80ad143b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Temporary hack to compile. Need to probably address definition of all FIO constants and conflict with libnetworking code.
21:41 Changeset in rtems [2adcb4dd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Temporary hack to compile.

06/12/00:

21:34 Changeset in rtems [3ab61f0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from John Cotton <john.cotton@…>, Charles-Antoine Gauthier <charles.gauthier@…>, and Darlene A. Stewart <Darlene.Stewart@…> to add support for a number of very significant things: + BSPs for many variations on the Motorola MBX8xx board series + Cache Manager including initial support for m68040 and PowerPC + Rework of mpc8xx libcpu code so all mpc8xx CPUs now use same code base. + Rework of eth_comm BSP to utiltize above. John reports this works on the 821 and 860.
20:55 Changeset in rtems [d33b901] by Joel Sherrill <joel.sherrill@…>
changed version to 4.5.0-beta3a
20:30 Changeset in rtems [1dc9286] by Joel Sherrill <joel.sherrill@…>
changed version to 4.5.0-beta3a
20:29 Changeset in rtems [b96734c] by Joel Sherrill <joel.sherrill@…>
Fixed so hppa1.1 compiles with only problems in simhppa BSP.
20:27 Changeset in rtems [edc61d4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Fixed so hppa1.1 compiles with only problems in simhppa BSP.
20:06 Changeset in rtems [41ab6966]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from John Cotton <john.cotton@…>, Charles-Antoine Gauthier <charles.gauthier@…>, and Darlene A. Stewart <Darlene.Stewart@…> to add support for a number of very significant things: + BSPs for many variations on the Motorola MBX8xx board series + Cache Manager including initial support for m68040 and PowerPC + Rework of mpc8xx libcpu code so all mpc8xx CPUs now use same code base. + Rework of eth_comm BSP to utiltize above. John reports this works on the 821 and 860
19:57 Changeset in rtems [8ef3818]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from John Cotton <john.cotton@…>, Charles-Antoine Gauthier <charles.gauthier@…>, and Darlene A. Stewart <Darlene.Stewart@…> to add support for a number of very significant things: + BSPs for many variations on the Motorola MBX8xx board series + Cache Manager including initial support for m68040 and PowerPC + Rework of mpc8xx libcpu code so all mpc8xx CPUs now use same code base. + Rework of eth_comm BSP to utiltize above. John reports this works on the 821 and 860
18:46 Changeset in rtems [f481c39c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Ensure that when -msoft-float is specified for multilib builds, that something indicates this. Eventually this needs to be merged into gcc.
18:46 Changeset in rtems [380b2231] by Joel Sherrill <joel.sherrill@…>
Works on Solaris and Linux.
18:45 Changeset in rtems [ce5b291f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Works on Solaris and Linux.
17:09 Changeset in rtems [e275cab]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch rtemsdoc-4.5.0-rc-12-cvs.diff from Ralf Corsepius <corsepiu@…> that makes the following changes: * Don't use a temporary file for ch19.texi anymore * pass all files to be handled by summarize as commandline arguments * Remove a dangling empty first line in posix1003_1.texi (texi2html (!) expects \input texinfo on the first line)
16:46 Changeset in rtems [91a49b38]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corsepius <corsepiu@…> to correct problems on RELEASE versus VERSION.
16:45 Changeset in rtems [f535868a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added out of date comment.
16:44 Changeset in rtems [12b64d7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed references to printk as part of moving it to a more shareable location in libc.
16:37 Changeset in rtems [1bce637]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added printk as a generic, shared routine.
16:36 Changeset in rtems [1f5cb74]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file. This is a simple termios console driver which is sufficient to do polled IO on a single port with VERY little support code.
16:34 Changeset in rtems [68c498f4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added i960sim BSP which (ignoring the 3 instructions not supported by gdb 5.0's i960 simulator) is enough to run hello world.
15:56 Changeset in rtems [c243c49] by Joel Sherrill <joel.sherrill@…>
Added i960KA support in anticipation is i960 gdb simulator BSP.
15:39 Changeset in rtems [edeed26]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Merge lossage. Apparently the DOS/UNIX CRLF issue got lost.
15:26 Changeset in rtems [19c6e495] by Joel Sherrill <joel.sherrill@…>
changed version to 4.5.0-beta3a
15:24 Changeset in rtems [930c1c8] by Joel Sherrill <joel.sherrill@…>
Merging main trunk and 4.5 branch. These changes were in the main trunk.
15:00 Changeset in rtems [df49c60]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Merged from 4.5.0-beta3a
14:22 Changeset in rtems [6a62bce] by Joel Sherrill <joel.sherrill@…>
changed version to 4.5.0-beta3a
14:19 Changeset in rtems [f18d2e74] by Joel Sherrill <joel.sherrill@…>
Updated a bit.
14:09 Changeset in rtems [531cbf9] by Joel Sherrill <joel.sherrill@…>
Changed st_atime, st_ctime, and st_mtime for IMFS nodes to be stat_ to avoid conflicts with macros on Solaris.
14:07 Changeset in rtems [f981326] by Joel Sherrill <joel.sherrill@…>
Updated version.

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@…>.
Note: See TracTimeline for information about the timeline view.