Commit Graph

13262 Commits

Author SHA1 Message Date
Joel Sherrill
5622ddc4bd 2007-03-10 Joel Sherrill <joel@OARcorp.com>
PR 1226/cpukit
	* user/conf.t: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE not
	CONFIGURE_HAS_OWN_MULTIPROCESING_TABLE.
2007-03-10 16:16:23 +00:00
Joel Sherrill
e2a8b99612 2007-03-10 Joel Sherrill <joel@OARcorp.com>
PR 1226/cpukit
	* sapi/include/confdefs.h: CONFIGURE_HAS_OWN_MULTIPROCESSING_TABLE not
	CONFIGURE_HAS_OWN_MULTIPROCESING_TABLE.
2007-03-10 16:16:10 +00:00
Joel Sherrill
5d3d6d1a20 2007-03-10 Joel Sherrill <joel@OARcorp.com>
PR 1227/bsps
	* include/bsp.h: Remove MAX_LONG_TEST_DURATION and
	MAX_SHORT_TEST_DURATION. They are obsolete and unused.
2007-03-10 15:53:53 +00:00
Joel Sherrill
9f59157783 2007-03-09 Joel Sherrill <joel@OARcorp.com>
* bootcard.c: Change XXX to real comment.
2007-03-09 14:59:00 +00:00
Joel Sherrill
d4b29afe5c 2007-03-08 Joel Sherrill <joel@OARcorp.com>
* user/Makefile.am, user/stackchk.t: Change dump usage to report usage.
2007-03-08 21:44:28 +00:00
Joel Sherrill
6c7928bba3 2007-03-08 Joel Sherrill <joel@OARcorp.com>
* libfs/src/imfs/imfs.h: Fix comment.
2007-03-08 21:44:02 +00:00
Joel Sherrill
6b7d3a31bf 2007-03-08 Joel Sherrill <joel@OARcorp.com>
* libfs/src/imfs/imfs.h: Fix comment.
2007-03-08 21:43:31 +00:00
Joel Sherrill
8583f82da0 2007-03-08 Joel Sherrill <joel@OARcorp.com>
* libmisc/stackchk/check.c, libmisc/stackchk/internal.h,
	libmisc/stackchk/stackchk.h: Change dump usage to report usage.
2007-03-08 21:43:05 +00:00
Joel Sherrill
3d1e8ba23e 2007-03-08 Joel Sherrill <joel@OARcorp.com>
* rtems/Makefile.am, rtems/src/msgqsend.c, rtems/src/msgqurgent.c:
	Remove wrapper for message queue send and urgent and implement them
	directly. There was an unnecessary function call layer in addition to
	conditions in the shared routine. Directly coding both directives is
	simpler and should result in smaller code.
	* rtems/src/msgqsubmit.c: Removed.
2007-03-08 21:41:46 +00:00
Joel Sherrill
9bacef80de 2007-03-06 Joel Sherrill <joel@OARcorp.com>
* ada_user/Makefile.am, ada_user/ada_user.texi: Ada API manual now
	builds again.
2007-03-06 17:05:39 +00:00
Joel Sherrill
e8e2693c35 2007-03-06 Joel Sherrill <joel@OARcorp.com>
* user/Makefile.am, user/barrier.t, user/c_user.texi: Update barrier
	documentation.
2007-03-06 15:35:59 +00:00
Ralf Corsepius
41c3ed9d54 New (Incorporate Joels patch to increase mem-sizes for erc32 sim.) 2007-03-06 12:53:35 +00:00
Ralf Corsepius
58255f77c1 Add exec_prefix. 2007-03-06 12:15:22 +00:00
Joel Sherrill
88e8cc4d12 2007-03-05 Joel Sherrill <joel@OARcorp.com>
PR 1222/cpukit
	* Makefile.am, configure.ac: Enhance so that when the prioirity of a
	thread that is blocked on a priority based thread queue is changed,
	that its placement in the queue is reevaluated based upon the new
	priority. This enhancement includes modifications to the SuperCore as
	well as new test cases.
	* sp34/.cvsignore, sp34/Makefile.am, sp34/changepri.c, sp34/sp34.doc,
	sp34/sp34.scn, sp35/.cvsignore, sp35/Makefile.am, sp35/priinv.c,
	sp35/sp35.doc, sp35/sp35.scn: New files.
2007-03-05 21:01:53 +00:00
Joel Sherrill
96d0b64c62 2007-03-05 Joel Sherrill <joel@OARcorp.com>
PR 1222/cpukit
	* score/Makefile.am, score/include/rtems/score/coremutex.h,
	score/include/rtems/score/threadq.h,
	score/inline/rtems/score/coremutex.inl, score/src/coremsgsubmit.c,
	score/src/coremutexsurrender.c, score/src/threadchangepriority.c,
	score/src/threadclearstate.c, score/src/threadhandler.c,
	score/src/threadinitialize.c, score/src/threadqdequeuefifo.c,
	score/src/threadqdequeuepriority.c, score/src/threadqenqueue.c,
	score/src/threadqenqueuefifo.c, score/src/threadqenqueuepriority.c,
	score/src/threadqextractfifo.c, score/src/threadqextractpriority.c,
	score/src/threadsetstate.c: Enhance so that when the prioirity of a
	thread that is blocked on a priority based thread queue is changed,
	that its placement in the queue is reevaluated based upon the new
	priority. This enhancement includes modifications to the SuperCore as
	well as new test cases.
	* score/src/threadqrequeue.c: New file.
