Commit Graph

19081 Commits

Author SHA1 Message Date
Joel Sherrill
f52ba5837d 2009-09-09 Joel Sherrill <joel.sherrill@OARcorp.com>
* sp46/init.c, sp46/sp46.scn: Fix numbering.
2009-09-09 18:28:18 +00:00
Joel Sherrill
b2f05456e3 2009-09-09 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* heapwalk/heapwalk.scn, heapwalk/init.c: Add missing _Heap_Walk test
	cases to get back to 100% object coverage.
2009-09-09 16:30:14 +00:00
Joel Sherrill
809fb589fc 2009-09-09 Christian Mauderer <christian.mauderer@embedded-brains.de>
* heapwalk/init.c, heapwalk/heapwalk.scn, malloctest/init.c,
	malloctest/malloctest.scn: New test cases.
	* stackchk/blow.c, stackchk/stackchk.scn: Update for heap API changes.
2009-09-09 14:59:09 +00:00
Joel Sherrill
518c2aeba2 2009-09-09 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* score/include/rtems/score/heap.h, score/inline/rtems/score/heap.inl,
	score/src/heapallocate.c, score/src/heap.c, score/src/heapextend.c,
	score/src/heapresizeblock.c, score/src/heapwalk.c: Documenation.
	Simplified block resize. Improved heap walk. Changed heap layout to
	avoid a special case for _Heap_Is_used() and _Heap_Is_free().
	* libmisc/stackchk/check.c: Update for heap API changes.
2009-09-09 14:58:37 +00:00
Ralf Corsepius
1c6b22861b Remove. 2009-09-09 14:09:54 +00:00
Ralf Corsepius
ed5bd27bac Regenerate. 2009-09-09 14:06:56 +00:00
Ralf Corsepius
8c5fc41ca2 newlib-1.17.0-rtems4.10-20090909.diff. 2009-09-09 14:05:50 +00:00
Ralf Corsepius
1184ef958f Bump GCC_RPMREL. 2009-09-09 14:04:20 +00:00
Ralf Corsepius
3f7a0e1ccd New. 2009-09-09 14:03:22 +00:00
Till Straumann
ddfae71ab0 2009-09-09 Till Straumann <strauman@slac.stanford.edu>
* startup/bspstart.c: Added dummy implementation of firmware
	syscalls for use with QEMU. Dummy handler is installed if no
	pre-existing firmware handler is found.
2009-09-09 05:34:44 +00:00
Joel Sherrill
ad4137358b 2009-09-07 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* spintrcritical_support/intrcritical.c: Fixed timing rountines.
2009-09-08 19:22:49 +00:00
Joel Sherrill
8634637d1d 2009-09-08 Sebastian Huber <sebastian.huber@embedded-brains.de>
* include/irq-config.h, include/irq-generic.h, include/irq-info.h,
	src/irq-generic.c, src/irq-info.c, src/irq-legacy.c, src/irq-shell.c:
	Format, cleanup and documentation.
	* src/irq-server.c: New file.
	* include/bootcard.h, include/stackalloc.h, src/stackalloc.c,
	bsplibc.c: Update for heap API changes. Documentation.
2009-09-08 13:35:07 +00:00
Ralf Corsepius
17310b9d1e Fix GDB_VERS. 2009-09-08 11:30:54 +00:00
Ralf Corsepius
e1956272e8 Update to gdb-6.8.50.20090908. 2009-09-08 09:49:32 +00:00
Ralf Corsepius
37c8eca817 gdb-6.8.50.20090908. 2009-09-08 04:15:22 +00:00
Ralf Corsepius
abf00f79bd Rebase against gdb-6.8.50.20090908. 2009-09-08 04:13:09 +00:00
Ralf Corsepius
5ede0cc346 Regenerate. 2009-09-07 07:54:55 +00:00
Ralf Corsepius
7fde8d57aa Regenerate. 2009-09-07 07:54:36 +00:00
Ralf Corsepius
3136697f67 Bump GCC_RPMREL. 2009-09-07 07:54:25 +00:00
Ralf Corsepius
4940b1b7ae Regenerate. 2009-09-07 04:20:45 +00:00
Ralf Corsepius
1c99747375 Bump GCC_RPMREL. 2009-09-07 04:20:22 +00:00
Ralf Corsepius
86c6f95bae Regenerate. 2009-09-07 04:13:14 +00:00
Ralf Corsepius
ed2cb7c2f5 Bump GCC_RPMREL. 2009-09-07 04:12:14 +00:00
Ralf Corsepius
b0e80d9b57 Don't push . into multilib subdirs. 2009-09-07 04:10:45 +00:00
Ralf Corsepius
e17810edde Remove %sysdir %{_prefix} 2009-09-07 04:10:02 +00:00
Ralf Corsepius
98910dbd46 2009-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/issetugid.c: New (relocated from libnetworking).
	* libnetworking/rtems/issetugid.c: Remove.
	* libnetworking/Makefile.am: Reflect changes above.
	* libcsupport/Makefile.am: Reflect changes above.
2009-09-06 20:32:06 +00:00
Ralf Corsepius
0c7fbdedea Don't put _prefix into dirs. 2009-09-06 16:45:38 +00:00
Joel Sherrill
f6a41d2ea1 2009-09-03 Christian Mauderer <christian.mauderer@embedded-brains.de>
* malloctest/init.c: New test cases. Update for heap API changes.
	* stackchk/blow.c: Update for heap API changes.
