Commit Graph

8198 Commits

Author SHA1 Message Date
Ralf Corsepius
532b7d1285 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/config-subdirs.m4: Remove.
	* Makefile.am: Reflect changes above.
2003-10-23 15:41:52 +00:00
Ralf Corsepius
d2efe94117 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: Merge-in former ../aclocal/config-subdirs.m4.
	* configure.ac: remove RTEMS_CANONICAL_HOST.
2003-10-23 15:39:37 +00:00
Ralf Corsepius
1b4a37ad58 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mongoosev/Makefile.am: Rework preinstall rules.
	* mongoosev/duart/Makefile.am: Rework preinstall rules.
	* tx39/include/Makefile.am: Remove.
	* tx39/Makefile.am: Merge-in tx39/include/Makefile.am.
	* configure.ac: Remove tx39/include/Makefile.
2003-10-23 13:55:49 +00:00
Ralf Corsepius
eb3ca32d9a 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Fix stupid typo in previous patch.
2003-10-23 11:57:59 +00:00
Ralf Corsepius
7e591039af 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Fix preinstallation of include/coverhd.h.
2003-10-23 11:46:49 +00:00
Ralf Corsepius
3555235606 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Fix preinstallation of include/coverhd.h.
2003-10-23 11:34:10 +00:00
Ralf Corsepius
c3643e78de 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/rtems-top.m4: Add support for --with-project-root.
	Remove RTEMS Version message.
2003-10-23 10:59:10 +00:00
Ralf Corsepius
c83a419af6 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* binutils/Makefile.am: Add tic4x.
	* binutils/mkspec.in: Remove duplicate rpmgroup.
2003-10-23 10:03:00 +00:00
Ralf Corsepius
fb2fc21a91 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonical-host.m4: Remove.
	* Makefile.am: Reflect changes above.
2003-10-23 08:05:58 +00:00
Ralf Corsepius
b8f4d194ef 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Don't explictly invoke $MAKE preinstall.
2003-10-23 07:07:46 +00:00
Ralf Corsepius
cb3cf606cd 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add AM_CONDITIONAL(LIBCHIP).
	* fileio/Makefile.am: Only build if LIBCHIP is available.
2003-10-23 07:02:46 +00:00
Ralf Corsepius
6e30d9762f 2003-10-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/regiongetsegment.c: Remove unneccessary typecast in assignment
	to thread->Wait.return_argment.
2003-10-23 06:58:34 +00:00
Ralf Corsepius
4be8e00149 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* gcc3newlib/Makefile.am: Add tic4x.
	* gcc3newlib/gccnewlib.add: Don't install install-tools for
	gcc >= 3.3.
2003-10-22 19:57:43 +00:00
Joel Sherrill
471feaffd2 2003-10-22 Thomas Doerfler <Thomas.Doerfler@imd-systems.de>
PR 515/filesystem
	* src/dosfs/fat_fat_operations.c: Remove commented out code.
2003-10-22 19:16:44 +00:00
Joel Sherrill
d61e9c0fec 2003-10-22 Joel Sherrill <joel@OARcorp.com>
* configure.ac, setup.def: Update to binutils 2.14 adn gcc/newlib to
	3.2.3 with 20030826 gcc patch.
2003-10-22 17:25:00 +00:00
Joel Sherrill
0febd38fc7 2003-10-22 Joel Sherrill <joel@OARcorp.com>
PR 513/doc
	* Makefile.am, index.html.in: Rename Getting Started to be non-language
	specific and remove link to Ada Getting Started. Also install missing
	graphic.
2003-10-22 17:22:28 +00:00
Joel Sherrill
3346853ac2 2003-10-22 Joel Sherrill <joel@OARcorp.com>
PR 513/doc
	* started.texi: Rename to be non-language specific.
2003-10-22 17:21:25 +00:00
Joel Sherrill
a51735cb4c 2003-10-22 Joel Sherrill <joel@OARcorp.com>
PR 512/core
	* src/tasks.c, src/taskvariabledelete.c: Run task variable destructor
	when task variable is deleted. Also some style cleanup.
2003-10-22 17:13:58 +00:00
Joel Sherrill
aab4664d77 2003-10-22 Joel Sherrill <joel@OARcorp.com>
PR 511/filesystem
	* src/malloc.c: Add deferred free and protect against C Program Heap
	operations while in a dispatch disable critical section or ISR.
2003-10-22 16:53:55 +00:00
Joel Sherrill
08c09e2439 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 509/filesystem
	* src/dosfs/fat.c: _fat_block_read and _fat_block_write return error
	codes instead of -1 in case of errors, as they are supposed to do
	according to the comments documenting these functions.
2003-10-22 16:35:18 +00:00
Joel Sherrill
897fe13f8c 2003-10-22 Joel Sherrill <joel@OARcorp.com>
PR 440/filesystem
	* src/dosfs/fat_fat_operations.c: Improve write speed with FAT12 and
	FAT16 filesystems. Previously merged on 4.6 branch.
2003-10-22 16:31:17 +00:00
Joel Sherrill
ae1f2436d2 2003-10-22 Joel Sherrill <joel@OARcorp.com>
PR 510/bsps
	* irq/irq.h: Add extern C wrapper.
2003-10-22 16:24:05 +00:00
Ralf Corsepius
4f21a587e1 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bsp-configure.m4: AC_PREREQ(2.57).
	Remove RTEMS_CANONICAL_HOST.
2003-10-22 12:40:47 +00:00
Joel Sherrill
a84c0fe0ec 2003-10-22 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Correct line length.
2003-10-22 12:38:28 +00:00
Ralf Corsepius
69decf3c4d 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonical-host.m4: Remove.
	* aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
