Commit Graph
22127 Commits
Author SHA1 Message Date
Ralf Corsepius a07f29e37c 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxkey01/init.c: Include "test_support.h".
2009-10-25 17:30:18 +00:00
Ralf Corsepius 4bcf5f2a0f 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxkey01/init.c: Include "test_support.h".
2009-10-25 17:30:17 +00:00
Ralf Corsepius 236641b0f1 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for pthread_atfork in pthread.h.
	* psxrwlock01/test.c: Conditionally add local prototype for
	pthread_atfork() if pthread.h doesn't supply it.
	Include <pthread.h>.
2009-10-25 07:22:03 +00:00
Ralf Corsepius 9c54ec30be 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for sys/mman.h.
	Check for mprotect in sys/mman.h.
	* psxenosys/init.c: Conditionally add local prototype for
	mprotect() if sys/mman.h doesn't supply it.
2009-10-25 07:18:18 +00:00
Ralf Corsepius 74c881d268 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for sys/mman.h.
	Check for mprotect in sys/mman.h.
	* psxenosys/init.c: Conditionally add local prototype for
	mprotect() if sys/mman.h doesn't supply it.
2009-10-25 07:18:17 +00:00
Ralf Corsepius cd06fd586e 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for pthread_rwlock_unlock in pthread.h.
	* psxrwlock01/test.c: Conditionally add local prototype for
	pthread_rwlock_unlock() if pthread.h doesn't supply it.
2009-10-25 06:51:02 +00:00
Ralf Corsepius 58f29d52ee 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Check for pthread_rwlock_unlock in pthread.h.
	* psxrwlock01/test.c: Conditionally add local prototype for
	pthread_rwlock_unlock() if pthread.h doesn't supply it.
2009-10-25 06:51:01 +00:00
Ralf Corsepius 1e17848ab2 2009-10-25 Ralf Corsépius <ralf.corsepius@rtems.org>
* psx01/init.c, psxalarm01/init.c, psxbarrier01/test.c,
	psxclock/init.c, psxfatal01/testcase.h, psxfatal02/testcase.h,
	psxhdrs/signal12.c, psxkey01/init.c, psxkey03/init.c,
	psxmsgq01/init.c, psxmsgq02/init.c, psxmsgq03/init.c,
	psxreaddir/test.c, psxrwlock01/test.c, psxsignal01/init.c,
	psxsignal02/init.c, psxsignal03/init.c, psxspin01/test.c,
	psxspin02/test.c, psxstack01/init.c, psxstat/test.c,
	psxualarm/init.c: Remove unused vars.
	Add missing prototypes.
2009-10-25 06:25:12 +00:00
Ralf Corsepius b6912c40f8 Remove unused vars.
Add missing prototypes.
2009-10-25 06:25:04 +00:00
Ralf Corsepius 147e4ac52b 2009-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp27/init.c, spsize/init.c: Fix prototypes.
	* spwatchdog/task1.c: Remove unused vars.
2009-10-24 06:23:15 +00:00
Ralf Corsepius d80cfa2fc2 Remove unused vars. 2009-10-24 06:23:06 +00:00
Ralf Corsepius d2ea3f5a44 Fix prototypes. 2009-10-24 06:22:50 +00:00
Ralf Corsepius 10ebec12bf 2009-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* sp10/init.c, sp18/init.c, sp27/init.c, sp35/priinv.c
	sp63/init.c, sp65/init.c, sp67/init.c, spintrcritical11/init.c
	spobjgetnext/init.c, spprintk/init.c:
	Eliminate unused vars.
2009-10-24 06:14:38 +00:00
Ralf Corsepius 2f2da91c1f Eliminate unused vars. 2009-10-24 06:14:30 +00:00
Ralf Corsepius 53edb3126e Add rprintf.h 2009-10-24 05:53:59 +00:00
Ralf Corsepius f788472a45 2009-10-24 Ralf Corsépius <ralf.corsepius@rtems.org>
* capture/init.c: Remove setup_tasks_to_watch.
	* capture/system.h: Remove test*().
	Add setup_tasks_to_watch().
	* capture/test1.c: Fix prototype.
	* fileio/init.c: Fix broken printfs.
	* minimum/init.c: Remove unused var.
	* nsecs/empty.c: Add missing prototype.
	* nsecs/rprintf.h: New.
	* nsecs/init.c: Printf fixes.
	* unlimited/system.h: Add missing prototypes.
	* unlimited/init.c, unlimited/test1.c, unlimited/test2.c,
	unlimited/test3.c: Various warning fixes.
