Commit Graph

7177 Commits

Author SHA1 Message Date
Joel Sherrill
dd1ad07b2c 2002-11-13 Jay Monkman <jtm@smoothsmoothie.com>
* irq/irq_asm.S, irq/irq_init.c: Fixes a bug with handling the
	situation where we are processing an IRQ, and we receive an FIQ.
2002-11-13 15:48:20 +00:00
Joel Sherrill
aae96a2980 2002-11-13 Jay Monkman <jtm@smoothsmoothie.com>
* network/cs8900.c: I don't know why we have to SelfST register
	twice on the EDB7312, but it doesn't work on the EDB7312 if we don't.
2002-11-13 15:34:39 +00:00
Joel Sherrill
b10520f32e 2002-11-13 Paul Whitfield <paulw@microsol.iinet.net.au>
* src/regionreturnsegment.c: When RTEMS_REGION_SHRED_ON_FREE is
	set, there should have been an & in front of size.
2002-11-13 15:14:36 +00:00
Ralf Corsepius
2e7d7ffbf2 2002-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.inc.in: Remove RTEMS_USE_GCC272, RTEMS_LIBC_DIR.
2002-11-13 04:52:39 +00:00
Ralf Corsepius
ea9f767421 2002-11-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* compilers/gcc-target-default.cfg: Remove obsolete reference to
	src/libxil/Makefile.
	Comment out LD_PATHS from LDFLAGS (Now implicitly handled by gcc
	-spec).
2002-11-13 04:47:01 +00:00
Ralf Corsepius
9553f16d20 2002-11-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Generate unixsize.h on the fly, filter out
	autoconf-2.53 PACKAGE crap.
	* rtems/score/.cvsignore: unixsize*
2002-11-12 18:17:49 +00:00
Ralf Corsepius
df413e9ff2 2002-11-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* compilers/gcc-target-default.cfg: Add -qrtems-debug handling.
2002-11-12 10:32:05 +00:00
Ralf Corsepius
393d271670 2002-11-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/default.cfg: Remove RTEMS_BSP_SPECS. Remove reference to
	obsolete Makefile.
	* leaf.cfg: Various changes to LIBVARIANT processing.
	* main.cfg: Ditto.
