Commit Graph

18820 Commits

Author SHA1 Message Date
Joel Sherrill
ce017afb1b 2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* user/conf.t, user/userext.t: Eliminate use of deprecated
	rtems_extension.
2009-09-26 15:51:31 +00:00
Joel Sherrill
62fbfe3734 2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/include/rtems/libcsupport.h,
	libcsupport/src/newlibc_reent.c: Eliminate use of deprecated
	rtems_extension.
2009-09-26 15:48:43 +00:00
Joel Sherrill
ac85d56d48 2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp04/tswitch.c, sp07/system.h, sp07/taskexit.c, sp07/tdelete.c,
	sp07/tstart.c, spfatal_support/init.c, spfatal_support/system.h:
	Eliminate use of deprecated rtems_extension.
2009-09-26 15:47:16 +00:00
Joel Sherrill
0d1e5fd33a 2009-09-26 Joel Sherrill <joel.sherrill@oarcorp.com>
* cpuuse/tswitch.c: Eliminate use of deprecated rtems_extension.
2009-09-26 15:46:34 +00:00
Ralf Corsepius
626f03dada Regenerate. 2009-09-26 06:06:37 +00:00
Ralf Corsepius
aca3753f93 gdb-6.8.91-rtems4.10-20090918.diff 2009-09-26 06:04:43 +00:00
Ralf Corsepius
e92355e691 Bump GDB_RPMREL. 2009-09-26 06:02:24 +00:00
Ralf Corsepius
787506b00f Reenable --enable-system-readline for fedora-12* 2009-09-26 06:01:23 +00:00
Ralf Corsepius
5658a32c54 Add Fedora's gdb-readline-6.0.patch 2009-09-26 05:52:05 +00:00
Joel Sherrill
c00b49f8d5 2009-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* acinclude.m4: Add qemuppc.
2009-09-25 20:44:59 +00:00
Joel Sherrill
081c475fe3 2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/Makefile.am: Re-add file accidentally deleted by Sebastian.
2009-09-25 18:30:11 +00:00
Joel Sherrill
8e2cd0ce59 2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* score/inline/rtems/score/thread.inl: Restore the BSP context -- do
	not save the current. This routine is also marked as not returning
	which saves the exit path code.
2009-09-25 18:08:55 +00:00
Joel Sherrill
e1c9abde95 2009-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* include/rtems/pci.h: Change extern inline to static inline.
2009-09-25 17:52:06 +00:00
Joel Sherrill
c42d1a459b 2009-09-25 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* sapi/include/rtems/extension.h, sapi/src/extensiondelete.c,
	sapi/src/extensionident.c, sapi/src/extensioncreate.c,
	sapi/inline/rtems/extension.inl, score/include/rtems/score/userext.h,
	score/src/userextthreaddelete.c, score/src/userext.c,
	score/src/userextthreadcreate.c, score/src/userextremoveset.c,
	score/src/userextthreadbegin.c, score/src/userextaddset.c,
	score/src/userextthreadstart.c, score/src/userextthreadswitch.c,
	score/src/userextthreadrestart.c: Documentation. The types
	User_extensions_routine and rtems_extension are now deprecated.
	Removed unused types User_extensions_thread_post_switch_extension and
	rtems_task_post_switch_extension. Renamed _User_extensions_Add_API_set()
	in _User_extensions_Add_set(). Renamed _User_extensions_Add_set() in
	_User_extensions_Add_set_with_table().
	* score/src/userextaddapiset.c: Removed file.
	* score/Makefile.am: Update.
2009-09-25 17:51:46 +00:00
Joel Sherrill
e89faf3ef4 2009-09-25 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* score/src/heap.c, score/include/rtems/score/heap.h: Reduced alignment
 	requirement for CPU_ALIGNMENT from four to two.
2009-09-25 17:49:32 +00:00
Joel Sherrill
0feb80855d 2009-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/include/io.h, shared/include/mmu.h: Change extern inline to
	static inline.
2009-09-25 14:58:05 +00:00
Joel Sherrill
bc9808931c 2009-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/bootloader/bootldr.h: Change extern inline to static inline.
2009-09-25 14:56:04 +00:00
Joel Sherrill
ea5f512fe8 2009-09-25 Joel Sherrill <joel.sherrill@oarcorp.com>
* shared/include/pci.h: Change extern inline to static inline.
2009-09-25 14:55:32 +00:00
Joel Sherrill
e731068271 2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* sp14/asr.c, sp14/sp14.doc, sp14/task1.c, sp14/task2.c: Adjust test to
	run when IO speed varies.
2009-09-25 13:26:35 +00:00
Joel Sherrill
bce23bdc98 2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* posix/include/rtems/posix/threadsup.h: Add no return atrribute to
	_POSIX_Thread_Exit().
