Commit Graph

4695 Commits

Author SHA1 Message Date
Joel Sherrill
e3b7e5815f 2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* target.cfg.in: Comment out RTEMS_HOST, RTEMS_CROSS_TARGET.
	* Makefile.am: Switch to GNU canonicalization.
2000-10-31 21:16:24 +00:00
Joel Sherrill
c5fbdea296 2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove ACLOCAL_AMFLAGS.
2000-10-31 21:15:32 +00:00
Joel Sherrill
bacec4c042 2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Switch to GNU-canonicalized autoconf macros.
2000-10-31 21:15:15 +00:00
Joel Sherrill
a2967717fe 2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ChangeLog: New file.
	* Makefile.am: Switch to GNU-canonicalized autoconf macros.
	* configure.in: New file.
	* .cvsignore: Add aclocal.m4, configure.
2000-10-31 21:12:59 +00:00
Joel Sherrill
06f2f75419 2000-10-30 Joel Sherrill <joel@OARcorp.com>
* buildall.in, mkgdbspec.in, setup.def, binutils/Makefile.am,
	gccnewlib/HISTORY, gccnewlib/Makefile.am, gdb/Makefile.am:
	Added mips-rtems, updated to include new patches and
	gcc 2.95.2/newlib 1.8.2 revision 11 RPM.
2000-10-31 16:44:11 +00:00
Joel Sherrill
df3b242411 2000-10-30 Joel Sherrill <joel@OARcorp.com>
* POSIX include files merged into newlib.  This resulted in
	some definitions moving to other files and thus some secondary
	effects in RTEMS source code.
	* paranoia/paranoia.c: Commented out incorrect and conflicting
	prototype of read().
2000-10-31 16:40:03 +00:00
Joel Sherrill
57cfaad2f5 2000-10-30 Joel Sherrill <joel@OARcorp.com>
* POSIX include files merged into newlib.  This resulted in
	some definitions moving to other files and thus some secondary
	effects in RTEMS source code.
	* src/rpc/Makefile.am, src/rpc/auth_time.c, src/rpc/clnt_simple.c,
	src/rpc/clnt_tcp.c, src/rpc/clnt_udp.c, src/rpc/clnt_unix.c,
	src/rpc/get_myaddress.c, src/rpc/pmap_clnt.c, src/rpc/pmap_getmaps.c,
	src/rpc/pmap_getport.c, src/rpc/pmap_rmt.c, src/rpc/rtime.c,
	src/rpc/svc_tcp.c, src/rpc/svc_udp.c, src/rpc/svc_unix.c:
	Use of _read, _write, and _close as macros conflicted with
	newlib's use of these as routine names.  They were renamed to
	include "_RPC_" prefix.
2000-10-31 16:39:06 +00:00
Joel Sherrill
3e597933ff 2000-10-30 Joel Sherrill <joel@OARcorp.com>
* POSIX include files merged into newlib.  This resulted in
	some definitions moving to other files and thus some secondary
	effects in RTEMS source code.
	* machine/types.h: Added _CLOCKID_T_ and _TIMER_T_ to be in sync
	with newlib's <machine/types.h>.
	* rtems/rtems_bsdnet_internal.h: newlib now includes definition
	of struct itimerval in <sys/time.h>.
2000-10-31 16:37:16 +00:00
Joel Sherrill
7ede0e7698 2000-10-30 Joel Sherrill <joel@OARcorp.com>
* POSIX include files merged into newlib.  This resulted in
	some definitions moving to other files and thus some secondary
	effects in RTEMS source code.
	* sbrk.c: Corrected prototype to match newlib.
2000-10-31 16:35:52 +00:00
Joel Sherrill
72ad6aac90 2000-10-30 Joel Sherrill <joel@OARcorp.com>
* POSIX include files merged into newlib.  This resulted in
	some definitions moving to other files and thus some secondary
	effects in RTEMS source code.
	* include/confdefs.h: Replaced include of <sys/siginfo.h> with
	<signal.h> since that file no longer exists.