2002-11-12 10:32:00 +00:00
Ralf Corsepius
fae851c2e7 2002-11-12 Joel Sherrill <joel@OARcorp.com>
* configure.ac: Remove make/compilers/Makefile.
2002-11-12 09:28:58 +00:00
Ralf Corsepius
4d19fd5ccc 2002-11-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add compilers/*.
	* compilers/Makefile.am: Remove.
	* lib.cfg: Remove.
	* directory.cfg: Remove.
	* README: Remove.
2002-11-12 09:28:51 +00:00
Joel Sherrill
2c865572a6 2002-11-11 Joel Sherrill <joel@OARcorp.com>
* VERSION: Updated to rtems-ss-20021111.
2002-11-11 21:55:51 +00:00
Joel Sherrill
b99463c80e 2002-11-11 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-ss-20021111.
2002-11-11 21:55:50 +00:00
Joel Sherrill
a3f7971550 2002-11-11 Joel Sherrill <joel@OARcorp.com>
* VERSION: Updated to rtems-ss-20021111.
2002-11-11 21:42:33 +00:00
Joel Sherrill
2bc3f76b09 2002-11-11 Joel Sherrill <joel@OARcorp.com>
* aclocal/version.m4: Updated to rtems-ss-20021111.
2002-11-11 21:42:32 +00:00
Joel Sherrill
4516274426 2002-11-11 Joel Sherrill <joel@OARcorp.com>
* setup.def, gcc3newlib/gccnewlib.add: Patch includes updates
	which were patch changes for -3 and -4 RPM revisions.   Disabled
	build of gnat for i386-rtems as it failed to build.
2002-11-11 21:37:37 +00:00
Joel Sherrill
4b5335229e 2002-11-07 <strauman@slac.stanford.edu>
* src/mount.c: Per PR297, correct fs_mountme failure paths.
2002-11-11 21:36:19 +00:00
Chris Johns
658ad56f62 2002-11-06 Chris Johns <ccj@acm.org>
* sys/select.h: Add C++ to C external.
2002-11-10 07:12:46 +00:00
Chris Johns
8d3eba16f7 Need to be extern C for use by C++. 2002-11-09 04:37:33 +00:00
Ralf Corsepius
a9f1a11ce2 2002-11-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Remove rel rule.
2002-11-08 17:58:26 +00:00
Ralf Corsepius
c34635be66 2002-11-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/Makefile.am: Reworked.
	* sapi/Makefile.am: Reworked.
	* rel.am: New.
2002-11-08 17:57:06 +00:00
Ralf Corsepius
ee4cdbc118 2002-11-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Only symlink leaf.cfg.
2002-11-08 13:35:02 +00:00
Joel Sherrill
716d0d41df 2002-11-07 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Include all .rodata* sections.
2002-11-08 00:13:12 +00:00
Ralf Corsepius
7c9a5989c8 2002-11-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge in include/Makefile.am.
	* include/Makefile.am: Remove.
	* configure.ac: Reflect changes above.
2002-11-07 22:28:18 +00:00
Ralf Corsepius
7395fa5e33 2002-11-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootstrap: Allow autoconf > 2.52, automake > 1.6.
2002-11-07 16:29:56 +00:00
Joel Sherrill
3d4c7390de 2002-11-07 Joel Sherrill <joel@OARcorp.com>
* TOOL_TARGETS: Updated.
	* PROBLEMS, README, REQUIRES, TESTED, UPDATE_HELP: Removed
	since they were obsolete.
2002-11-07 15:46:17 +00:00
Jennifer Averett
dae3dd1098 2002-11-07 <strauman@slac.stanford.edu>
* src/mount.c: Per PR297, correct fs_mountme failure
        paths.
2002-11-07 15:45:09 +00:00
Ralf Corsepius
a86f4f6cff 2002-11-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove references to Templates.
	Use local AC_CONFIG_LINKS.
	* README: Relocated from make/
	* directory.cfg: Ditto.
	* lib.cfg: Ditto.
	* compilers/gcc-target-default.cfg: Ditto.
2002-11-07 15:19:00 +00:00
Ralf Corsepius
a9020bbbe2 2002-11-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add Templates/*.
	* Templates/Makefile.am: Remove.
2002-11-07 10:18:05 +00:00
Ralf Corsepius
6f6cde6f55 2002-11-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove make/Templates/Makefile.
	* README.configure: Minor massaging.
2002-11-07 10:16:27 +00:00
Joel Sherrill
acf20be1c8 2002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/bspstart.c: Add empty H8BD_Install_IRQ so the port will have
	a routine to call.
2002-11-06 17:13:57 +00:00
Joel Sherrill
f94470a564 2002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/score/cpu.h: Add prototype of H8BD_Install_IRQ to eliminate
	warning.
2002-11-06 17:13:00 +00:00
Ralf Corsepius
54508fd416 2002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use "'"-quotes to pass args to bsp.mak.
	* configure.ac: Use "'"-quotes for args to RTEMS_CONFIG_SUBDIRS.
	Fix braino in comment on "exec".
	Extend --enable-ada handling.
2002-11-06 11:17:07 +00:00
Ralf Corsepius
e05468fb38 2002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
Further preparations for autoconf > 2.52:
	* aclocal/enable-inlines.m4: Use AS_IF instead of if/then/else.
	* aclocal/quoting.m4: Use `eval echo $ac_args` to unquote $ac_arg.
	* aclocal/target.m4: Use `eval echo $rtems_args` to unquote $ac_arg.
2002-11-06 11:16:52 +00:00
Ralf Corsepius
8ecc042a2a 2002-11-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* rtems/new-exceptions/cpu.h: Remove sections on
	CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
	* rtems/old-exceptions/cpu.h: Remove sections on
	CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
	* rtems/score/cpu.h: Insert sections on
	CPU_INLINE_ENABLE_DISPATCH and CPU_UNROLL_ENQUEUE_PRIORITY.
2002-11-06 11:16:48 +00:00
Joel Sherrill
5d941f364d 2002-10-30 Eric Norum <eric.norum@usask.ca>
* src/psignal.c: Fix counting problem which resulted in too many
	entries being in the POSIX signals default behavior table.
2002-11-05 19:46:26 +00:00
Ralf Corsepius
83433304e8 2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/bspstart.c: Remove ramStart to eliminate warning.
2002-11-05 18:54:10 +00:00
Ralf Corsepius
9cf7774f2e 2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: Adapations to autoconf > 2.52.
2002-11-05 18:34:36 +00:00
Ralf Corsepius
2595580275 2002-11-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Unconditionally check for CXX (Hack to bug in
	autoconf > 2.54).
2002-11-05 07:27:51 +00:00
Joel Sherrill
9584c06f3e 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* idtcpu.h: Removed warning.
2002-11-04 22:19:49 +00:00
Joel Sherrill
849195615b 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* cpu.c: Removed warning.
2002-11-04 22:19:31 +00:00
Joel Sherrill
145fc8c08b 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* src/_servtgt.c: Removed warning by adding support for ITRON
	tasks and rolling multiple loops into 1.
	* src/m68k/rdbg_f.c: Removed warning.
2002-11-04 22:19:11 +00:00
Joel Sherrill
1740467b24 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* console/console.c, network/network.c: Removed warnings.
2002-11-04 22:18:26 +00:00
Joel Sherrill
a3ed176c94 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* irq/irq.c: Removed warnings.
2002-11-04 22:18:12 +00:00
Joel Sherrill
52471f6063 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* network/network.c: Removed warnings.
2002-11-04 22:17:51 +00:00
Joel Sherrill
ce3375008b 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* src/rpc/pmap_rmt.c: Removed warnings.
2002-11-04 14:29:42 +00:00
Joel Sherrill
6d9ade62b3 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* pppd/auth.c, rtems_webserver/uemf.h: Removed warnings.
2002-11-04 14:29:21 +00:00
Joel Sherrill
9c8838f1e1 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* mpc8260/console-generic/console-generic.c, mpc8260/cpm/dpram.c,
	mpc8260/exceptions/raw_exception.c,
	mpc8xx/exceptions/raw_exception.c: Removed warnings.
2002-11-04 14:29:02 +00:00
Joel Sherrill
ae8c709ea4 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* console/i8042.c: Removed warnings.
2002-11-04 14:28:26 +00:00
Joel Sherrill
37a25cf35d 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* console/console.c, irq/irq.c, network/if_hdlcsubr.c,
	network/if_hdlcsubr.h, network/network.c, vectors/vectors_init.c:
	Removed warnings.
2002-11-04 14:28:09 +00:00
Joel Sherrill
844de9915c 2002-11-04 Joel Sherrill <joel@OARcorp.com>
* console/console.c, network/network.c: Removed warnings.
2002-11-04 14:27:49 +00:00