Commit Graph

9977 Commits

Author SHA1 Message Date
Ralf Corsepius
b503e30f8e 2004-11-07 Ralf Corsepius <ralf.corsepiu@rtems.org>
* backward/asm.h: Add doxygen preamble.
	* backward/chain.h: Add doxygen preamble.
	* backward/clockdrv.h: Add doxygen preamble.
	* backward/confdefs.h: Add doxygen preamble.
	* backward/console.h: Add doxygen preamble.
	* backward/dosfs.h: Add doxygen preamble.
	* backward/imfs.h: Add doxygen preamble.
	* backward/iosupp.h: Add doxygen preamble.
	* backward/itron.h: Add doxygen preamble.
	* backward/ringbuf.h: Add doxygen preamble.
	* backward/rtc.h: Add doxygen preamble.
	* backward/spurious.h: Add doxygen preamble.
	* backward/timerdrv.h: Add doxygen preamble.
	* backward/vmeintr.h: Add doxygen preamble.
	* backward/motorola/mc68230.h: Add doxygen preamble.
	* backward/motorola/mc68681.h: Add doxygen preamble.
	* backward/zilog/z8030.h: Add doxygen preamble.
	* backward/zilog/z8036.h: Add doxygen preamble.
	* backward/zilog/z8536.h: Add doxygen preamble.
2004-11-07 13:44:51 +00:00
Ralf Corsepius
736f024fee Add doxygen preamble 2004-11-07 13:44:13 +00:00
Ralf Corsepius
47148e4f85 2004-11-07 Ralf Corsepius <ralf.corsepiu@rtems.org>
* libcsupport/include/sys/_stdint.h: Special-case int64_t (GCC has
	__LONG_LONG_MAX__, while POSIX mandates LLONG_MAX. This break
	__EXP(LONG_LONG_MAX)).
2004-11-07 06:49:39 +00:00
Ralf Corsepius
598feb56b9 2004-11-05 Ralf Corsepius <ralf_corsepius@rtems.org>
* i686-pc-cygwin-binutils.spec.in, i686-pc-cygwin-gcc.spec.in,
	i686-pc-cygwin-libs.spec.in, i686-pc-cygwin-mingw.spec.in,
	i686-pc-cygwin-w32api.spec.in: New.
	* i386-cygwin-binutils.spec.in, i386-cygwin-gcc.spec.in,
	i386-cygwin-libs.spec.in, i386-cygwin-mingw.spec.in,
	i386-cygwin-w32api.spec.in: Remove.
	* setup.def: Update to current cygwin.
	* Makefile.am, configure.ac: Reflect changes above.
2004-11-05 18:34:50 +00:00
Joel Sherrill
6db216dd8e 2004-11-05 Joel Sherrill <joel@OARcorp.com>
* libnetworking/machine/endian.h: Protect BYTE_ORDER from double
	definition.
2004-11-05 16:18:53 +00:00
Joel Sherrill
8b101025d1 2004-11-05 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .gnu.linkonce.b section.
2004-11-05 16:05:59 +00:00
Joel Sherrill
e3179a369e 2004-11-05 Joel Sherrill <joel@OARcorp.com>
* custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an
	architecture name for RTEMS. Since this was used as the -mcpu
	argument to GCC, that also had to be changed.
2004-11-05 15:41:17 +00:00
Joel Sherrill
9bffc2b6bb 2004-11-05 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .gnu.linkonce.b and .gnu.linkonce.bs sections.
2004-11-05 14:44:12 +00:00
Joel Sherrill
45b4785840 2004-11-05 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .gnu.linkonce.b section and account for memory
	area being named sdram NOT RAM.
2004-11-05 14:43:08 +00:00
Joel Sherrill
4755bc1206 2004-11-05 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Add .gnu.linkonce.b section.
2004-11-05 14:43:00 +00:00
Joel Sherrill
1c89b86a31 2004-11-05 Joel Sherrill <joel@OARcorp.com>
PR 706/doc
	* user/task.t: Remove not that changes explanation.