2000-10-31 16:35:16 +00:00
Joel Sherrill
781262bb5b 2000-10-30 Joel Sherrill <joel@OARcorp.com>
* include/Makefile.am: Updated to reflect files merged into newlib.
	This resulted in some definitions moving to other files and thus
	some secondary effects in RTEMS source code.
	* include/unistd.h: Removed.  Now use newlib's.
	* include/rtems/posix/mqueue.h: Add include of <signal.h>.
	* include/rtems/posix/threadsup.h: Add include of <sys/signal.h>
	* src/execv.c: Corrected prototype to agree with newlib.
	* src/execve.c: Corrected prototype to agree with newlib.
	* src/execvp.c: Corrected prototype to agree with newlib.
	* src/psignal.c: Rewrote reference to <siginfo.h> in comment since
	that file no longer exists.
	* src/pthreadkill.c: Added include of <signal.h>.
	* src/sigaction.c: Added include of <signal.h>.
	* src/sigtimedwait.c: Rewrote reference to <siginfo.h> in comment since
	that file no longer exists.
	*
2000-10-31 16:33:48 +00:00
Joel Sherrill
c51af96e04 2000-10-29 Joel Sherrill <joel@OARcorp.com>
* startup/sbrk.c: Removed.  Redundant with shared version.
2000-10-29 20:11:07 +00:00
Joel Sherrill
63b24d2914 Missed in earlier commits. 2000-10-27 15:51:28 +00:00
Joel Sherrill
2b0714f361 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/bare.cfg: Add @ to make-exe, make make-exe more verbose.
2000-10-27 14:33:19 +00:00
Joel Sherrill
8a19e809c7 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
2000-10-27 14:05:19 +00:00
Joel Sherrill
d16ca93e7a 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add lib/libbsp to the GNU canonicalized
	subdirectories, remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
	* Makefile.am: remove cfg_subdirs, cfg_subdirs1, hst_subdirs1.
	* ChangeLog: Fix typos.
2000-10-27 14:04:18 +00:00
Joel Sherrill
e83378d73e 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
2000-10-27 13:59:24 +00:00
Joel Sherrill
0134f4fbdf 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in, Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
2000-10-27 13:57:21 +00:00
Joel Sherrill
6e0c3c49c2 2000-10-27 Joel Sherrill <joel@OARcorp.com>
* ChangeLog: Corrected previous entry to include configure.in.
2000-10-27 13:50:20 +00:00
Joel Sherrill
30aa533dd3 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
2000-10-27 13:46:05 +00:00
Joel Sherrill
16a30bd3b6 2000-10-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/multilib.am: New file.
 	* Makefile.am: Update AUTOMAKE_FILES to reflect the contents of
 	the automake/ directory.
2000-10-27 13:36:37 +00:00
Joel Sherrill
1c31722d44 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add tests to the GNU canonicalized subdirectories,
2000-10-27 13:33:33 +00:00
Joel Sherrill
ae1cce4e9d 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
2000-10-27 13:32:58 +00:00
Joel Sherrill
db3644c512 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
	* itrontests.am: Remove DEFS.
2000-10-27 13:32:44 +00:00
Joel Sherrill
37a9cf1771 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
	* libtests.am: Remove DEFS.
2000-10-27 13:32:34 +00:00
Joel Sherrill
b33e20ea90 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
	* mptests.am: Remove DEFS.
2000-10-27 13:32:26 +00:00
Joel Sherrill
4d2ba828ef 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
	* psxtests.am: Remove DEFS.
2000-10-27 13:32:14 +00:00
Joel Sherrill
8ccc22ca66 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
	* sample.am: Remove DEFS.
2000-10-27 13:30:30 +00:00
Joel Sherrill
cbe7d660ab 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
	* sptests.am: Remove DEFS.
2000-10-27 13:30:17 +00:00
Joel Sherrill
b04d468ce0 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
	* tmitrontests.am: Remove DEFS.
2000-10-27 13:29:45 +00:00
Joel Sherrill
dd943f6527 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
	* tmtests.am: Remove DEFS.