2009-10-24 05:53:14 +00:00
Ralf Corsepius 9b86291bca Various warning fixes. 2009-10-24 05:52:48 +00:00
Ralf Corsepius 22bed3e56a Add missing prototypes. 2009-10-24 05:52:23 +00:00
Ralf Corsepius 04abc236a6 Printf fixes. 2009-10-24 05:52:02 +00:00
Ralf Corsepius 21d821bea3 New. 2009-10-24 05:51:46 +00:00
Ralf Corsepius 5f4d6cccb5 Add missing prototype. 2009-10-24 05:51:36 +00:00
Ralf Corsepius 8a990c7fc1 Remove unused var. 2009-10-24 05:51:21 +00:00
Ralf Corsepius a3b2830e0f Fix broken prints. 2009-10-24 05:51:06 +00:00
Ralf Corsepius 38903a537d Fix prototype. 2009-10-24 05:50:51 +00:00
Ralf Corsepius 3a6530f90e Remove test*().
Add setup_tasks_to_watch().
2009-10-24 05:50:35 +00:00
Ralf Corsepius b47496200f Remove setup_tasks_to_watch. 2009-10-24 05:50:06 +00:00
Ralf Corsepius 0b74b13f48 2009-10-24 Ralf Corsepius <ralf.corsepius@rtems.org>
* Makefile.am: Add support/include/test_support.h.
2009-10-24 05:40:33 +00:00
Ralf Corsepius 97806efb65 Add support/include/test_support.h. 2009-10-24 05:40:26 +00:00
Ralf Corsepius 2a22b87c97 2009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/prog-cc.m4: Remove RTEMS_CFLAGS.
	Rework CFLAGS setup.
	* automake/compile.am: Remove RTEMS_CFLAGS.
2009-10-23 14:58:56 +00:00
Ralf Corsepius b9b3a5c5c7 Remove RTEMS_CFLAGS.
Rework CFLAGS setup.
2009-10-23 14:58:16 +00:00
Ralf Corsepius 05eb1fb576 Remove RTEMS_CFLAGS. 2009-10-23 14:57:58 +00:00
Ralf Corsepius c524d9ce73 2009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Rework CFLAGS setup.
	* aclocal/prog-cc.m4: Remove RTEMS_CFLAGS.
	* automake/compile.am: Remove RTEMS_CFLAGS.
2009-10-23 14:53:53 +00:00
Ralf Corsepius 1a44f1b8bf Rework CFLAGS setup. 2009-10-23 14:53:46 +00:00
Ralf Corsepius d387391a7e 2009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/check-custom-bsp.m4: Be less verbose.
2009-10-23 13:09:30 +00:00
Thomas Doerfler 856cce5068 add new files for exception handler 2009-10-23 09:51:03 +00:00
Ralf Corsepius 402ac7b7c8 Fix broken formating. 2009-10-23 08:17:41 +00:00
Ralf Corsepius 6d778485f8 2009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* console/console.c: Include <rtems/error.h>.
	* spi/spi.c: Remove m8xx_spi_softc_ptr (Unused).
2009-10-23 08:16:43 +00:00
Ralf Corsepius 30e516ad0e Remove m8xx_spi_softc_ptr (Unused). 2009-10-23 08:16:19 +00:00
Ralf Corsepius d7637d8dcf Include <rtems/error.h>. 2009-10-23 08:16:03 +00:00
Thomas Doerfler 2d2de4eba1 Update for exception support changes. 2009-10-23 07:32:46 +00:00
Ralf Corsepius cc1e864dfe 2009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* irq/irq.h: Add BSP_irq_enabled_at_cpm.
	* network/network.c: Remove local decl of BSP_irq_enabled_at_cpm.
2009-10-23 06:48:42 +00:00
Ralf Corsepius 2e9d27c06c 2009-10-23 Ralf Corsépius <ralf.corsepius@rtems.org>
* irq/BSP_irq.c, network/if_100MHz/GT64260eth.c,
	network/if_1GHz/if_wm.c, network/if_1GHz/pci_map.c,
	startup/bspstart.c: Add missing prototypes.
	Adjust bogus types. Remove unused vars.
2009-10-23 06:28:17 +00:00
Ralf Corsepius 8f53ef7177 2009-10-23 Ralf Corsepius <ralf.corsepius@rtems.org>
* automake/compile.am: Add *.ralf to clean-local.
2009-10-23 05:37:46 +00:00
Ralf Corsepius 4ef2738221 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* score/cpu/Makefile.am: Update DIST_SUBDIRS.
2009-10-22 17:10:59 +00:00
Joel Sherrill ee7fc43b0e 2009-10-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Build file IO related tests even with POSIX threading is
	disabled.
2009-10-22 14:54:29 +00:00
Ralf Corsepius 3144f90c4f 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* new-exceptions/bspsupport/vectors_init.c: Remove duplicate
	defines DEAR_BOOKE, DEAR_405.
2009-10-22 12:22:12 +00:00
Ralf Corsepius fb5785cce6 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libblock/include/rtems/flashdisk.h: Use UINT32_C consts to
	avoid implicit int-cast overflows in RTEMS_FDISK_KBYTES.
2009-10-22 11:56:01 +00:00
Ralf Corsepius 4b8a90e523 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* libchip/ide/ata.h: Move extern "C".
2009-10-22 11:48:29 +00:00
Ralf Corsepius 07bfeb149c 2009-10-22 Ralf Corsépius <ralf.corsepius@rtems.org>
* clock/clock-config.c, misc/dma.c, network/network.c,
	rtc/rtc-config.c, ssp/ssp.c: Remove unused vars.
2009-10-22 11:46:12 +00:00
Ralf Corsepius fc5799fb88 Remove unused vars. 2009-10-22 11:46:05 +00:00