2004-11-05 14:37:57 +00:00
Ralf Corsepius
bffdb8281b 2004-11-05 Ralf Corsepius <ralf_corsepiu@rtems.org>
* configure.ac: Remove RTEMS_USES_INTTYPES_H. Require inttypes.h.
	* include/rtems/stdint.h: Remove "wild guesses", require inttypes.h.
	* libcsupport/include/inttypes.h: Cleanup.
	* libcsupport/include/stdint.h: Cleanup.
2004-11-05 11:34:49 +00:00
Ralf Corsepius
9bb5b9d110 2004-11-05 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Remove check for libbsp/${RTEMS_CPU}.
	Add dependency tracking for *.cfgs.
	* Makefile.am: Add dependency tracking for *.cfg.
2004-11-05 08:30:18 +00:00
Ralf Corsepius
07a984b1ad 2004-11-04 Ralf Corsepius <ralf_corsepiu@rtems.org>
* include/sys/_stdint.h: Various changes.
	Add *leastN_t types. Add INTN_{MIN|MAX} macros.
	Add doxygen preamble.
	* include/sys/_inttypes.h: Add doxygen preamble.
	Reflect changes above.
	* libcsupport/include/stdint.h: Add doxygen preamble.
	* libcsupport/include/inttypes.h: Add doxygen preamble.
	* configure.ac: Add doxygen preamble to cpuopts.h.
2004-11-04 21:48:12 +00:00
Ralf Corsepius
1c3dfb4a8d 2004-11-03 Ralf Corsepius <ralf_corsepius@rtems.org>
* libchip/rtc/mc146818a.c: Don't include <bsp.h>
	(Thanks to Lars Munch <lars@segv.dk> for catching this).
2004-11-03 08:18:56 +00:00
Joel Sherrill
209e68dfbd 2004-11-02 Joel Sherrill <joel@OARcorp.com>
* posix/src/mqueueunlink.c, posix/src/semunlink.c,
	score/inline/rtems/score/object.inl,
	score/macros/rtems/score/object.inl: _Objects_Is_local_id() should be
	avoided in single CPU configurations but always available in the
	Objects Handlers API.
2004-11-02 17:21:16 +00:00
Joel Sherrill
925563f410 2004-11-02 Joel Sherrill <joel@OARcorp.com>
* setup.def: Include PowerPC patch to make C++ global constructors work
	-- gcc 3.3.5/newlib-1.12.0 revision 2.
2004-11-02 16:19:05 +00:00
Ralf Corsepius
17ec0008e1 2004-11-02 Ralf Corsepius <ralf_corsepiu@rtems.org>
* rtems/include/rtems.h,
	rtems/inline/rtems/rtems/asr.inl,
	rtems/inline/rtems/rtems/attr.inl,
	rtems/inline/rtems/rtems/dpmem.inl,
	rtems/inline/rtems/rtems/event.inl,
	rtems/inline/rtems/rtems/eventset.inl,
	rtems/inline/rtems/rtems/message.inl,
	rtems/inline/rtems/rtems/modes.inl,
	rtems/inline/rtems/rtems/options.inl,
	rtems/inline/rtems/rtems/part.inl,
	rtems/inline/rtems/rtems/ratemon.inl,
	rtems/inline/rtems/rtems/region.inl,
	rtems/inline/rtems/rtems/sem.inl,
	rtems/inline/rtems/rtems/status.inl,
	rtems/inline/rtems/rtems/support.inl,
	rtems/inline/rtems/rtems/tasks.inl,
	rtems/inline/rtems/rtems/timer.inl,
	rtems/macros/rtems/rtems/asr.inl,
	rtems/macros/rtems/rtems/attr.inl,
	rtems/macros/rtems/rtems/dpmem.inl,
	rtems/macros/rtems/rtems/event.inl,
	rtems/macros/rtems/rtems/eventset.inl,
	rtems/macros/rtems/rtems/message.inl,
	rtems/macros/rtems/rtems/modes.inl,
	rtems/macros/rtems/rtems/options.inl,
	rtems/macros/rtems/rtems/part.inl,
	rtems/macros/rtems/rtems/ratemon.inl,
	rtems/macros/rtems/rtems/region.inl,
	rtems/macros/rtems/rtems/sem.inl,
	rtems/macros/rtems/rtems/status.inl,
	rtems/macros/rtems/rtems/support.inl,
	rtems/macros/rtems/rtems/tasks.inl,
	rtems/macros/rtems/rtems/timer.inl: Add doxygen preamble.
