Timeline



11/13/00:

23:00 Changeset in rtems [f5f54cfa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Jiri Gaisler <jgais@…> * ChangeLog?, .cvsignore, Makefile.am, bspclean.c, bspstart.c, gnatcommon.c, start.S: New files. Largely moved from ERC32 BSP to be able to be shared with LEON and other SPARC BSPs.
22:58 Changeset in rtems [f6ef823a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Jiri Gaisler <jgais@…> * network/sonic.c: Added ipalign() routine to align the received packet so that the ip header is on a 32-bit boundary. Necessary for cpu's that do not allow unaligned loads and stores and when the 32-bit DMA mode is used.
22:51 Changeset in rtems [a44f9ca5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Jiri Gaisler <jgais@…> * README.configure, aclocal/bsp-alias.m4, aclocal/check-bsps.m4: Modified to reflect addition of LEON BSPs as well as the no-FP ERC32 variant.
22:48 Changeset in rtems [cd0324cf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Jiri Gaisler <jgais@…> * custom/Makefile.am: Modified to reflect addition of files. * custom/erc32.cfg: Modified to support addition of no-FP ERC32 variant. * custom/erc32nfp.cfg, custom/leon1.cfg, custom/leon2.cfg: New file.
22:41 Changeset in rtems [599b8b2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Jiri Gaisler <jgais@…> * Makefile.am, configure.in: Added shared directory as part of enhancing ERC32 and adding LEON.
22:40 Changeset in rtems [b21b0ab]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Jiri Gaisler <jgais@…> * .cvsignore, ChangeLog?, Makefile.am, README, bsp_specs, configure.in, times, clock/.cvsignore, clock/Makefile.am, clock/ckinit.c, console/.cvsignore, console/Makefile.am, console/console.c, console/consolereserveresources.c, console/debugputs.c, gnatsupp/.cvsignore, gnatsupp/Makefile.am, gnatsupp/gnatsupp.c, include/.cvsignore, include/Makefile.am, include/bsp.h, include/coverhd.h, include/leon.h, start/.cvsignore, start/Makefile.am, startup/.cvsignore, startup/Makefile.am, startup/boardinit.S, startup/linkcmds, startup/setvec.c, startup/spurious.c, timer/.cvsignore, timer/Makefile.am, timer/timer.c, tools/.cvsignore, tools/Makefile.am, tools/configure.in, tools/runtest.in, wrapup/.cvsignore, wrapup/Makefile.am: New file.
22:31 Changeset in rtems [3eec211]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Jiri Gaisler <jgais@…> * ChangeLog?, .cvsignore, Makefile.am, bspclean.c, bspstart.c, gnatcommon.c, start.S: New files. Largely moved from ERC32 BSP to be able to be shared with LEON and other SPARC BSPs.
22:29 Changeset in rtems [2700423]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Jiri Gaisler <jgais@…> * Makefile.am, configure.in, gnatsupp/Makefile.am, gnatsupp/gnatsupp.c, include/Makefile.am, include/bsp.h, start/Makefile.am, startup/Makefile.am, startup/setvec.c, wrapup/Makefile.am: * erc32sonic: New directory. * erc32sonic/Makefile.am, erc32sonic/erc32sonic.c, erc32sonic/.cvsignore: New files. * include/erc32.h: New file. * startup/boardinit.S: New file. Big update of SPARC support for ERC32 and LEON. Added support for ERC32 without floating point. Added SONIC support as configured on Tharsys ERC32 board. The bsp's share various code in the shared directory: gnat-support, start-up code, etc. To decrease the foot-print, I removed the 16 kbyte start-up stack that was put in .bss and never reused once the system was up. The stack is now put between the heap and the workspace. To reclaim it, the user can do a rtems_region_extend to merge the stack to the heap region once the system is up.
14:59 Changeset in rtems [7f5213d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-13 Joel Sherrill <joel@…> * clock_driver_stub.c: This is a stub of a clock driver that is sufficient for linking the ticker application. Some simulators do not have a soruce for a clock tick. Also this can be used while constructing a BSP so everything links.

11/10/00:

14:43 Changeset in rtems [7cc96f5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-10 Ralf Corsepius <corsepiu@…> * Makefile.am, console/Makefile.am, include/Makefile.am, start/Makefile.am: VPATH was not setup correctly
14:26 Changeset in rtems [ff11b014]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-10 Ralf Corsepius <corsepiu@…> * ampolish: Generate ACLOCAL_AMFLAGS = -I .../aclocal.
14:25 Changeset in rtems [ecd5441]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-10 Ralf Corsepius <corsepiu@…> * configure.in: catch -enable-rtemsbsp (Allowed by autoconf). Autoconf allows one to pass -enable-*, but this file expected --enable*.
14:24 Changeset in rtems [b2e4f3a8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-10 Ralf Corsepius <corsepiu@…> * custom/Cygwin-posix.cfg: Add -USTRICT_ANSI to LIBC_DEFINES.
14:23 Changeset in rtems [5dc2b66d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-10 Ralf Corsepius <corsepiu@…> * libc/libio.c: Special treatment of O_NDELAY for Cygwin.
14:16 Changeset in rtems [5fa7205]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-10 Ralf Corsepius <corsepiu@…> * configure.in: Remove trailing '/' from RPM_SPECSdir.

11/09/00:

17:04 Changeset in rtems [2dbd07f8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-09 Ralf Corsepius <corsepiu@…> * aclocal/gcc-pipe.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf standard). * aclocal/gcc-specs.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf standard). * aclocal/multilib.m4: Fix m4-quoting (BUG-FIX). * aclocal/check-bsp-cache.m4: Fix m4-quoting (autoconf-2.49b). * aclocal/prog-cc.m4: Use $GCC instead of ac_cv_prog_gcc (autoconf standard), replace CC_FOR_TARGET with CC (BUG-FIX).
17:01 Changeset in rtems [5913d94]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-09 Ralf Corsepius <corsepiu@…> * aclocal/enable-itron.m4: Remove changequotes (autoconf-2.49b). * aclocal/enable-posix.m4: Remove changequotes (autoconf-2.49b), use $host instead of $target (BUG-FIX). * configure.in: Use $target and $host instead of $target_alias and $host_alias (autoconf-2.49b). * aclocal/check-newlib.m4: Remove CC_FOR_TARGET (BUG-FIX) * aclocal/sysv-ipc.m4: Move AC_DEFINE outside of AC_CACHE (BUG-FIX) NOTES: * autoconf-2.49b depredicates using changequotes. * The changes to configure.in are due to cleanups in autoconf-2.49b's implemention of canonicalization. With autoconf-2.1x it wasn't always clear, when to use $xxx or $xxx_alias. Now this is clear.
16:51 Changeset in rtems [bd914b46]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-05 Ralf Corsepius <corsepiu@…> * configure.in: Adapt m4-quoting to autoconf-2.49b, use $host instead of $target to setup RPM_CPU, move chmod 755 buildall to AC_OUTPUT's extra-cmds.
16:43 Changeset in rtems [feead226]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-09 Ralf Corsepius <corsepiu@…> * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
14:26 Changeset in rtems [3bb7e6d5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-09 Joel Sherrill <joel@…> * Makefile.am, clock/Makefile.am, clock/.cvsignore, wrapup/Makefile.am: Added include of stub clock driver so ticker would link.
14:26 Changeset in rtems [19383174]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-09 Joel Sherrill <joel@…> * configure.in, Makefile.am, clock/Makefile.am, clock/.cvsignore, wrapup/Makefile.am: Added include of stub clock driver so ticker would link.

11/03/00:

15:43 Changeset in rtems [b6076b01]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to ss-20001103
15:39 Changeset in rtems [ba41dfd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-02 Joel Sherrill <joel@…> * include/rtems/system.h: Use proper conditional (RTEMS_POSIX_API) so prototypes for POSIX_MP_NOT_IMPLEMENTED(), POSIX_NOT_IMPLEMENTED(), POSIX_BOTTOM_REACHED() are actually included.
15:20 Changeset in rtems [09e6b1c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
changed version to ss-20001103
15:19 Changeset in rtems [1f14ff4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-03 Chris Johns <ccj@…> * network/README.cs8900, network/cs8900.c, network/cs8900.h: New files. * network/Makefile.am: Modified to reflect above.
14:15 Changeset in rtems [6870384]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-02 Ralf Corsepius <corsepiu@…> * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4: Replace AC_CHECK_TOOL with an RTEMS specific but more restrictive autoconf macro.

11/02/00:

22:56 Changeset in rtems [b5c50309]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-02 Ralf Corsepius <corsepiu@…> * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4: Replace AC_CHECK_TOOL with an RTEMS specific but more restrictive autoconf macro.
22:51 Changeset in rtems [4686e5d9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-02 Ralf Corsepius <corsepiu@…> * aclocal/canonicalize-tools.m4, aclocal/check-tool.m4, aclocal/prog-cc.m4, aclocal/prog-cxx.m4: Replace AC_CHECK_TOOL with an RTEMS specific but more restrictive autoconf macro.
22:49 Changeset in rtems [779654e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-02 Ralf Corsepius <corsepiu@…> * automake/lib.am: Add LD.
22:48 Changeset in rtems [be59f36]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-02 Ralf Corsepius <corsepiu@…> * stubdr/Makefile.am: Replace leaf.cfg w/ automake/lib.am.
22:48 Changeset in rtems [63b347b7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-02 Joel Sherrill <joel@…> * bsp_specs: Remove -Tlinkcmds from *link rule.
15:55 Changeset in rtems [2f17d74]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-02 Ralf Corsepius <corsepiu@…> * aclocal/canonicalize-tools.m4: Remove RTEMS_PATH_TOOL, use AC_CHECK_TOOL instead of RTEMS_PATH_TOOL in RTEMS_CANONICALIZE_TOOLS.
15:49 Changeset in rtems [a314d3b4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-02 Ralf Corsepius <corsepiu@…> * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
15:44 Changeset in rtems [2e0fd427]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-02 Ralf Corsepius <corsepiu@…> * aclocal/*: Replace with contents of macros/*.m4 * macros/: Remove. * aclocal/ar-s.m4 aclocal/tool-prefix.m4: Remove. * Makefile.am: Reflect changes to aclocal/ and macros/.

11/01/00:

21:29 Changeset in rtems [8262fda]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-01 Joel Sherrill <joel@…> * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>. Header file order was cleaned up while doing this.
21:22 Changeset in rtems [fed03bc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-01 Joel Sherrill <joel@…> * startup/bspstart.c, startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>. Header file order was cleaned up while doing this. Also removed obsolete references to STACK_CHECKER_ON.
21:22 Changeset in rtems [fd152eb2]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-01 Joel Sherrill <joel@…> * startup/bspstart.c, startup/bspstart.c.nocache: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>. Header file order was cleaned up while doing this. Also removed obsolete references to STACK_CHECKER_ON.
21:22 Changeset in rtems [12c074d8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-01 Joel Sherrill <joel@…> * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>. Header file order was cleaned up while doing this. Also removed obsolete references to STACK_CHECKER_ON.
21:21 Changeset in rtems [978d328]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-01 Joel Sherrill <joel@…> * bsplibc.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>. Header file order was cleaned up while doing this.
21:20 Changeset in rtems [1ae05bf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-01 Joel Sherrill <joel@…> * startup/82378zb.c, startup/FPGA.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>. Header file order was cleaned up while doing this.
21:20 Changeset in rtems [e253b4d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-01 Joel Sherrill <joel@…> * shared/bsppretaskinghook.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>. Header file order was cleaned up while doing this.
21:19 Changeset in rtems [042e156d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-01 Joel Sherrill <joel@…> * ChangeLog?: Removed incorrectly placed entry.
21:19 Changeset in rtems [eba2e4f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-01 Joel Sherrill <joel@…> * startup/bspstart.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>. Header file order was cleaned up while doing this.
21:08 Changeset in rtems [2af54bf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-01 Joel Sherrill <joel@…> * configure.in: Added include/rtems subdirectory.
21:08 Changeset in rtems [3ba74c73]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-01 Joel Sherrill <joel@…> * include/Makefile.am, include/rtems/libio_.h, libc/Makefile.am, libc/assoc.c, libc/assocnamebad.c, libc/base_fs.c, libc/cfsetispeed.c, libc/cfsetospeed.c, libc/chdir.c, libc/chmod.c, libc/chown.c, libc/close.c, libc/closedir.c, libc/dup2.c, libc/error.c, libc/eval.c, libc/fchdir.c, libc/fchmod.c, libc/fcntl.c, libc/fdatasync.c, libc/fpathconf.c, libc/fstat.c, libc/fsync.c, libc/ftruncate.c, libc/getdents.c, libc/ioctl.c, libc/libio.c, libc/libio_sockets.c, libc/link.c, libc/lseek.c, libc/malloc.c, libc/mallocfreespace.c, libc/mknod.c, libc/mount.c, libc/newlibc.c, libc/no_libc.c, libc/open.c, libc/read.c, libc/readlink.c, libc/rmdir.c, libc/stat.c, libc/symlink.c, libc/tcsetattr.c, libc/telldir.c, libc/ttyname.c, libc/ttyname_r.c, libc/umask.c, libc/unlink.c, libc/unmount.c, libc/utime.c, libc/write.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>. * include/rtems/Makefile.am, include/rtems/.cvsignore: New file. * include/rtems/assoc.h, include/rtems/error.h, include/rtems/libcsupport.h, include/rtems/libio.h, include/rtems/libio_.h: New/moved files.
21:03 Changeset in rtems [ce28b283]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-01 Joel Sherrill <joel@…> * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>.
21:02 Changeset in rtems [c058578]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-11-01 Joel Sherrill <joel@…> * src/imfs/Makefile.am, src/imfs/deviceio.c, src/imfs/imfs_chown.c, src/imfs/imfs_config.c, src/imfs/imfs_creat.c, src/imfs/imfs_debug.c, src/imfs/imfs_directory.c, src/imfs/imfs_eval.c, src/imfs/imfs_fchmod.c, src/imfs/imfs_free.c, src/imfs/imfs_fsunmount.c, src/imfs/imfs_gtkn.c, src/imfs/imfs_init.c, src/imfs/imfs_initsupp.c, src/imfs/imfs_link.c, src/imfs/imfs_mknod.c, src/imfs/imfs_mount.c, src/imfs/imfs_readlink.c, src/imfs/imfs_rmnod.c, src/imfs/imfs_stat.c, src/imfs/imfs_symlink.c, src/imfs/imfs_unixstub.c, src/imfs/imfs_unlink.c, src/imfs/imfs_unmount.c, src/imfs/imfs_utime.c, src/imfs/ioman.c, src/imfs/memfile.c, src/imfs/miniimfs_init.c: assoc.h, error.h, libio_.h, libio.h, and libcsupport.h moved from libc to lib/include/rtems and now must be referenced as <rtems/XXX.h>. Now we do not have to reach up and over to libc to pick them up.

10/31/00:

21:23 Changeset in rtems [974d6ad8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-30 Ralf Corsepius <corsepiu@…> * Makefile.am: Switch to GNU canonicalized autoconf macros.
21:22 Changeset in rtems [3d4e62fe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-30 Ralf Corsepius <corsepiu@…> * bsp_specs: Add qnolinkcmds.
21:21 Changeset in rtems [6fd829a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-30 Ralf Corsepius <corsepiu@…> * Makefile.am: Switch to macros/, reflect new configure.in,
21:20 Changeset in rtems [3174a7ed]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-30 Ralf Corsepius <corsepiu@…> * configure.in: New, Cygnus/GNU style configuration. * Makefile.am: Add macros/, reflect new configure.in, ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros * automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION. * automake/lib.am: Remove RTEMS_CANONICALIZATION. * macros/tool-prefix.m4: Remove. * macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS. * macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting RTEMS_ROOT. * macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode- * macros/multilib.m4: Various minor fixes. * macros/project-root.m4: Remove setting PROJECT_TOPdir, PROJECT_ROOT, RTEMS_ROOT. * macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS; Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
21:19 Changeset in rtems [846027b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-30 Ralf Corsepius <corsepiu@…> * configure.in: Switch to GNU-canonicalization. * Makefile.am: Reflect changes to configure.in. * acinclude.m4: Remove.
21:17 Changeset in rtems [d60b3efa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-30 Ralf Corsepius <corsepiu@…> * configure.in: Cleanup comments. * bsp_specs: Add qnolinkcmds.
21:16 Changeset in rtems [e3b7e581]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-30 Ralf Corsepius <corsepiu@…> * target.cfg.in: Comment out RTEMS_HOST, RTEMS_CROSS_TARGET. * Makefile.am: Switch to GNU canonicalization.
21:15 Changeset in rtems [c5fbdea]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-30 Ralf Corsepius <corsepiu@…> * Makefile.am: Remove ACLOCAL_AMFLAGS.
21:15 Changeset in rtems [bacec4c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-30 Ralf Corsepius <corsepiu@…> * Makefile.am: Switch to GNU-canonicalized autoconf macros.
21:12 Changeset in rtems [a296771]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-30 Ralf Corsepius <corsepiu@…> * ChangeLog?: New file. * Makefile.am: Switch to GNU-canonicalized autoconf macros. * configure.in: New file. * .cvsignore: Add aclocal.m4, configure.
16:44 Changeset in rtems [06f2f75]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-30 Joel Sherrill <joel@…> * buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am, gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am: Added mips-rtems, updated to include new patches and gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
16:40 Changeset in rtems [df3b242]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-30 Joel Sherrill <joel@…> * POSIX include files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code. * paranoia/paranoia.c: Commented out incorrect and conflicting prototype of read().
16:39 Changeset in rtems [57cfaad]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-30 Joel Sherrill <joel@…> * POSIX include files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code. * src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c, src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c, src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c, src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c, src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c: Use of _read, _write, and _close as macros conflicted with newlib's use of these as routine names. They were renamed to include "_RPC_" prefix.
16:37 Changeset in rtems [3e59793]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-30 Joel Sherrill <joel@…> * POSIX include files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code. * machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync with newlib's <machine/types.h>. * rtems/rtems_bsdnet_internal.h: newlib now includes definition of struct itimerval in <sys/time.h>.
16:35 Changeset in rtems [7ede0e7]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-30 Joel Sherrill <joel@…> * POSIX include files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code. * sbrk.c: Corrected prototype to match newlib.
16:35 Changeset in rtems [72ad6aa]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-30 Joel Sherrill <joel@…> * POSIX include files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code. * include/confdefs.h: Replaced include of <sys/siginfo.h> with <signal.h> since that file no longer exists.
16:33 Changeset in rtems [781262bb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2000-10-30 Joel Sherrill <joel@…> * include/Makefile.am: Updated to reflect files merged into newlib. This resulted in some definitions moving to other files and thus some secondary effects in RTEMS source code. * include/unistd.h: Removed. Now use newlib's. * include/rtems/posix/mqueue.h: Add include of <signal.h>. * include/rtems/posix/threadsup.h: Add include of <sys/signal.h> * src/execv.c: Corrected prototype to agree with newlib. * src/execve.c: Corrected prototype to agree with newlib. * src/execvp.c: Corrected prototype to agree with newlib. * src/psignal.c: Rewrote reference to <siginfo.h> in comment since that file no longer exists. * src/pthreadkill.c: Added include of <signal.h>. * src/sigaction.c: Added include of <signal.h>. * src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since that file no longer exists. *
Note: See TracTimeline for information about the timeline view.