2007-03-05 21:01:40 +00:00
Joel Sherrill
471998ecc4 2007-03-05 Joel Sherrill <joel@OARcorp.com>
* sapi/src/exinit.c: Fix spacing.
2007-03-05 20:55:18 +00:00
Joel Sherrill
7f5fc4eda3 2007-03-05 Joel Sherrill <joel@OARcorp.com>
PR 1221/cpukit
	* posix/src/pthreadequal.c: Fix critical section nesting.
2007-03-05 20:53:05 +00:00
Joel Sherrill
3ca0ca79dd 2007-03-05 Joel Sherrill <joel@OARcorp.com>
* malloctest/init.c: Be explicit about need for default and floating
	point attributes. This is just a style change.
2007-03-05 19:56:59 +00:00
Joel Sherrill
99c3730cc0 2007-03-05 Joel Sherrill <joel@OARcorp.com>
* sp26/system.h: Correct memory required for stack sizes.
2007-03-05 19:44:08 +00:00
Joel Sherrill
af61bca7ad 2007-03-02 Joel Sherrill <joel@OARcorp.com>
PR 1221/doc
	* user/rtmon.t: Add missing exponent operator in RMS CPU Utiliziation
	formula.
2007-03-02 21:30:22 +00:00
Ralf Corsepius
1f88fa0065 Add support for exec_prefix. 2007-03-01 06:20:02 +00:00
Ralf Corsepius
0a6c808315 Remove (obsolete). 2007-02-28 07:30:11 +00:00
Ralf Corsepius
661d5c80aa New. 2007-02-28 07:29:32 +00:00
Ralf Corsepius
f05a343ef0 Upgrade to gcc-4.2-20070221 2007-02-28 07:27:53 +00:00
Ralf Corsepius
34a0e1dd67 Remove unused code. 2007-02-28 03:27:30 +00:00
Ralf Corsepius
41bd9726d0 Rebase binutils/gcc 2007-02-27 16:11:37 +00:00
Ralf Corsepius
258d7d5ae7 Add BINTUTILS_PKGVERS. 2007-02-27 14:34:01 +00:00
Ralf Corsepius
916bb72613 Remove _use_internal_dependency_generator 0.
Remove __debug_install_post %{nil}.
2007-02-27 14:33:15 +00:00
Ralf Corsepius
cd5bd9b4cc Use MKSPEC0. 2007-02-27 07:38:04 +00:00
Ralf Corsepius
5da81742ab Add BINUTILS_PKGVERS.
Add GCC_PKGVERS.
2007-02-27 07:33:19 +00:00
Ralf Corsepius
a73220f24a Upgrade to cygwin-1.5.24-2.
Upgrade to w32api-3.8-1.
2007-02-27 07:32:19 +00:00
Ralf Corsepius
3730435875 Remove _use_internal_dependency_generator 0.
Remove __debug_install_post %{nil}.
2007-02-27 07:30:41 +00:00
Ralf Corsepius
2e03ec5a48 Upgrade to gcc-4.1.2. 2007-02-27 04:55:39 +00:00
Ralf Corsepius
d967064563 Add BINUTILS_PKGVERS.
Add GCC_PKGVERS.
gcc-4.1.2.
2007-02-27 04:02:00 +00:00
Ralf Corsepius
44b241c491 mf-runtime.h is still broken in gcc-4.1.2 2007-02-27 04:00:37 +00:00
Ralf Corsepius
161e273995 Add freebsd6.2 2007-02-27 03:59:07 +00:00
Ralf Corsepius
2aa2177a22 New. 2007-02-27 03:57:55 +00:00
Ralf Corsepius
754b79ad1d Add BINUTILS_PKGVERS.
Add GCC_PKGVERS.
2007-02-26 16:50:20 +00:00
Ralf Corsepius
856c8e4860 Add BINUTILS_PKGVERS.
Add GCC_PKGVERS.
Try gcc-4.1.2.
2007-02-26 16:47:54 +00:00
Ralf Corsepius
67c1bb5ede Add MKSPEC0. 2007-02-26 15:54:49 +00:00
Ralf Corsepius
a8149e7620 Use binutils_pkgvers instead of binutils_version in Source0. 2007-02-26 09:55:59 +00:00
Ralf Corsepius
8d182cacc3 Add BINUTILS_PKGVERS. 2007-02-26 09:35:04 +00:00
Ralf Corsepius
397a1bec23 Add GDB_PKGVERS. 2007-02-26 09:33:39 +00:00
Ralf Corsepius
f3a77dd5a5 Add BINUTILS_PKGVERS. 2007-02-26 09:29:52 +00:00
Ralf Corsepius
f771246846 Add BINUTILS_PKGVERS. 2007-02-26 09:26:59 +00:00
Ralf Corsepius
99a0692705 Add GCC_PKGVERS. 2007-02-26 09:23:23 +00:00
Ralf Corsepius
f189de857d Add GDB_PKGVERS. 2007-02-26 09:05:22 +00:00
Ralf Corsepius
33b4b91946 Add BINUTILS_PKGVERS. 2007-02-26 09:02:07 +00:00
Ralf Corsepius
b581f06942 Set BINUTILS_RPMREL = 1 2007-02-23 07:24:55 +00:00
Ralf Corsepius
3028ab8032 Use http://downloads.sourceforge.net/mingw/ as base for Source0. 2007-02-23 07:24:21 +00:00