Commit Graph

8727 Commits

Author SHA1 Message Date
Ralf Corsepius
a42f159af5 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove AUTOMAKE_FILES.
	* automake/compile.am: Replace contents with contents of
	automake/amcompile.am.
	* automake/amcompile.am, automake/lib.am: Remove.
2004-01-11 05:25:27 +00:00
Ralf Corsepius
4055a9c0fe 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* macros/rtems/score/README: Remove (Redundant with macros/README).
2004-01-11 04:33:38 +00:00
Ralf Corsepius
ec8c1949f0 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Convert to using automake compilation rules.
2004-01-11 02:37:03 +00:00
Ralf Corsepius
35d9b418a2 2004-01-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac, aclocal/enable-bare.m4,
	aclocal/enable-inlines.m4, aclocal/enable-itron.m4,
	aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4,
	aclocal/enable-posix.m4, aclocal/enable-rtems-debug.m4, aclocal/multi.m4,
	aclocal/multilib.m4: Use AS_HELP_STRING instead of AC_HELP_STRING
	(deprecated in autoconf-2.59)
	* automake/local.am: Remove clean-local, depend-gcc.
2004-01-11 02:30:12 +00:00
Joel Sherrill
2e83792c75 2004-01-09 Joel Sherrill <joel@OARcorp.com>
PR 464/doc
	* clock.t, signal.t: Add documentation for usleep() and ualarm(). Also
	fixed a couple of calls which have the wrong .h files per the
	OpenGroup site documentation.
2004-01-09 23:39:14 +00:00
Ralf Corsepius
234f7adb59 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove *C_FILES.
2004-01-09 19:03:40 +00:00
Ralf Corsepius
526a8602d2 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Cosmetics.
2004-01-09 18:26:36 +00:00
Ralf Corsepius
b71e8d050a 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add libs to CLEANFILES
	Set lib*_g_a_SOURCES = lib*_a_SOURCES.
2004-01-09 18:22:16 +00:00
Ralf Corsepius
d7a75734b0 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/enable-networking.m4: Don't AC_SUBST(RTEMS_HAS_NETWORKING).
	* aclocal/check-networking.m4: Don't AC_SUBST(HAS_NETWORKING).
	* automake/amcompile.am: Remove $(ARCH).
	* wrapup/Makefile.am: Add $(ARCH).
	Remove compile.am, lib.am.
	Include amcompile.am.
2004-01-09 18:14:38 +00:00
Ralf Corsepius
3ed23846a7 2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/Makefile.am: Remove.
	* Makefile.am: Merge-in start/Makefile.am.
	* configure.ac: Reflect changes above.