2004-11-02 09:56:51 +00:00
Ralf Corsepius
d964f79f46 Add doxygen preamble. 2004-11-02 09:56:13 +00:00
Ralf Corsepius
4b48736344 2004-10-02 Ralf Corsepius <ralf_corsepiu@rtems.org>
* rtems/include/rtems.h,
	rtems/include/rtems/rtems/asr.h,
	rtems/include/rtems/rtems/attr.h,
	rtems/include/rtems/rtems/cache.h,
	rtems/include/rtems/rtems/clock.h,
	rtems/include/rtems/rtems/config.h,
	rtems/include/rtems/rtems/dpmem.h,
	rtems/include/rtems/rtems/event.h,
	rtems/include/rtems/rtems/eventmp.h,
	rtems/include/rtems/rtems/eventset.h,
	rtems/include/rtems/rtems/intr.h,
	rtems/include/rtems/rtems/message.h,
	rtems/include/rtems/rtems/modes.h,
	rtems/include/rtems/rtems/mp.h,
	rtems/include/rtems/rtems/msgmp.h,
	rtems/include/rtems/rtems/options.h,
	rtems/include/rtems/rtems/part.h,
	rtems/include/rtems/rtems/partmp.h,
	rtems/include/rtems/rtems/ratemon.h,
	rtems/include/rtems/rtems/region.h,
	rtems/include/rtems/rtems/regionmp.h,
	rtems/include/rtems/rtems/rtemsapi.h,
	rtems/include/rtems/rtems/sem.h,
	rtems/include/rtems/rtems/semmp.h,
	rtems/include/rtems/rtems/signal.h,
	rtems/include/rtems/rtems/signalmp.h,
	rtems/include/rtems/rtems/status.h,
	rtems/include/rtems/rtems/support.h,
	rtems/include/rtems/rtems/taskmp.h,
	rtems/include/rtems/rtems/tasks.h,
	rtems/include/rtems/rtems/timer.h,
	rtems/include/rtems/rtems/types.h: Add doxygen preamble.
2004-11-02 09:39:02 +00:00
Ralf Corsepius
160965c97f 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.
	* rtems/score/types.h: Add doxygen preamble.
	* rtems/score/unix.h: Add doxygen preamble.
2004-11-02 07:40:21 +00:00
Ralf Corsepius
f4ae0c5c59 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.
	* rtems/score/sparc.h: Add doxygen preamble.
	* rtems/score/types.h: Add doxygen preamble.
2004-11-02 07:40:14 +00:00
Ralf Corsepius
eeb3a99a64 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.
	* rtems/score/sh.h: Add doxygen preamble.
	* rtems/score/sh_io.h: Add doxygen preamble.
	* rtems/score/types.h: Add doxygen preamble.
2004-11-02 07:40:06 +00:00
Ralf Corsepius
d5607c5a93 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.
	* rtems/score/powerpc.h: Add doxygen preamble.
	* rtems/score/ppc.h: Add doxygen preamble.
	* rtems/score/types.h: Add doxygen preamble.
2004-11-02 07:39:59 +00:00
Ralf Corsepius
8ad91ff435 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.
	* rtems/score/cpu_asm.h: Add doxygen preamble.
	* rtems/score/or32.h: Add doxygen preamble.
	* rtems/score/types.h: Add doxygen preamble.
2004-11-02 07:39:52 +00:00
Ralf Corsepius
77d3533f22 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.
	* rtems/score/cpu_asm.h: Add doxygen preamble.
	* rtems/score/types.h: Add doxygen preamble.
2004-11-02 07:39:45 +00:00
Ralf Corsepius
3c64bac0a3 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.
	* rtems/score/mips.h: Add doxygen preamble.
	* rtems/score/types.h: Add doxygen preamble.
2004-11-02 07:39:36 +00:00
Ralf Corsepius
a911a772c4 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.
	* rtems/score/m68k.h: Add doxygen preamble.
	* rtems/score/types.h: Add doxygen preamble.