2009-09-06 15:24:56 +00:00
Joel Sherrill
dea3eccb38 2009-09-06 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* libcsupport/src/free.c, libmisc/stackchk/check.c,
	rtems/include/rtems/rtems/region.h, rtems/src/regioncreate.c,
	rtems/src/regionextend.c, rtems/src/regiongetinfo.c,
	rtems/src/regiongetsegment.c, rtems/src/regiongetsegmentsize.c,
	rtems/src/regionresizesegment.c, score/src/pheapallocate.c,
	score/src/pheapallocatealigned.c, score/src/pheapextend.c,
	score/src/pheapfree.c, score/src/pheapgetblocksize.c,
	score/src/pheapgetfreeinfo.c, score/src/pheapgetinfo.c,
	score/src/pheapgetsize.c, score/src/pheapinit.c,
	score/src/pheapresizeblock.c, score/src/pheapwalk.c:
	Update for heap API changes.
	* score/include/rtems/score/apimutex.h,
	score/include/rtems/score/object.h: Documentation.
	* score/include/rtems/score/heap.h,
	score/include/rtems/score/protectedheap.h,
	score/inline/rtems/score/heap.inl, score/src/heap.c,
	score/src/heapallocate.c, score/src/heapallocatealigned.c,
	score/src/heapextend.c, score/src/heapfree.c,
	score/src/heapgetfreeinfo.c, score/src/heapgetinfo.c,
	score/src/heapresizeblock.c, score/src/heapsizeofuserarea.c,
	score/src/heapwalk.c: Overall cleanup. Added boundary constraint to
	allocation function. More changes follow.
2009-09-06 15:24:08 +00:00
Ralf Corsepius
6685aa0959 Regenerate. 2009-09-06 14:18:39 +00:00
Ralf Corsepius
9914cad16a Bump GCC_RPMREL. 2009-09-06 14:17:51 +00:00
Ralf Corsepius
503fdc1e0f newlib-1.17.0-rtems4.10-20090906.diff 2009-09-06 14:17:16 +00:00
Ralf Corsepius
d7467d49d3 New. 2009-09-06 14:15:40 +00:00
Ralf Corsepius
757e5de0df Activate python. 2009-09-05 05:10:06 +00:00
Ralf Corsepius
7b05a7abe5 Bump GDB_RPMREL = 2. 2009-09-05 05:09:01 +00:00
Ralf Corsepius
905b569b73 Fix %bcond_without/with python conditional. 2009-09-05 04:58:19 +00:00
Ralf Corsepius
05e8b649d8 Add python support. 2009-09-05 04:37:55 +00:00
Joel Sherrill
d329acf46d 2009-09-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* spfatal01/spfatal01.scn, spfatal01/testcase.h,
	spfatal02/spfatal02.scn, spfatal02/testcase.h,
	spfatal03/spfatal03.scn, spfatal03/testcase.h,
	spfatal04/spfatal04.scn, spfatal04/testcase.h,
	spfatal05/spfatal05.scn, spfatal05/testcase.h,
	spfatal06/spfatal06.scn, spfatal06/testcase.h,
	spfatal07/spfatal07.scn, spfatal07/testcase.h,
	spfatal08/spfatal08.scn, spfatal08/testcase.h,
	spfatal09/spfatal09.scn, spfatal09/testcase.h, spfatal10/Makefile.am,
	spfatal10/spfatal10.scn, spfatal11/Makefile.am,
	spfatal11/spfatal11.scn, spfatal12/Makefile.am,
	spfatal12/spfatal12.scn, spfatal_support/init.c: Make all fatal error
	tests use testcase.h and spfatal_support framework. Print test name
	herald in all cases.
	* spfatal10/testcase.h, spfatal11/testcase.h, spfatal12/testcase.h:
	New files.
	* spfatal10/init.c, spfatal11/init.c, spfatal12/init.c: Removed.
2009-09-04 21:28:56 +00:00
Joel Sherrill
d4f932c9a2 2009-09-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* spfatal07/testcase.h: Indicate test is not applicable on some
	architectures.
2009-09-04 16:15:08 +00:00
Joel Sherrill
56e171066d 2009-09-04 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* rtems/src/taskmode.c, sapi/src/exshutdown.c,
	score/include/rtems/score/sysstate.h,
	score/inline/rtems/score/sysstate.inl: Added
	_System_state_Is_shutdown().  Removed direct uses of
	_System_state_Current.  Documentation.
2009-09-04 13:09:48 +00:00
Ralf Corsepius
4c7eb6570e Fix expat. 2009-09-03 04:57:56 +00:00
Ralf Corsepius
c5540a7eba Bump GDB_RPMREL. 2009-09-03 03:06:11 +00:00
Ralf Corsepius
a707320651 Regenerate. 2009-09-03 01:59:29 +00:00
Ralf Corsepius
21a21c2f31 Reset GDB_RPMREL. 2009-09-03 01:59:00 +00:00
Ralf Corsepius
ccadb6844c Upgrade to gdb-6.8.50.20090902. 2009-09-03 01:55:34 +00:00
Ralf Corsepius
eb33c6e10e Upgrade to gdb-6.8.50.20090902. 2009-09-02 16:57:03 +00:00
Ralf Corsepius
b26011991e New. 2009-09-02 16:25:37 +00:00
Ralf Corsepius
cae117d97e Regenerate. 2009-09-02 06:46:41 +00:00
Ralf Corsepius
b0699f5136 Bump GDB_RPMREL. 2009-09-02 06:45:31 +00:00
Ralf Corsepius
ff7c66a6d2 Bump GDB_RPMREL. Disable infos. 2009-09-02 06:45:18 +00:00