2003-10-22 11:24:48 +00:00
Ralf Corsepius
c44312d06e 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CANONICAL_HOST.
2003-10-22 11:23:45 +00:00
Ralf Corsepius
5f7d7640c0 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonical-host.m4: Remove.
	* aclocal/canonical-target-name.m4: Merge-in aclocal/canonical-host.m4.
2003-10-22 10:54:05 +00:00
Ralf Corsepius
6a8a114c42 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CANONICAL_HOST.
2003-10-22 10:10:30 +00:00
Ralf Corsepius
c6328bee62 2003-10-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CANONICAL_HOST.
2003-10-22 10:05:17 +00:00
Ralf Corsepius
ed4b894705 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-posix.m4: Add m4-quotes.
	Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
	* aclocal/canonical-host.m4: Remove.
	* configure.ac: Remove RTEMS_CANONICAL_HOST.
	* aclocal/sysv-ipc.m4: Remove reference to RTEMS_CANONICAL_HOST.
	* aclocal/canonical-target-name.m4: Use AC_CANONICAL_HOST instead of
	AC_CANONICAL_TARGET. Use $host instead of $target.
2003-10-21 15:17:21 +00:00
Ralf Corsepius
9ca05b1c8b 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CANONICAL_HOST.
2003-10-21 15:13:36 +00:00
Ralf Corsepius
5b2e19988f 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-multiprocessing.m4: Add m4-quotes.
	Remove RTEMS_CHECK_CPU.
	* aclocal/check-itron.m4: Add m4-quotes.
	Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
	* aclocal/check-networking.m4: Add m4-quotes.
	Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
	* aclocal/check-cpu.m4: Remove.
	* aclocal/canonical-target-name.m4: Add m4-quotes.
	* configure.ac: Merge-in former aclocal/check-cpu.m4.
2003-10-21 14:51:01 +00:00
Ralf Corsepius
8727808edf 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CHECK_CPU.
2003-10-21 14:22:55 +00:00
Ralf Corsepius
91e46776a7 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/coremsgseize.c, src/coremsgsubmit.c:
	Remove unnecessary typecasts in assignments to
	thread->Wait.return_argument.
2003-10-21 14:20:05 +00:00
Ralf Corsepius
0c8d752918 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CHECK_CPU.
2003-10-21 13:42:57 +00:00
Ralf Corsepius
51d35b2e77 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-cpu.m4: Remove.
	* configure.ac: Merge-in former aclocal/check-cpu.m4.
2003-10-21 11:42:53 +00:00
Ralf Corsepius
80b546efc5 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CHECK_CPU.
	* aclocal/check-itron.m4: Add m4-quotes.
	Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2003-10-21 11:31:03 +00:00
Ralf Corsepius
bb483c70eb 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CHECK_CPU.
2003-10-21 11:29:12 +00:00
Ralf Corsepius
3993b6f79e 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonical-target-name.m4: Add m4-quotes.
	* aclocal/check-cxx.m4: Add m4-quotes.
	Don't require RTEMS_CHECK_CPU.
	* aclocal/check-multiprocessing.m4: Add m4-quotes.
	Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
	* aclocal/check-networking.m4: Add m4-quotes.
	Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
	* aclocal/check-posix.m4: Add m4-quotes.
	Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
	* aclocal/check-rdbg.m4: Add m4-quotes.
	Require RTEMS_CANONICAL_TARGET_CPU instead of RTEMS_CHECK_CPU.
2003-10-21 11:28:41 +00:00
Ralf Corsepius
c8e175104e 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CHECK_CPU.
2003-10-21 11:18:07 +00:00
Ralf Corsepius
e7bd66a799 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/cancelrun.c, src/pthreadexit.c, src/pthreadjoin.c,
	src/sigtimedwait.c: Remove unnecessary typecasts in assignments to
	thread->Wait.return_argument.
2003-10-21 09:39:11 +00:00
Ralf Corsepius
a4e44c294f 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/Makefile.am: noinst_HEADERS += fat.h
2003-10-21 05:50:02 +00:00
Ralf Corsepius
c788f380c6 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/msdos_file.c (msdos_file_read, msdos_file_write):
	Use '0' as initial value for ret instead of RC_OK.
2003-10-21 05:44:51 +00:00
Ralf Corsepius
93fabe272a 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/msdos_conv.c: Remove isupper, islower, toupper, tolower
	(Unused).
2003-10-21 05:32:10 +00:00
Ralf Corsepius
547c167351 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* network/open_eth.c: Remove #define OPEN_ETH_SUPPORTED (Unused).
2003-10-21 04:28:20 +00:00
Ralf Corsepius
b523336c9d 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* capture/capture-cli.c: Reflect new rtems_monitor_command_arg_t.
2003-10-21 04:05:47 +00:00
Ralf Corsepius
77469f8615 2003-10-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/rpc/Makefile.am: Remove __P from AM_CPPFLAGS.
	Rely on sys/cdefs.h providing it.
	* src/xdr/Makefile.am: Remove __P from AM_CPPFLAGS.
	Rely on sys/cdefs.h providing it.
2003-10-21 04:01:46 +00:00
Ralf Corsepius
6c3e328f98 2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-multiprocessing.m4: Don't require RTEMS_BSP_ALIAS.
	* aclocal/bsp_alias.m4: Remove.
2003-10-20 16:32:18 +00:00
Ralf Corsepius
e57a235a4d 2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ChangeLog: Add (missed in previous commits).
2003-10-20 13:58:38 +00:00
Ralf Corsepius
f73623b2f8 2003-10-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_CHECK_CUSTOM_BSP.
2003-10-20 13:55:54 +00:00