2000-10-27 13:29:35 +00:00
Joel Sherrill
c59952d423 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
	* configure.in: Replace AC_CONFIG_SUBDIRS with
	RTEMS_CONFIG_BUILD_SUBDIRS.
2000-10-27 13:29:06 +00:00
Joel Sherrill
dc94a8dcb6 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Make sure $SHELL inside of Makefiles does not get
	propagated to the BSP-subdirectories if a user specified CONFIG_SHELL.
2000-10-27 13:25:40 +00:00
Joel Sherrill
a6eabdb6b9 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add lib/libcpu to the GNU canonicalized subdirectories,
2000-10-26 13:05:34 +00:00
Joel Sherrill
d82c00623c 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
2000-10-26 13:05:10 +00:00
Joel Sherrill
b507814fd1 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Remove trailing '/'s from setting up RPM_SPECdir.
2000-10-26 13:00:02 +00:00
Joel Sherrill
2d5748f737 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: Remove bogus cfg_subdirs.
	* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
	Switch to GNU canonicalization.
2000-10-26 12:59:48 +00:00
Joel Sherrill
c05edee950 2000-10-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add lib to the GNU canonicalized subdirectories,
	make the lib directory before configuring lib/.
2000-10-26 12:59:11 +00:00
Joel Sherrill
5582de17d6 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
        Switch to GNU canonicalization.
2000-10-25 17:19:31 +00:00
Joel Sherrill
e590416ad9 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in, Makefile.am: add exec to the GNU canonicalized
 	subdirectories.
2000-10-25 17:12:07 +00:00
Joel Sherrill
f36718c73a 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
	Switch to GNU canonicalization.
2000-10-25 17:10:18 +00:00
Joel Sherrill
ec58782312 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add librtems++, libnetworking, librpc, librdb, libmisc,
	and libchip to the GNU canonicalized subdirectories.
	NOTE: Missed committing as each subdirectory was added (joel).
2000-10-25 17:09:06 +00:00
Joel Sherrill
0864bf938a 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add librtems++ to the GNU canonicalized subdirectories.
2000-10-25 17:05:50 +00:00
Joel Sherrill
3724b7f7cb 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add libnetworking, librpc and librdb to the GNU
 	canonicalized subdirectories.
2000-10-25 17:04:13 +00:00
Joel Sherrill
2735b82335 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
	Switch to GNU canonicalization.
2000-10-25 17:00:20 +00:00
Joel Sherrill
fa60c5bdf5 2000-10-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.in: add libmisc and libchip to the GNU canonicalized
	subdirectories.
2000-10-25 16:59:41 +00:00
Joel Sherrill
b7ed82fc6c 2000-10-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* macros/enable-hwapi.m4: Removed.
	* aclocal/rtems-top.m4, automake/compile.am, automake/lib.am:
	A small cleanup step towards gnu-canonicalization.
2000-10-25 16:57:27 +00:00
Joel Sherrill
7b0001f795 2000-10-24 Joel Sherrill <joel@OARcorp.com>
* libc/ioman.c: Moved to libfs.
	* libc/Makefile.am: Removed ioman.c as part of moving it to libfs.
	* libc/base_fs.c: Removed include of imfs.h and reworded comment
	to avoid being IMFS specific.
	* libc/libio.h: Removed prototype of IMFS_ops since it should
	not be in this file.
	* libc/mount.c: Removed IMFS specific configuration information.
	* libc/unmount.c: Removed include of imfs.h and reworded comment
	to avoid being IMFS specific.
2000-10-25 16:56:11 +00:00
Joel Sherrill
c801aba17b 2000-10-24 Joel Sherrill <joel@OARcorp.com>
* custom/p4600.cfg, custom/p4650.cfg: Commented out RTEMS_CPU
	definition since this information can be picked up from
	autoconf generated files.  These BSPs are shared by the
	mips and mips64orion "ports."
2000-10-25 16:53:51 +00:00
Joel Sherrill
0bbc89df41 2000-10-24 Joel Sherrill <joel@OARcorp.com>
* psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
	It was formerly incorrectly prototyped in <libio.h>.
2000-10-25 16:52:28 +00:00