Timeline



05/21/98:

19:11 Changeset in rtems [7e93af1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 980521
18:46 Changeset in rtems [31668a6]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Use gcc to look for size also
18:26 Changeset in rtems [bd5e4f3b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added bare bsp from Chris Johns <cjohns@…>.
16:49 Changeset in rtems [90cf4cc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Corrected license notices per Eric's permission
16:46 Changeset in rtems [6207ea2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file from Ralf Corsepius
16:46 Changeset in rtems [941f6f3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file from Eric Valette
16:41 Changeset in rtems [1e9c9d4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Per patch from Ralf Corsepius removed redundant lines.
16:41 Changeset in rtems [dd84f12]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed undesirable space in TARGET_ARCH assignment line. Cleaned up command line macro definitions. Per patch from Ralf Corsepius UNIX ports always needs C++ for rtems-ctor.cc.
16:40 Changeset in rtems [d494eeb4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Per patch from Ralf Corsepius UNIX ports always needs C++ for rtems-ctor.cc.
16:39 Changeset in rtems [d7588ef]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Per suggestion from Ralf Corsepius made all macros solaris2 -- not solaris or solaris2.
16:38 Changeset in rtems [0d48220]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Remove --start-group/--end-group pair to support non-GNU ld's.
16:38 Changeset in rtems [fe2401b2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Regenerated.

05/20/98:

17:09 Changeset in rtems [27dccae]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch to add return status to rtems_termios_enqueue_raw_characters from Eric Norum per request from Geoffroy Montel: > The rtems_termios_enqueue_raw_characters function type is void. > The problem is that I can't return an error message if the input > buffer is full. > Could we add a return value? Sure, but what would you do with the overflow indication? POSIX says, when the input limit is reached, the saved characters are thrown away without notice. Anyhow, the change is so small I've done it and enclosed the patch.
17:06 Changeset in rtems [2efdd08]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Patch from Ralf Corseipus to fix latent configure problems suddenly triggered: The breakdown: * CC_FOR_TARGET and CXX_FOR_TARGET were not correctly re-read from autoconf's configuration cache (config.cache) * If <target>-[gcc|g++] was not found while running configure, the config macros tried to use other (wrong) compilers (e.g. cc). Changes: * New RTEMS_PROG_CC macro (aclocal/prog-cc.m4). * New RTEMS_PROG_CXX macro (aclocal/prog-cxx.m4) * Moved a shell script fragment from configure.in to a new m4-autoconf macro (New file: aclocal/tool-prefix.m4) * Minor changes to configure.in I tested it with linux/posix (native gcc/primary libc) and sh-rtems/gensh1 on a linux host and didn't notice any bugs related to the problems mentioned above. There seem to be more bugs with the posix bsp, but I consider them minor as the build run completed successfully. It is just too late for me to attempt to fix them now.
17:02 Changeset in rtems [17a8d603]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Some patches in place from Brian Stevens which help the Solaris port build. It does not link successfully for him. It does not compile for me locally.
17:01 Changeset in rtems [7aa10b0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Copied gcc 2.7.2 style make-exe rule to gcc 2.8 conditional. This lets the makefile work in both cases.
17:01 Changeset in rtems [5dd4212]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Changed CPP rule per patch from Ralf Corsepius.
17:00 Changeset in rtems [603d706]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added tcdrain() from Eric Norum
16:34 Changeset in rtems [7139415]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Regenerated

05/19/98:

11:34 Changeset in rtems [9c3b406b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Addition of tcdrain() from Eric Norum.
10:53 Changeset in rtems [3ac8e59c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Removed prototype of rtems_libio_config() per Chris Johns' eagle eye.

05/18/98:

17:35 Changeset in rtems [8dc5d00f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to 980518
16:43 Changeset in rtems [98c73895]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file from Pedro Romano
16:40 Changeset in rtems [ca0bafa7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added much stuff formerly in multiple compiler files.
16:39 Changeset in rtems [0500c342]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added conditional around TARGET_ARCH to prevent accidental overrides.
16:39 Changeset in rtems [7ebfa93]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Switched to using shared gcc-target-default.cfg.
16:38 Changeset in rtems [6ee6abb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added C++ rule. Added CROSS_TARGET conditionals so unix port can share this file.
16:37 Changeset in rtems [60fa630]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added RTEMS_CROSS_TARGET.
16:37 Changeset in rtems [64876e3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added bsp_specs.
16:37 Changeset in rtems [bac7b61]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Include memory for Ada task stacks.
16:36 Changeset in rtems [38093c0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Modified to find C++ compilers.
16:36 Changeset in rtems [0b76723]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Support bsp_specs style building for linux and solaris. Improved C++ support.
16:35 Changeset in rtems [158f2110]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Regenerated.
16:32 Changeset in rtems [185fab0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added proper reference now that Embedded Systems Programming's WWW site is available and has the code available.
14:41 Changeset in rtems [5c84407]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Update from Ralf Corsepius.
14:41 Changeset in rtems [a863c50]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Updates from Pedro Romano.
14:40 Changeset in rtems [7d78f40]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.

05/15/98:

12:35 Changeset in rtems [027f1af]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
New file.

05/12/98:

15:28 Changeset in rtems [5970fc21]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Added test case for table -- barfs when optimization is enabled

05/11/98:

17:41 Changeset in rtems [9caa3e3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
Cleaned up to remove warnings.
17:40 Changeset in rtems [4fca3ea0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
regenerated automatically
17:39 Changeset in rtems [c4638fff]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
new file to support execv family support in newlib
17:39 Changeset in rtems [d37ea462]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
execv*() now comes from newlib.
Note: See TracTimeline for information about the timeline view.