2004-11-02 07:39:25 +00:00
Ralf Corsepius
6d6891ea81 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.
	* rtems/score/i386.h: Add doxygen preamble.
	* rtems/score/idtr.h: Add doxygen preamble.
	* rtems/score/interrupts.h: Add doxygen preamble.
	* rtems/score/registers.h: Add doxygen preamble.
	* rtems/score/types.h: Add doxygen preamble.
2004-11-02 07:39:19 +00:00
Ralf Corsepius
aa5049dbb8 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/cpu.h: Add doxygen preamble.
	* rtems/score/h8300.h: Add doxygen preamble.
	* rtems/score/types.h: Add doxygen preamble.
2004-11-02 07:39:13 +00:00
Ralf Corsepius
10f8664cc5 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/c4x.h: Add doxygen preamble.
	* rtems/score/cpu.h: Add doxygen preamble.
	* rtems/score/cpu_asm.h: Add doxygen preamble.
	* rtems/score/types.h: Add doxygen preamble.
2004-11-02 07:39:05 +00:00
Ralf Corsepius
8549b6c060 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/avr.h: Add doxygen preamble.
	* rtems/score/cpu.h: Add doxygen preamble.
	* rtems/score/cpu_asm.h: Add doxygen preamble.
	* rtems/score/types.h: Add doxygen preamble.
2004-11-02 07:38:57 +00:00
Ralf Corsepius
da215ded28 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/arm.h: Add doxygen preamble.
	* rtems/score/cpu.h: Add doxygen preamble.
	* rtems/score/cpu_asm.h: Add doxygen preamble.
	* rtems/score/types.h: Add doxygen preamble.
2004-11-02 07:38:50 +00:00
Ralf Corsepius
ccaa35d2b4 Fix typo in comment. 2004-11-02 06:19:53 +00:00
Ralf Corsepius
fea6d374d9 Cosmetics. 2004-11-02 06:17:31 +00:00
Ralf Corsepius
39785ad1e6 2004-10-02 Ralf Corsepius <ralf_corsepius@rtems.org>
PR 697/bsps
	* flashentry/flashentry.S: Fix broken comments
	(Patch by Thomas.Doerfler@imd-systems.de)
2004-11-02 02:41:28 +00:00
Joel Sherrill
6ca6ef40cf 2004-11-01 Joel Sherrill <joel@OARcorp.com>
* libmisc/monitor/mon-manager.c, libmisc/monitor/mon-object.c: Remove
	references to _Object_Is_local in single processor configurations.
2004-11-01 16:35:42 +00:00
Joel Sherrill
d686006540 2004-11-01 Joel Sherrill <joel@OARcorp.com>
* score/src/coresemsurrender.c, score/src/objectnametoid.c: All
	_Objects_Is_Local... should only be called if multiprocessing is
	enabled.
2004-11-01 15:37:30 +00:00
Joel Sherrill
c7b7f38098 2004-11-01 Joel Sherrill <joel@OARcorp.com>
* score/include/rtems/score/object.h, score/src/object.c,
	score/src/objectallocatebyindex.c, score/src/objectcomparenameraw.c,
	score/src/objectcomparenamestring.c, score/src/objectcopynameraw.c,
	score/src/objectinitializeinformation.c: Fix bugs in previous commit.
	Now compiles.
2004-11-01 15:28:22 +00:00
Ralf Corsepius
b05ecca4b2 Fix typo. 2004-11-01 14:24:09 +00:00
Ralf Corsepius
59297bb7c2 Fix typo. 2004-11-01 13:50:59 +00:00
Ralf Corsepius
92100147e1 Fix typo. 2004-11-01 13:44:54 +00:00
Ralf Corsepius
e6f664ffc9 2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/include/rtems/rtems/tasks.h, rtems/src/taskstart.c:
	rtems_task_start(..., rtems_task_argument  argument );
