summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 2003-01-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-2910-86/+126
| | | | | | | | | | | | | | | | | | | | | | | | | * ChangeLog: Fix yesterday's entry. * gdb/target-gdb.add: %defattr(-,root,root). Use %{_prefix} instead of /opt/rtems. Misc. minor changes. * gdb/gdb.add: Use %{_prefix} instead of /opt/rtems. Remove stray unpackaged files. Use %{_defaultbuildroot} instead of hard-coded values. configure --disable-nls. Misc. minor changes. Add BuildPreReq: ncurses-devel. * gdb/base-gdb.add: %defattr(-,root,root). Use %{_prefix} instead of /opt/rtems. Misc. minor changes. * gdb/mkspec.in: New. * gdb/Makefile.am: Reflect addition of gdb/mkspec.in. * gcc3newlib/mkspec.in: Fix usage. * gcc3newlib/gccnewlib.add: Use %{_defaultbuildroot} instead of hard-coded values. Update copyright notice. * mkgdbspec.in: Removed. * Makefile.am: Remove mkgdbspec. * configure.ac: Remove mkgdbspec. Add gdb/mkspec.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-282-1/+5
| | | | * VERSION: Updated to rtems-ss-20030128.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-283-1/+9
| | | | * aclocal/version.m4: Updated to rtems-ss-20030128.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-282-14/+18
| | | | * tversions.texi: Updated tool version numbers.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-283-48/+44
| | | | | * makefiles.t, support.t: Updated to reflect use of automake in addition to autoconf.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-285-19/+43
| | | | | * startup/Makefile.am, startup/linkcmds, startup/linkcmds-le, startup/linkcmds-le.coff: Fix to work around truncated section names.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-284-6/+16
| | | | * startup/linkcmds: Fix to work around truncated section names.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-284-12/+17
| | | | | * startup/linkcmds, startup/linkcmds.rom, startup/linkcmds.rom2ram: Fix to work around truncated section names.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-284-14/+19
| | | | | * startup/linkcmds, startup/linkcmds.ram, startup/linkcmds.rom: Fix to work around truncated section names.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-285-5/+11
| | | | | | * include/DP8570A.h, include/bsp.h, start/start.c, startup/efi68k_tcp.c: Rename tcp_init() to bsp_tcp_init() to avoid conflict with TCP/IP stack internal routine.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-282-0/+42
| | | | * .cvsignore: New file.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-283-4/+16
| | | | | * setup.def, sparc-solaris-gcc.spec.in: Update and enable gnat. You must build and install a C only toolset first though.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-282-0/+10
| | | | * .cvsignore: Add entries to .cvsignore.
* 2003-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-2812-1/+43
| | | | | | | | | | | | | | | * gccnewlib.add: Add various BuildPreReq. Add %defattr(-,root,root) to "dir". * base-g77.add: %defattr(-,root,root). * base-gcc.add %defattr(-,root,root). * base-gcj.add %defattr(-,root,root). * base-gnat.add %defattr(-,root,root). * target-c++.add %defattr(-,root,root). * target-g77.add %defattr(-,root,root). * target-gcc.add %defattr(-,root,root). * target-gcj.add %defattr(-,root,root). * target-gnat.add %defattr(-,root,root). * target-objc.add %defattr(-,root,root).
* 2003-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-282-10/+14
| | | | | * shmdr/Makefile.am: install mpci.h and shm_driver.h. Eliminate OBJS.
* 2003-01-28 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-282-2/+8
| | | | | | * Makefile.am: Add kern/kern_sysctl.c to Makefile.am so networking tests build. This was subsequently reported as PR337 before I committed the fix.
* 2003-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-281-1/+1
| | | | * ChangeLog: binutils/binutils.add-entry from previous patch.
* 2003-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-285-2/+12
| | | | | | | * setup.def: binutils_rpm_release=2. * binutils/base-binutils.add: %defattr(-,root,root). * binutils/binutils.add: Ditto. * binutils/target-binutils.add: Ditto.
* 2003-01-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-2710-0/+862
| | | | | | | | | | * Makefile.am, configure.ac: Added new test loopback which shows how to use the loopback interface. Thank you Eric Norum for a portable target independent test which exercises the TCP/IP. This should prevent massive failures in the TCP/IP stack from reaching the street. * loopback/.cvsignore, loopback/Makefile.am, loopback/README, loopback/init.c, loopback/loopback.scn: New files.
* 2003-01-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-276-2/+34
| | | | | | | | | | | * Makefile.am, configure.ac: Added new test loopback which shows how to use the loopback interface. Thank you Eric Norum for a portable target independent test which exercises the TCP/IP. This should prevent massive failures in the TCP/IP stack from reaching the street. * loopback/.cvsignore, loopback/Makefile.am, loopback/README, loopback/init.c, loopback/loopback.scn: New files.
* 2003-01-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-271-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * setup.def, sparc-solaris-binutils.spec.in: Updated and used to build sparc-solaris 3.2.1-1 C language only. 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache. 2001-04-16 Joel Sherrill <joel@OARcorp.com> * .cvsignore: Added missing files. * setup.def: New shot using gcc 3.0.4 RPMs. * sparc-solaris-binutils.spec.in: Switched to bz2 file. * sparc-solaris-gcc.spec.in: Use gcc3 file naming for archive and use find to pick up all files. 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS. 2002-02-08 Joel Sherrill <joel@OARcorp.com> * .cvsignore: New file. 2001-02-05 Joel Sherrill <joel@OARcorp.com> * Makefile.am: New file, missed previously. 2004-02-05 Joel Sherrill <joel@OARcorp.com> * ChangeLog, configure.ac, setup, setup.def, sparc-solaris-binutils.spec.in, sparc-solaris-gcc.spec.in, sparc-solaris-libs.spec.in: New files.
* 2003-01-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-272-5/+10
| | | | | | * setup.def, sparc-solaris-binutils.spec.in: Updated and used to build sparc-solaris 3.2.1-1 C language only.
* 2003-01-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-273-2/+13
| | | | | | * i386-cygwin-gcc.spec.in, setup.def: Enabled building of GNAT for revision 2.
* 2003-01-27 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2003-01-274-18/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * i386-cygwin-gcc.spec.in, i386-cygwin-mingw.spec.in, setup.def: Updated to current Cygwin versions and fixed some minor nits in the specifications. 2003-01-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * setup.def: Update to binutils-20021117-1. * i386-cygwin-binutils.spec.in: Reflect update to binutils-20021127-1. Adaptations to RH-8.0/rpm-4.1. 2002-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache. 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * Makefile.am: Remove AUTOMAKE_OPTIONS. 2001-02-05 Joel Sherrill <joel@OARcorp.com> * i386-cygwin-libs.spec.in, i386-cygwin-mingw.spec.in, i386-cygwin-w32api.spec.in: Modified group. 2001-01-22 Joel Sherrill <joel@OARcorp.com> * i386-cygwin-binutils.spec.in, i386-cygwin-gcc.spec.in, i386-cygwin-libs.spec.in, i386-cygwin-mingw.spec.in, i386-cygwin-w32api.spec.in, setup.def: Updated to reflect latest versions and packaging. 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * .cvsignore: Add autom4te.cache for autoconf > 2.52. * configure.in: Remove. * configure.ac: New file, generated from configure.in by autoupdate. 2001-09-13 Joel Sherrill <joel@OARcorp.com> * .cvsignore: Corrected for missing files. 2001-08-31 Joel Sherrill <joel@OARcorp.com> * .cvsignore: Missed in previous commit. 2001-08-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de> * Makefile.am, .cvsignore, configure.in, i386-cygwin-binutils.spec.in, i386-cygwin-gcc.spec.in, i386-cygwin-libs.spec.in, i386-cygwin-w32api.spec.in, i386-cygwin-mingw.spec.in, setup, setup.def: New files that support building RPMs for Linux hosted cross compilers targeting Cygwin.
* 2003-01-27 RTEMSJoel Sherrill2003-01-273-19/+30
| | | | | * buildalltar.in, setup.def: Tool update including binaries for Cygwin with a special RTEMS user account.
* 2003-01-27 Till Straumann <strauman@SLAC.Stanford.edu>Joel Sherrill2003-01-273-0/+15
| | | | | * libc/getproto.c, libc/getprotoname.c: modification to call getprotoent_static() if fopen() on /etc/protocols fails.
* 2003-01-27 Dan Smisko <dan@balanced.com>Joel Sherrill2003-01-272-1/+7
| | | | | | * stackchk/check.c: Fix problem where _Objects_Get_information() will dereference a null pointer when checking the interrupt stack. If there's something at 0, you may be ok at run time but it is wrong.
* 2003-01-27 Dan Smisko <dan@balanced.com>Joel Sherrill2003-01-272-2/+6
| | | | * monitor/mon-command.c: Correct two potential NULL references.
* 2003-01-27 Juan Zamorano <jzamora@fi.upm.es>Joel Sherrill2003-01-272-4/+8
| | | | | * src/ptimer1.c: Correct problem which could lead to overflow in time math.
* 2003-01-27 Eugeny S. Mints <Eugeny.Mints@oktet.ru>Joel Sherrill2003-01-271-1/+1
| | | | | * src/blkdev.c: Per PR331 fix bug which is tripped by writing 512 byte blocks to 512 byte aligned positions.
* 2003-01-27 Eugeny S. Mints <Eugeny.Mints@oktet.ru>Joel Sherrill2003-01-271-0/+5
| | | | | | * src/blkdev.c: Per PR331 fix bug which is tripped by writing 512 byte blocks to 512 byte aligned positions.
* 2003-01-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-272-10/+5
| | | | * index.html.in: Fix duplicate c4x entry.
* 2003-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-265-0/+51
| | | | | | | * configure.ac: Add rtemsdoc. * Makefile.ac: Add rtemsdoc. * rtemsdoc/README: New. * rtemsdoc/.cvsignore: New.
* 2003-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-266-0/+292
| | | | | | | | * rtemsdoc/Makefile.am: New. * rtemsdoc/mkspec.in: New. * rtemsdoc/rtemsdoc.spec.in: New. * rtemsdoc/supplement.add.in: New. * rtemsdoc/templ.add.in: New.
* 2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-252-0/+14
| | | | * index.html.in: Add c4x.
* 2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-252-1/+5
| | | | * c_user.texi: Set @setfilename c_user.info.
* 2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-252-1/+5
| | | | * template.texi: Set @setfilename template.info.
* 2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-252-1/+5
| | | | * sparc.texi: Set @setfilename sparc.info.
* 2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-252-1/+5
| | | | * sh.texi: Set @setfilename sh.info.
* 2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-252-1/+5
| | | | * powerpc.texi: Set @setfilename powerpc.info.
* 2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-252-1/+5
| | | | * mips64orion.texi: Set @setfilename mips64orion.info.
* 2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-252-1/+5
| | | | * mips.texi: Set @setfilename mips.info.
* 2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-252-1/+5
| | | | * m68k.texi: Set @setfilename m68k.info.
* 2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-252-1/+5
| | | | * i960.texi: Set @setfilename i960.info.
* 2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-252-1/+5
| | | | * i386.texi: Set @setfilename i386.info.
* 2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-252-1/+5
| | | | * hppa1_1.texi: Set @setfilename hppa1_1.info.
* 2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-252-1/+5
| | | | * c4x.texi: Set @setfilename c4x.info.
* 2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-252-1/+5
| | | | * arm.texi: Set @setfilename arm.info.
* 2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-252-1/+5
| | | | * started_ada.texi: Set @setfilename started_ada.info.
* 2003-01-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-01-252-1/+5
| | | | * started.texi: Set @setfilename started.info.