2004-01-09 16:18:41 +00:00
Ralf Corsepius
9871520296 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Use ../*/*$(LIB_VARIANT).a instead of
	$(ARCH)/lib*.a.
2004-01-09 15:50:18 +00:00
Ralf Corsepius
f670eb767b 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build lib*$(LIB_VARIANT).a instead of
	$(ARCH)/lib*.a.
2004-01-09 15:48:45 +00:00
Ralf Corsepius
466b7a05a9 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libposix$(LIB_VARIANT).a instead of
	$(ARCH)/libposix.a.
2004-01-09 15:47:58 +00:00
Ralf Corsepius
34e021b62e 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libitron$(LIB_VARIANT).a instead of
	$(ARCH)/libitron.a.
2004-01-09 15:47:25 +00:00
Ralf Corsepius
f2a029aab5 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libscore$(LIB_VARIANT).a instead of
	$(ARCH)/libscore.a.
2004-01-09 15:43:43 +00:00
Ralf Corsepius
d3eed3fd56 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build librtems$(LIB_VARIANT).a instead of
	$(ARCH)/librtems.a.
2004-01-09 15:42:54 +00:00
Ralf Corsepius
89b46875aa 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libcsupport$(LIB_VARIANT).a instead of
	$(ARCH)/libcsupport.a.
2004-01-09 15:42:41 +00:00
Ralf Corsepius
c01d95b775 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/rtems/blkdev.h, include/rtems/ide_part_table.h,
	src/bdbuf.c, src/ide_part_table.c, src/ramdisk.c:
	Switch to using c99 fixed size types instead of RTEMS-types.
2004-01-09 15:40:54 +00:00
Ralf Corsepius
4056604fb7 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libcsupport$(LIB_VARIANT).a instead of
	$(ARCH)/libcsupport.a.
2004-01-09 14:45:58 +00:00
Ralf Corsepius
dfd7c2553a 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libblock$(LIB_VARIANT).a instead of
	$(ARCH)/libblock.a.
2004-01-09 14:45:38 +00:00
Ralf Corsepius
3e168ecaa8 2004-01-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am:
	Reflect changes to libblock/Makefile.am.
	Reflect changes to libcsupport/Makefile.am.
2004-01-09 14:45:18 +00:00
Ralf Corsepius
ba2dafadbc 2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* start/.cvsignore: Remove.
2004-01-09 14:16:12 +00:00
Ralf Corsepius
6223498d61 2004-01-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Remove mkinstalldirs.
	* bootstrap: Remove compile during "clean".
2004-01-09 13:38:16 +00:00
Joel Sherrill
daec7a98a8 2004-01-08 Joel Sherrill <joel@OARcorp.com>
* setup.def: Update gcc/newlib for 4.7 series to 3.3.2 with 20031216
	gcc patch (RPM revision 4.7-2).
2004-01-08 16:49:25 +00:00
Joel Sherrill
8fca19b38e 2004-01-08 Joel Sherrill <joel@OARcorp.com>
* .cvsignore: Add compile.
2004-01-08 15:48:29 +00:00
Joel Sherrill
f6f9ad41cf 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* README.configure: Remove efi68k and efi332 references as they are no
	longer in the tree.
2004-01-07 21:25:23 +00:00
Joel Sherrill
78a95648cc 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* ACKNOWLEDGEMENTS: Remove efi68k and efi332 references as they are no
	longer in the tree.
2004-01-07 21:17:46 +00:00
Joel Sherrill
7c89bfd30c 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: Remove efi68k and efi332 references as they are no
	longer in the tree.
2004-01-07 21:15:59 +00:00
Joel Sherrill
a8f1432b4b 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* qsm.h, sim.h: Remove efi68k and efi332 references as they are no
	longer in the tree.
2004-01-07 21:14:03 +00:00
Joel Sherrill
b8490b9ade 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* times, console/sci.c: Remove efi68k and efi332 references as they are
	no longer in the tree.
2004-01-07 21:13:50 +00:00
Joel Sherrill
19c15a8e01 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* acinclude.m4: Remove efi68k and efi332 references as they are no
	longer in the tree.
2004-01-07 21:09:20 +00:00
Joel Sherrill
ea9062c9e0 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* timer/timer.c: Remove efi68k and efi332 references as they are no
	longer in the tree.
2004-01-07 21:08:28 +00:00
Joel Sherrill
80cb7726d1 2004-01-07 Joel Sherrill <joel@OARcorp.com>
Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
	users of these boards so we are removing them.
	* custom/efi332.cfg, custom/efi68k.cfg: Removed.
2004-01-07 21:04:20 +00:00
Joel Sherrill
9a52981918 2004-01-07 Joel Sherrill <joel@OARcorp.com>
Per John S. Gwynne <jgwynne@mrcday.com>, there are no longer any
	users of these boards so we are removing them.
	* efi332/.cvsignore, efi332/ChangeLog, efi332/Makefile.am,
	efi332/README, efi332/bsp_specs, efi332/configure.ac, efi332/times,
	efi332/clock/.cvsignore, efi332/clock/Makefile.am,
	efi332/clock/ckinit.c, efi332/console/.cvsignore,
	efi332/console/Makefile.am, efi332/console/console.c,
	efi332/include/.cvsignore, efi332/include/bsp.h,
	efi332/include/efi332.h, efi332/misc/dotests, efi332/misc/gdbinit68,
	efi332/misc/interr.c, efi332/spurious/.cvsignore,
	efi332/spurious/Makefile.am, efi332/spurious/spinit.c,
	efi332/start/.cvsignore, efi332/start/Makefile.am,
	efi332/start/except_vect_332_ROM.S, efi332/start/ram_init.ld,
	efi332/start/ram_init.sed, efi332/start/start.c,
	efi332/startup/.cvsignore, efi332/startup/Makefile.am,
	efi332/startup/bspclean.c, efi332/startup/bspstart.c,
	efi332/startup/linkcmds, efi332/startup/linkcmds_ROM,
	efi332/timer/.cvsignore, efi332/timer/Makefile.am,
	efi332/timer/timer.c, efi332/wrapup/.cvsignore,
	efi332/wrapup/Makefile.am, efi68k/.cvsignore, efi68k/ChangeLog,
	efi68k/Makefile.am, efi68k/README, efi68k/bsp_specs,
	efi68k/configure.ac, efi68k/times, efi68k/clock/.cvsignore,
	efi68k/clock/Makefile.am, efi68k/clock/ckinit.c,
	efi68k/console/.cvsignore, efi68k/console/Makefile.am,
	efi68k/console/console.c, efi68k/include/.cvsignore,
	efi68k/include/16550.h, efi68k/include/DP8570A.h,
	efi68k/include/bsp.h, efi68k/include/efi68k.h,
	efi68k/spurious/.cvsignore, efi68k/spurious/Makefile.am,
	efi68k/spurious/spinit.c, efi68k/start/.cvsignore,
	efi68k/start/start.c, efi68k/startup/.cvsignore,
	efi68k/startup/Makefile.am, efi68k/startup/bspclean.c,
	efi68k/startup/bspstart.c, efi68k/startup/efi68k_tcp.c,
	efi68k/startup/efi68k_wd.c, efi68k/startup/linkcmds,
	efi68k/startup/m68k-stub.c, efi68k/startup/setvec.c,
	efi68k/timer/.cvsignore, efi68k/timer/Makefile.am,
	efi68k/timer/timer.c, efi68k/wrapup/.cvsignore,
	efi68k/wrapup/Makefile.am: Removed.
2004-01-07 20:59:03 +00:00
Joel Sherrill
8d93706a4d 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* aclocal/bsp-alias.m4, aclocal/rtems-cpu-subdirs.m4: mips64orion port
	removed as mips port more completely covers the MIPS family.
2004-01-07 20:51:05 +00:00
Joel Sherrill
161624c6de 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
	more completely covers the MIPS family.
2004-01-07 20:45:20 +00:00
Joel Sherrill
2690689a83 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* rtems/rtems_bsdnet_internal.h: Include rtems/cdefs.h so things
	compile.
2004-01-07 20:40:48 +00:00
Joel Sherrill
64166283f3 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* aclocal/rtems-cpu-subdirs.m4: mips64orion port removed as mips port
	more completely covers the MIPS family.
2004-01-07 20:39:46 +00:00
Joel Sherrill
c6c2f8d023 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* rtems/score/mips.h: Removed junk revision line.
2004-01-07 20:39:23 +00:00
Joel Sherrill
282180ccbf 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* buildall.in, buildalltar.in, binutils/Makefile.am,
	cpukit/Makefile.am, gcc3newlib/Makefile.am, gccnewlib/Makefile.am,
	gdb/Makefile.am, rtems/Makefile.am, rtemsdoc/.cvsignore,
	rtemsdoc/Makefile.am: mips64orion port removed as mips port more
	completely covers the MIPS family.
2004-01-07 20:35:07 +00:00
Joel Sherrill
ac442320be 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* Makefile.am: mips64orion port removed as mips port more completely
	covers the MIPS family.
2004-01-07 20:32:16 +00:00
Joel Sherrill
d28345e10b 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* custom/p4000.cfg, custom/p4600.cfg, custom/p4650.cfg: Removed.
2004-01-07 20:32:07 +00:00
Joel Sherrill
b08dc265af 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* configure.ac, index.html.in: mips64orion port removed as mips port
	more completely covers the MIPS family.
	* rtems_support.html.in: Removed.
2004-01-07 19:22:54 +00:00
Joel Sherrill
931652e7b6 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* buildada.t: mips64orion port removed as mips port more completely
	covers the MIPS family.
2004-01-07 19:22:44 +00:00
Joel Sherrill
8bc40387e5 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* mips64orion/.cvsignore, mips64orion/BSP_TIMES, mips64orion/ChangeLog,
	mips64orion/Makefile.am, mips64orion/bsp.t, mips64orion/callconv.t,
	mips64orion/cpumodel.t, mips64orion/cputable.t,
	mips64orion/fatalerr.t, mips64orion/intr_NOTIMES.t,
	mips64orion/memmodel.t, mips64orion/mips64orion.texi,
	mips64orion/preface.texi, mips64orion/timeBSP.t: Removed.
2004-01-07 19:20:25 +00:00
Joel Sherrill
2f81b26ce8 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* mips64orion/.cvsignore, mips64orion/ChangeLog,
	mips64orion/Makefile.am, mips64orion/configure.ac,
	mips64orion/clock/.cvsignore, mips64orion/clock/Makefile.am,
	mips64orion/clock/ckinit.c, mips64orion/clock/clock.S,
	mips64orion/clock/clock.h, mips64orion/timer/.cvsignore,
	mips64orion/timer/Makefile.am, mips64orion/timer/gettime.S,
	mips64orion/timer/timer.c: Removed.
2004-01-07 19:20:04 +00:00
Joel Sherrill
be58eb2f2d 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* mips64orion/.cvsignore, mips64orion/ChangeLog,
	mips64orion/Makefile.am, mips64orion/README,
	mips64orion/acinclude.m4, mips64orion/configure.ac,
	mips64orion/p4000/.cvsignore, mips64orion/p4000/ChangeLog,
	mips64orion/p4000/Makefile.am, mips64orion/p4000/README,
	mips64orion/p4000/bsp_specs, mips64orion/p4000/configure.ac,
	mips64orion/p4000/times, mips64orion/p4000/console/.cvsignore,
	mips64orion/p4000/console/Makefile.am,
	mips64orion/p4000/console/console.c, mips64orion/p4000/console/led.S,
	mips64orion/p4000/include/.cvsignore,
	mips64orion/p4000/include/bsp.h, mips64orion/p4000/include/coverhd.h,
	mips64orion/p4000/liblnk/.cvsignore,
	mips64orion/p4000/liblnk/Makefile.am,
	mips64orion/p4000/liblnk/lnklib.S,
	mips64orion/p4000/start/.cvsignore,
	mips64orion/p4000/start/Makefile.am, mips64orion/p4000/start/start.S,
	mips64orion/p4000/startup/.cvsignore,
	mips64orion/p4000/startup/Makefile.am,
	mips64orion/p4000/startup/bspclean.c,
	mips64orion/p4000/startup/bspstart.c,
	mips64orion/p4000/startup/ghlinkcmds,
	mips64orion/p4000/startup/idtmem.S,
	mips64orion/p4000/startup/idttlb.S,
	mips64orion/p4000/startup/inittlb.c,
	mips64orion/p4000/startup/linkcmds,
	mips64orion/p4000/startup/setvec.c,
	mips64orion/p4000/wrapup/.cvsignore,
	mips64orion/p4000/wrapup/Makefile.am: Removed.
2004-01-07 19:18:48 +00:00
Joel Sherrill
8c6190d55f 2004-01-07 Joel Sherrill <joel@OARcorp.com>
* cpu/Makefile.am: mips64orion port removed as mips port more
	completely covers the MIPS family.
	* cpu/mips64orion/.cvsignore, cpu/mips64orion/ChangeLog,
	cpu/mips64orion/Makefile.am, cpu/mips64orion/asm.h,
	cpu/mips64orion/configure.ac, cpu/mips64orion/cpu.c,
	cpu/mips64orion/cpu_asm.S, cpu/mips64orion/cpu_asm.h,
	cpu/mips64orion/idtcpu.h, cpu/mips64orion/idtmon.h,
	cpu/mips64orion/iregdef.h, cpu/mips64orion/rtems/.cvsignore,
	cpu/mips64orion/rtems/score/.cvsignore,
	cpu/mips64orion/rtems/score/cpu.h,
	cpu/mips64orion/rtems/score/mips64orion.h,
	cpu/mips64orion/rtems/score/types.h: Removed.
2004-01-07 19:10:55 +00:00
Ralf Corsepius
74a67351ae 2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Reflect changes to library Makefile.ams.
2004-01-07 17:51:16 +00:00
Ralf Corsepius
07347cb5e7 2004-01-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build library using EXTRA_LIBRARIES and automake rules.
2004-01-07 17:48:16 +00:00