2004-11-01 13:36:49 +00:00
Joel Sherrill
baff4dafe1 2004-11-01 Joel Sherrill <joel@oarcorp.com>
* score/cpu/no_cpu/rtems/score/cpu.h, score/include/rtems/debug.h,
	score/include/rtems/seterr.h, score/include/rtems/system.h,
	score/include/rtems/score/address.h,
	score/include/rtems/score/apiext.h,
	score/include/rtems/score/apimutex.h,
	score/include/rtems/score/bitfield.h,
	score/include/rtems/score/chain.h,
	score/include/rtems/score/context.h,
	score/include/rtems/score/copyrt.h,
	score/include/rtems/score/coremsg.h,
	score/include/rtems/score/coremutex.h,
	score/include/rtems/score/coresem.h,
	score/include/rtems/score/heap.h, score/include/rtems/score/interr.h,
	score/include/rtems/score/isr.h, score/include/rtems/score/mpci.h,
	score/include/rtems/score/mppkt.h,
	score/include/rtems/score/objectmp.h,
	score/include/rtems/score/priority.h,
	score/include/rtems/score/stack.h,
	score/include/rtems/score/states.h,
	score/include/rtems/score/sysstate.h,
	score/include/rtems/score/thread.h,
	score/include/rtems/score/threadmp.h,
	score/include/rtems/score/threadq.h, score/include/rtems/score/tod.h,
	score/include/rtems/score/tqdata.h,
	score/include/rtems/score/userext.h,
	score/include/rtems/score/watchdog.h,
	score/include/rtems/score/wkspace.h,
	score/inline/rtems/score/address.inl,
	score/inline/rtems/score/chain.inl,
	score/inline/rtems/score/coremsg.inl,
	score/inline/rtems/score/coremutex.inl,
	score/inline/rtems/score/coresem.inl,
	score/inline/rtems/score/heap.inl, score/inline/rtems/score/isr.inl,
	score/inline/rtems/score/mppkt.inl,
	score/inline/rtems/score/objectmp.inl,
	score/inline/rtems/score/priority.inl,
	score/inline/rtems/score/stack.inl,
	score/inline/rtems/score/states.inl,
	score/inline/rtems/score/sysstate.inl,
	score/inline/rtems/score/thread.inl,
	score/inline/rtems/score/threadmp.inl,
	score/inline/rtems/score/tod.inl,
	score/inline/rtems/score/tqdata.inl,
	score/inline/rtems/score/userext.inl,
	score/inline/rtems/score/watchdog.inl,
	score/inline/rtems/score/wkspace.inl: Add Doxygen comments -- working
	modifications which are not complete and may have broken code.
	Committing so work and testing can proceed.
	* score/Doxyfile, score/mainpage.h: New files.
2004-11-01 13:22:41 +00:00
Ralf Corsepius
7ce11b2556 2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* libmisc/monitor/monitor.h: Let rtems_monitor_config_dump return int.
	* libmisc/monitor/mon-config.c: Ditto. Use PRI*N macros.
	* libmisc/monitor/mon-itask.c, libmisc/monitor/mon-prmisc.c: Use
	PRI*N macros.
2004-11-01 13:17:54 +00:00
Joel Sherrill
85b7605b32 2004-11-01 Joel Sherrill <joel@oarcorp.com>
* score/include/rtems/score/object.h,
	score/inline/rtems/score/object.inl,
	score/macros/rtems/score/object.inl: Add first cut of optional
	16 bit object Id as space reduction for small systems (TinyRTEMS).
2004-11-01 13:15:40 +00:00
Ralf Corsepius
cbd849c0de 2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* monitor/monitor.h: Let rtems_monitor_config_dump return int.
	* monitor/mon-config.c: Ditto. Use PRI*N macros.
	* monitor/mon-itask.c, monitor/mon-prmisc.c: Use PRI*N macros.
2004-11-01 13:14:33 +00:00
Ralf Corsepius
e7ab8899cd 2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Remove -ansi (Cygwin breaks with it).
	* libcsupport/include/stdint.h: Use sys/_stdint.h to setup fixed
	size types.
	* libcsupport/include/sys/_inttypes.h: Add SCN*N macros.
2004-11-01 11:38:18 +00:00
Ralf Corsepius
bf99fe98bf 2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/src/utsname.c: Revert yesterdays patch.
2004-11-01 11:34:41 +00:00
Ralf Corsepius
6cb6c7c3e1 2004-11-01 Ralf Corsepius <ralf_corsepius@rtems.org>
* rtems/score/types.h: s/no_cpu/avr/g.
	Use POSIX types from rtems/stdint.h.
2004-11-01 11:03:09 +00:00