Commit Graph

528 Commits

Author SHA1 Message Date
Joel Sherrill
8873684bdf 2001-05-17 Joel Sherrill <joel@OARcorp.com>
* sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
	number of staticly configured device drivers.
2002-05-17 18:06:23 +00:00
Joel Sherrill
606926fe68 2001-05-14 Joel Sherrill <joel@OARcorp.com>
* sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
	than the configured number of drivers.
2002-05-14 15:20:48 +00:00
Joel Sherrill
7ae7cf76af 2001-04-26 Joel Sherrill <joel@OARcorp.com>
* psxmsgq01/init.c: Reflect changes made to address PR81 that
	reworked POSIX message queues to add a descriptor separate from
	the underlying message queue.  This allows non-blocking to follow
	the "open" not the underlying queue.
2002-04-26 23:41:02 +00:00
Joel Sherrill
d25d17b282 2002-04-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* base_sp/apptask.c: Include <stdlib.h>.
	* hello/init.c: Ditto.
	* paranoia/init.c: Ditto.
	* ticker/tasks.c: Ditto.
	* unlimited/init.c: Ditto.
	* unlimited/test1.c: Ditto.
	* unlimited/test2.c: Ditto.
	* unlimited/test3.c: Ditto.
2002-04-17 14:01:40 +00:00
Joel Sherrill
cb9b2bfcaa 2002-04-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove ENABLE_GCC28.
2002-04-16 13:53:23 +00:00
Joel Sherrill
beaa47bc46 2001-04-04 Joel Sherrill <joel@OARcorp.com>
* spsize/size.c: Reflect SPARC modifcation to get rid of
	NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
2002-04-04 22:29:47 +00:00
Joel Sherrill
5729f62e12 2001-03-29 Joel Sherrill <joel@OARcorp.com>
* Per PR147 addressed problems when reseting and inserting a timer
	into a timer chain that did not honor time passage since the last
	time the timer server was scheduled and the new insertion.
	* sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
2002-03-29 15:32:08 +00:00
Joel Sherrill
0a32a213de 2001-03-28 Joel Sherrill <joel@OARcorp.com>
* Side-effect of PR132.
	* sp21/system.h: Now must explicitly request NULL driver.
2002-03-28 19:30:51 +00:00
Joel Sherrill
7273b6e166 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-03-28 00:54:58 +00:00
Joel Sherrill
f66be68000 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]).
	* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm02/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm03/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm04/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm05/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm06/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm07/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm08/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm09/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm10/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm11/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm12/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm13/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm14/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm15/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm16/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm17/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm18/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm19/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm20/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm21/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm22/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm23/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm24/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm25/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm26/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm27/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm28/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tm29/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tmck/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-28 00:44:39 +00:00
Joel Sherrill
4b01a189ea 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]).
	* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* tmitronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-28 00:44:34 +00:00
Joel Sherrill
cb626ac8c5 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]).
	* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-28 00:44:31 +00:00
Joel Sherrill
ac2512abbd 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]).
	* sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-28 00:44:27 +00:00
Joel Sherrill
0e9a637c2b 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]).
	* base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-28 00:44:22 +00:00
Joel Sherrill
8dc526ef91 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.
	* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-28 00:44:18 +00:00
Joel Sherrill
ed794ad779 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]).
	* mp01/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp01/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp02/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp02/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp03/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp03/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp04/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp04/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp05/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp05/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp06/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp06/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp07/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp07/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp08/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp08/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp09/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp09/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp10/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp10/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp10/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp11/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp11/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp12/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp12/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp13/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp13/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp14/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* mp14/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-28 00:44:13 +00:00
Joel Sherrill
8b695b93da 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]).
	* cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-28 00:44:08 +00:00
Joel Sherrill
a7d158ab33 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]).
	* itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS.
2002-03-28 00:44:04 +00:00
Joel Sherrill
fabacfedb8 2002-03-20 Chris Johns <ccj@acm.org>
* PR145.
	* sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
	in system (e.g. driver tasks).  Also exit on minimum number of
	switches not precise number.
2002-03-20 14:56:45 +00:00
Joel Sherrill
ef70d9b652 2001-01-29 Joel Sherrill <joel@OARcorp.com>
* Fixed bug where resetting a timer that was not at the head
	of one of the task timer chains resulted in the Timer Server
	task waking up too far in the future.
	* Added rtems_timer_get_information() directive to support testing.
	* sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
	above condition.
2002-01-29 18:20:59 +00:00
Joel Sherrill
2fc6dc313d 2001-01-22 Joel Sherrill <joel@OARcorp.com>
* sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
	because priority added as argument to rtems_timer_initiate_server().
2002-01-22 19:14:37 +00:00
Joel Sherrill
de569fee9f 2001-01-16 Joel Sherrill <joel@OARcorp.com>
* Added tests for task-based timers.  This included the new tests
	sp30 and sp31.
	* Makefile.am, configure.ac: Modified to reflect new tests and files.
	* sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
	for task-based timer services.
	* sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
	sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
	sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
	sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
	sp31/task1.c: New files.
2002-01-16 22:13:29 +00:00
Joel Sherrill
36d1e174fb 2001-11-26 Ralf Corsepius
* cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.
2001-11-26 14:33:43 +00:00
Joel Sherrill
ed07762c2d 2001-11-08 Jiri Gaisler <jiri@gaisler.com>
This fix is response to test results reported by Jerry Needell
	<jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
	* tm27/task1.c: Account for overhead in starting and stopping
	the timer.
2001-11-08 13:42:46 +00:00
Joel Sherrill
f2278a8585 2001-11-07 Jennifer Averett <jennifer@OARcorp.com>
Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
	* psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
	Since we check permissions before evaluating enough to see if it
	a regular file or directory, this hack is needed to make the regular
	file executable.