2009-09-25 12:09:27 +00:00
Joel Sherrill
1154ced949 2009-09-25 Joel Sherrill <joel.sherrill@OARcorp.com>
* rtems/score/cpu.h: Add no return atrribute to _CPU_Context_restore()
	since it is used for restarting self.
2009-09-25 12:07:54 +00:00
Joel Sherrill
98765cb868 2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am: Add qemuppc.cfg.
	* custom/qemuppc.cfg: New file.
2009-09-24 19:17:16 +00:00
Joel Sherrill
d7378b2e84 2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/hexdump-odsyntax.c: Fix failure on SH2e where there is
	only single precision float.
2009-09-24 18:29:06 +00:00
Joel Sherrill
b1ca98b9c1 2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* irq/irq.h: New file.
2009-09-24 16:08:35 +00:00
Joel Sherrill
9fd02e20aa 2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
	preinstall.am, console/console-io.c, include/.cvsignore,
	include/bsp.h, start/start.S, startup/bsppanic.c, startup/cmain.c,
	startup/linkcmds: New files.
2009-09-24 16:08:14 +00:00
Joel Sherrill
b981f5f0a2 2009-09-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* stackchk01/stackchk01.doc: Add content.
2009-09-24 14:23:43 +00:00
Joel Sherrill
d3b5fe3a2e 2009-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* libcsupport/src/getpagesize.c, posix/Makefile.am: Eliminate one copy
	of getpagesize() and make it return an int.
	* posix/src/getpagesize.c: Removed.
2009-09-24 11:14:12 +00:00
Ralf Corsepius
d80603ec23 Regenerate. 2009-09-23 10:17:02 +00:00
Ralf Corsepius
41bab5c979 Bump GDB_RPMREL. 2009-09-23 10:16:12 +00:00
Ralf Corsepius
5eb0ae9bb7 Fix bug in with_system_readline logic. 2009-09-23 10:14:51 +00:00
Ralf Corsepius
f677033cae Add *.tar.xz. 2009-09-23 03:19:08 +00:00
Ralf Corsepius
430a536f38 Add xz-compressed tarball 2009-09-23 03:18:44 +00:00
Ralf Corsepius
4dfc2d02df Bump version. 2009-09-23 03:17:46 +00:00
Ralf Corsepius
b88c7b1da9 Minor fixes. 2009-09-23 03:17:01 +00:00
Joel Sherrill
d81a9a7a14 2009-09-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* Makefile.am, configure.ac: Disable network interface when networking
	is disabled.
2009-09-23 00:00:34 +00:00
Ralf Corsepius
846e46afe2 Update. 2009-09-22 08:39:30 +00:00
Ralf Corsepius
acfbf10454 New. 2009-09-22 08:38:37 +00:00
Joel Sherrill
99acb01bea 2009-09-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, configure.ac: Add initial test for
	rtems_stack_checker_is_blown.
	* stackchk01/.cvsignore, stackchk01/Makefile.am, stackchk01/init.c,
	stackchk01/stackchk01.doc, stackchk01/stackchk01.scn: New files.
2009-09-21 20:12:08 +00:00
Joel Sherrill
f343b668ac 2009-09-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxclock/init.c, psxclock/psxclock.scn: Add test case for negative
	nanoseconds.
2009-09-21 13:14:37 +00:00
Thomas Doerfler
687e34b619 Add missing files. 2009-09-21 07:44:28 +00:00
Joel Sherrill
0e2caa4c18 2009-09-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/Makefile.am: Add getpagesize(). Now required by GNU Ada.
	* posix/src/getpagesize.c: New file.
2009-09-20 17:04:31 +00:00
Joel Sherrill
105530fe5d 2009-09-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxsysconf/init.c, psxsysconf/psxsysconf.scn: Add test for
	getpagesize().
2009-09-20 17:03:18 +00:00
Ralf Corsepius
679e45d59c Housekeeping. 2009-09-18 10:41:39 +00:00
Ralf Corsepius
c74285e50c Regenerate. 2009-09-18 10:39:06 +00:00
Ralf Corsepius
6d41d18652 gdb-6.8.91-rtems4.10-20090918.diff. 2009-09-18 10:38:28 +00:00
Ralf Corsepius
c2b4d2d3e0 Bump GDB_RPMREL. 2009-09-18 10:36:16 +00:00
Ralf Corsepius
4c437cada8 New. 2009-09-18 10:35:01 +00:00
Ralf Corsepius
34ad1f48a6 Rework --with-system-readline handling. 2009-09-18 10:34:24 +00:00
Thomas Doerfler
5e61c80327 * rtems/score/cpu.h: Fix for inline asm in _CPU_Fatal_halt().
* rtems/asm.h: Added macro to define ARM functions.
	* cpu_asm.S, arm_exc_handler_low.S: Use macro from above.
2009-09-18 08:07:23 +00:00
Thomas Doerfler
091705c07f Removed symbols and renamed sections.
Added bsp_start_memcpy(). Documentation. Changes for external ROM start.
2009-09-18 08:06:32 +00:00