2001-11-07 23:57:59 +00:00
Joel Sherrill
f96cb0bc54 2001-11-07 Joel Sherrill <joel@OARcorp.com>
Tracked as PR72 but related to the object id problem (PR36)
	reported by Todor.Todorov@barco.com.
	* include/tmacros.h: Added fatal_directive_check_status_only().
2001-11-07 23:08:40 +00:00
Joel Sherrill
24445831dd 2001-11-07 Joel Sherrill <joel@OARcorp.com>
Tracked as PR72 but related to the object id problem (PR36)
	reported by Todor.Todorov@barco.com.
	but discovered independently.
	* include/tmacros.h: Added fatal_directive_check_status_only().
2001-11-07 23:08:39 +00:00
Joel Sherrill
0897d3818c 2001-11-07 Joel Sherrill <joel@OARcorp.com>
Tracked as PR72 but related to the object id problem (PR36)
	reported by Todor.Todorov@barco.com.
	* mp03/delay.c: Dispatch disable level is actually 1 not 0.
	* mp13/system.h: Configure enough tasks (CONFIGURE_MAXIMUM_TASKS=3).
	* mp14/delay.c: Dispatch disable level may be arbitrarily > 0.
2001-11-07 23:04:50 +00:00
Joel Sherrill
850f87e5c9 2001-11-01 Joel Sherrill <joel@OARcorp.com>
* sp26/system.h: Properly account for stack memory used by
	this test. Reported by Jerry Needell <jerry.needell@unh.edu>
	and processed as PR78.
2001-11-01 23:08:47 +00:00
Joel Sherrill
38c0f98ee2 2001-11-01 Joel Sherrill <joel@OARcorp.com>
* rtems++/Makefile.am: Make sure debug variant of librtems++
	is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
	and processed as PR78.
2001-11-01 18:00:00 +00:00
Joel Sherrill
2098cef4c6 2001-10-25 Joel Sherrill <joel@OARcorp.com>
* rtems++/Makefile.am: Pick up -lrtems++ even when debug.
2001-10-25 22:11:22 +00:00
Joel Sherrill
859c7d8869 2001-10-25 Eric Norum <eric.norum@usask.ca>
* cdtest/system.h: Configure 1 semaphore.  This probably covers
	up not defining one for the GCC C++ Run-Time Libraries.
2001-10-25 21:47:12 +00:00
Joel Sherrill
0b3653821a 2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* paranoia/Makefile.am: Use LD_LIBS = -lm to make automake-1.5 happy.
2001-10-17 13:12:33 +00:00
Joel Sherrill
002612f024 2001-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Apply RTEMS_CPU_SUBDIRS for potential CPU-subdirs.
	* Makefile.am: Require automake-1.5.
2001-10-17 13:12:24 +00:00
Joel Sherrill
05e3b5bba4 2001-10-12 Joel Sherrill <joel@OARcorp.com>
* unlimited/init.c, unlimited/system.h, unlimited/test1.c,
	unlimited/test2.c, unlimited/test3.c, unlimited/unlimited.doc:
	Fixed typo.
2001-10-12 21:02:52 +00:00
Joel Sherrill
d7aecdc8f8 2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* .cvsignore: Add autom4te.cache for autoconf > 2.52.
	* configure.in: Remove.
2001-10-12 18:47:00 +00:00
Joel Sherrill
df25c9989b 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-10-11 19:36:23 +00:00
Joel Sherrill
39654fd1cb 2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use 'PREINSTALL_FILES ='.
2001-09-27 13:28:47 +00:00
Joel Sherrill
4fec22e738 2001-09-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
	* rtems++/Makefile.am: LD_FLAGS = -lrtems++.
2001-09-27 13:28:35 +00:00
Joel Sherrill
366867bf02 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2001-09-24 18:28:48 +00:00
Joel Sherrill
adc0511283 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmitrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2001-09-24 18:28:40 +00:00
Joel Sherrill
996bfbfd3e 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2001-09-24 18:28:32 +00:00
Joel Sherrill
c3b74f6820 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* minimum/Makefile.am: Fix comments to make automake-1.5 happy.
	* sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
	* cdtest/Makefile.am: Remove LD_LIBS.
2001-09-24 18:28:19 +00:00
Joel Sherrill
869fa3c275 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2001-09-24 18:28:02 +00:00
Joel Sherrill
65126558db 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2001-09-24 18:27:53 +00:00
Joel Sherrill
99139ff19c 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
	* rtems++/Makefile: Remove LD_LIBS.
2001-09-24 18:27:37 +00:00
Joel Sherrill
a2c13f07bf 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
2001-09-24 18:27:14 +00:00
Joel Sherrill
c9cbbe2290 2001-09-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* minimum/Makefile.am: Fix comments to make automake-1.5 happy.
	* sample.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
	* cdtest/Makefile.am: Remove LD_LIBS.
2001-09-24 18:21:36 +00:00
Joel Sherrill
5dfa8c1e44 2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tm27/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm26/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm24/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm16/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm18/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm02/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm10/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm11/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm15/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm19/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm04/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm17/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm28/Makefile.am: include leaf.am instead of leaf.cfg.
	* tmck/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm08/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm12/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm03/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm13/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm29/Makefile.am: include leaf.am instead of leaf.cfg.
	* tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm20/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm09/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm01/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm21/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm07/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm25/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm22/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm06/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm05/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm14/Makefile.am: include leaf.am instead of leaf.cfg.
	* tm23/Makefile.am: include leaf.am instead of leaf.cfg.
2001-09-19 17:22:19 +00:00
Joel Sherrill
b1b5b41458 2001-09-19 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* tmitronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
2001-09-19 17:22:04 +00:00