Commit Graph

6615 Commits

Author SHA1 Message Date
Ralf Corsepius
4123895e75 2002-07-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am.
	* include/Makefile.am: Merge include/rpc/Makefile.am.
	Merge include/rpcsvc/Makefile.am.
	* include/rpc/Makefile.am: Remove.
	* include/rpcsvc/Makefile.am: Remove.
	* src/rpc/PSD.doc/Makefile.am: Remove.
	* configure.ac: Remove duplicate AC_PROG_RANLIB.
	Remove include/rpc/Makefile.
	Remove include/rpcsvc/Makefile.
	Remove src/rpc/PSD.doc/Makefile.

2002-07-23	Joel Sherrill <joel@OARcorp.com>

	* src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.

2002-07-22	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
	* src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.

2002-07-22	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* src/xdr/Makefile.am: Eliminate LIBNAME.
	* src/rpc/Makefile.am: Eliminate LIBNAME.

2002-07-05	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: RTEMS_TOP(../..).

2002-07-01	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Remove RTEMS_PROJECT_ROOT.

2002-06-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: Use AC_CONFIG_AUX_DIR(../..).
	Add AC_PROG_RANLIB.

2002-06-25	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac: RTEMS_TOP(../../../..).
	AC_CONFIG_AUX_DIR(../../../..).
	Remove RTEMS_CANONICAL_HOST.
	Use RTEMS_ENV_RTEMSCPU.
	Add AC_PROG_RANLIB.
	* include/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* include/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* include/rpcsvc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* Makefile.am: Include $(top_srcdir)/../automake/*.am.
	ACLOCAL_AMFLAGS = -I ../aclocal.
	* src/rpc/PSD.doc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* src/rpc/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* src/xdr/Makefile.am: Include $(top_srcdir)/../automake/*.am.
	* src/Makefile.am: Include $(top_srcdir)/../automake/*.am.

2002-03-27	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* configure.ac:
	AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
	AM_INIT_AUTOMAKE([no-define foreign 1.6]).
	* include/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* include/rpcsvc/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* Makefile.am: Remove AUTOMAKE_OPTIONS.
	* src/rpc/PSD.doc/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* src/rpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* src/xdr/Makefile.am: Remove AUTOMAKE_OPTIONS.
	* src/Makefile.am: Remove AUTOMAKE_OPTIONS.

2001-10-11	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* .cvsignore: Add autom4te.cache for autoconf > 2.52.
	* configure.in: Remove.
	* configure.ac: New file, generated from configure.in by autoupdate.

2001-09-28	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* include/rpc/Makefile.am: Use 'PREINSTALL_FILES ='.

2001-02-03	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* include/rpc/Makefile.am: Apply include_*HEADERS instead of
	H_FILES.

2000-11-09	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.

2000-11-02	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.

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-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
	Switch to GNU canonicalization.

2000-09-22	Joel Sherrill <joel@OARcorp.com>

	* src/xdr/xdr_float.c: Added A29K support.

2000-09-04	Ralf Corsepius <corsepiu@faw.uni-ulm.de>

	* src/rpc/Makefile.am, src/xdr/Makefile.am: Include compile.am

2000-08-10	Joel Sherrill <joel@OARcorp.com>

	* ChangeLog: New file.
2002-07-30 09:13:00 +00:00
Ralf Corsepius
6deb2f18ab 2002-07-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/rpc/Makefile.am: Merge src/rpc/PSD.doc/Makefile.am.
	* include/Makefile.am: Merge include/rpc/Makefile.am.
	Merge include/rpcsvc/Makefile.am.
	* include/rpc/Makefile.am: Remove.
	* include/rpcsvc/Makefile.am: Remove.
	* src/rpc/PSD.doc/Makefile.am: Remove.
	* configure.ac: Remove duplicate AC_PROG_RANLIB.
	Remove include/rpc/Makefile.
	Remove include/rpcsvc/Makefile.
	Remove src/rpc/PSD.doc/Makefile.
2002-07-30 09:12:33 +00:00
Ralf Corsepius
3d36fe3d82 2002-07-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Use AC_CONFIG_FILES(script, chmod +x script)
	to generate mk*spec scripts.
	* mkbspspec.in: Use ',' as pattern delimiter in sed expression
	for $rpm_build_root.
	* mkbinutilsspec.in:  Use ',' as pattern delimiter in sed
	expression for $rpm_build_root.
	* cpukit/mkspec.in: Cosmetical changes.
2002-07-29 07:55:49 +00:00
Ralf Corsepius
620c972cf1 2002-07-29 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* ChangeLog: Fix 2002-07-22 ChangeLog entry bogusly referring to
	Joel.
	* cpukit/Makefile.am: New.
	* cpukit/mkspec.in: New.
	* cpukit/rtems-cpukit.spec.in: New.
	* cpukit/.cvsignore: New.
	* configure.ac: Add cpukit.
	Add RTEMS_TOP to pickup _RTEMS_VERSION (required by cpukit).
	* Makefile.am: Add cpukit. Add ACLOCAL_AMFLAGS (required to pickup
	RTEMS_VERSION).
	* setup.def: Use %{_tmppath} as default for $rpm_build_root.
	* mkbinutilsspec.in: Use ',' as pattern delimiter in sed expression
	for $rpm_build_root.
	* mkgccnewlibspec.in:  Use ',' as pattern delimiter in sed
	expression for $rpm_build_root.
	* mkgcc3newlibspec.in:  Use ',' as pattern delimiter in sed
	expression for $rpm_build_root.
	* mkgdbspec.in:  Use ',' as pattern delimiter in sed expression for
	$rpm_build_root.
2002-07-29 07:40:53 +00:00
Ralf Corsepius
14102c62e5 2002-07-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add transform and bsptools_bindir hacks.
	* configure.ac: Add RTEMS_ENV_RTEMSBSP.
2002-07-27 15:57:10 +00:00
Ralf Corsepius
ca35b6697b 2002-07-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add transform and bsptools_bindir hacks.
	* configure.ac: Add RTEMS_ENV_RTEMSBSP.
2002-07-27 15:29:26 +00:00
Joel Sherrill
3c185338b6 BSPDIR=/opt/rtems/powerpc-rtems/mcp750/lib/include
CPUDIR=/opt/rtems/powerpc-rtems/include

cd $BSPDIR
find . -name "*.h" | while read f
do

  if [ -r ${CPUDIR}/${f} ] ; then
    echo Conflict on ${f}
  fi

done
2002-07-26 16:05:48 +00:00
Ralf Corsepius
cce1ac7950 2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add transform and bsptools_bindir hacks.
	* configure.ac: Add RTEMS_ENV_RTEMSBSP.
2002-07-26 14:31:20 +00:00
Ralf Corsepius
a85d8ecbb7 2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Build libscorecpu.a instead of rtems-cpu.rel.
2002-07-26 13:32:13 +00:00
Ralf Corsepius
2a582aa558 2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Disable LIBRPC for the c4x.
	Check for presence of score/cpu/${RTEMS_CPU}/cpu.c.
	* wrapup/Makefile.am: Reflect changes above.
	Let librtemscpu.a depend upon libscorecpu.a.
2002-07-26 13:31:05 +00:00
Ralf Corsepius
c3efdb3ea9 2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/compile.am: Use .$(OBJEXT) instead of .o.
2002-07-26 12:51:02 +00:00
Ralf Corsepius
8f3cdf104e 2002-07-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Add transform and bsptools_bindir hacks.
2002-07-26 05:26:31 +00:00
Joel Sherrill
bc9037dbe4 2002-07-25 Joel Sherrill <joel@OARcorp.com>
* startup/linkcmds: Added __EH_FRAME_BEGIN__ and __EH_FRAME_END__
	to remove problems linking empty main(){} with BSP.
2002-07-25 21:00:25 +00:00
Joel Sherrill
a5d6544071 2002-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* pppd/chap.c, pppd/fsm.c, pppd/fsm.h, pppd/upap.c: Per PR255
	fix prototype mismatches.
2002-07-25 13:54:40 +00:00
Joel Sherrill
c654ac531a 2002-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootloader/em86real.S: Fix syntax error in comment near line 1185.
2002-07-25 13:51:22 +00:00
Ralf Corsepius
caee5a788f 2002-07-25 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bootloader/Makefile.am: Install bootloader.o.
	Install bootloader/bootloader.ppcboot.lds.
2002-07-25 05:10:13 +00:00
Joel Sherrill
7e111950ce 2002-07-24 Joel Sherrill <joel@OARcorp.com>
* vectors/Makefile.am: Install bsp/vectors.h.
2002-07-25 00:05:26 +00:00
Joel Sherrill
7660fe6bc2 2002-07-24 Joel Sherrill <joel@OARcorp.com>
* custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
	to use gcc 3.1 arguments.
2002-07-24 13:31:21 +00:00
Joel Sherrill
053f9f114f 2002-07-24 Joel Sherrill <joel@OARcorp.com>
* wrapup/Makefile.am: Temporarily don't include serdbg since it
	causes some BSPs to not link "main(){}" as required by autoconf.
2002-07-24 13:26:41 +00:00
Joel Sherrill
7b43151410 2002-07-24 Joel Sherrill <joel@OARcorp.com>
* sys/select.h: Add a prototype of select() to avoid warnings.
	In particular a C++ application using select() required a prototype.
2002-07-24 13:25:50 +00:00
Joel Sherrill
ce75da600a 2002-07-24 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, libc/res_send.c: Do not install or use <poll.h>
	since RTEMS does not support it.
2002-07-24 13:25:06 +00:00
Ralf Corsepius
d5fa21efc4 2002-07-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc6xx/mmu/pte121.c: Include <string.h> for gcc-3.1.
2002-07-24 10:17:38 +00:00
Ralf Corsepius
115a390f61 2002-07-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* include/Makefile.am: Fix preinstallation.
	* bootloader: Eliminate $(INCLUDES).
2002-07-24 10:13:10 +00:00
Joel Sherrill
323845bd67 2002-07-22 Joel Sherrill <joel@OARcorp.com>
* include/rtems/score/apimutex.h (_API_Mutex_Lock): Per PR253
	add the missing _ISR_Disable.  This fix was already applied to
	the old location (c/src/exec/score/...).
2002-07-23 22:43:13 +00:00
Joel Sherrill
f6e7123d94 2002-07-23 Joel Sherrill <joel@OARcorp.com>
* src/rpc/pmap_clnt.c (pmap_set): Changed prototype to match .h.
2002-07-23 21:06:24 +00:00
Ralf Corsepius
c0198bbd87 2002-07-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sapi/Makefile.am: Add bsplib_DATA = $(PGMS).
	Remove ASM4FLAGS.
	* rtems/Makefile.am: Add bsplib_DATA = $(PGMS).
2002-07-23 02:30:52 +00:00
Joel Sherrill
c1f00ca93f 2002-07-22 Till Straumann <strauman@slac.stanford.edu>
* mpc6xx/mmu/bat.c: Per PR241, fix a tiny bug introduced by the
	fix for an earlier patch (PR213) which added support for setting
	BAT0 to setdbat().
2002-07-22 23:16:41 +00:00
Joel Sherrill
4cc3ff95ea 2002-07-22 Joel Sherrill <joel@OARcorp.com>
* Templates/Makefile.leaf: Clarify the MANAGERS example.
2002-07-22 22:56:09 +00:00
Ralf Corsepius
b4cde040d8 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/subdirs.m4: Remove.
	* acinclude.m4: New (Replaces aclocal/subdirs.m4).
2002-07-22 16:07:34 +00:00
Ralf Corsepius
305dd8bd82 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
2002-07-22 13:58:30 +00:00
Ralf Corsepius
38ae496ee8 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Use .$(OBJEXT) instead of .o.
2002-07-22 13:57:35 +00:00
Ralf Corsepius
83864ea2a6 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/xdr/Makefile.am: Use .$(OBJEXT) instead of .o.
	* src/rpc/Makefile.am: Use .$(OBJEXT) instead of .o.
2002-07-22 13:55:34 +00:00
Ralf Corsepius
53f67279d7 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use .$(OBJEXT) instead of .o.
2002-07-22 13:51:58 +00:00
Ralf Corsepius
0e1dd41f04 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* kern/Makefile.am: Use .$(OBJEXT) instead of .o.
	* lib/Makefile.am: Ditto.
	* libc/Makefile.am: Ditto.
	* net/Makefile.am: Ditto.
	* netinet/Makefile.am: Ditto.
	* nfs/Makefile.am: Ditto.
	* rtems/Makefile.am: Ditto.
	* wrapup/Makefile.am: Ditto.
2002-07-22 13:44:48 +00:00
Ralf Corsepius
239cf33037 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/dosfs/Makefile.am: Use .$(OBJEXT) instead of .o.
	* src/src/imfs/Makefile.am: Ditto.
2002-07-22 13:44:42 +00:00
Ralf Corsepius
4ca9353487 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Use .$(OBJEXT) instead of .o.
2002-07-22 13:39:14 +00:00
Ralf Corsepius
eb5100ba37 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use .$(OBJEXT) instead of .o.
2002-07-22 13:39:11 +00:00
Joel Sherrill
178592c268 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* startup/bspstart.c: Per PR252 removed hack that tripled size of
	RTEMS Workspace when POSIX is configured.  This was probably done to
	account for confdefs.h missing some application requirements.
2002-07-22 12:32:34 +00:00
Ralf Corsepius
33b52ecca5 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_CONFIG_SRCDIR([../libmisc]).
2002-07-22 10:20:51 +00:00
Ralf Corsepius
0e08a3c355 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-cpu.m4: Peek into cpukit/score/cpu instead of
	exec/score/cpu.
2002-07-22 10:13:20 +00:00
Ralf Corsepius
3ad7f69d4b 2002-07-22 Joel Sherrill <joel@OARcorp.com>
* binutils/Makefile.am: Add or32-rtems-binutils.
2002-07-22 09:57:30 +00:00
Ralf Corsepius
405c7d129a 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Use project_libdir instead of
	$(PROJECT_RELEASE)/lib. Eliminate LIBNAME. Pickup *.o's instead of
	*.rels for CPU_OBJS. Manually create $(project_libdir)$(MULTISUBDIR).
2002-07-22 09:56:13 +00:00
Ralf Corsepius
17e97568ca 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/xdr/Makefile.am: Eliminate LIBNAME.
	* src/rpc/Makefile.am: Eliminate LIBNAME.
2002-07-22 09:53:18 +00:00
Ralf Corsepius
2b3e9d9b24 Remove, moved to cpukit. 2002-07-22 09:46:48 +00:00
Ralf Corsepius
b7b3e5e939 Remove everything. 2002-07-22 09:37:05 +00:00
Ralf Corsepius
b9292646dc 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/Makefile.am: Use AM_CPPFLAGS instead of INCLUDES.
2002-07-22 09:36:10 +00:00
Ralf Corsepius
ae56a2751f 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/xdr/Makefile.am: Eliminate LIBNAME.
	* src/rpc/Makefile.am: Eliminate LIBNAME.
2002-07-22 09:36:06 +00:00
Ralf Corsepius
9f6d7a3496 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/lib.am: Use project_libdir instead of
	$(PROJECT_RELEASE)/lib.
2002-07-22 09:27:52 +00:00
Ralf Corsepius
deec7a27db 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_ENABLE_MULTIPROCESSING,
	RTEMS_ENABLE_POSIX, RTEMS_ENABLE_ITRON, RTEMS_ENABLE_INLINES,
	RTEMS_ENABLE_RTEMS_DEBUG, RTEMS_CHECK_RTEMS_DEBUG,
	RTEMS_CHECK_NEWLIB.
2002-07-22 09:25:38 +00:00
Ralf Corsepius
dbaca2a7d1 2002-07-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: Add test "$multilib" != "yes".
	* config-ml.in: Remove.
2002-07-22 09:22:54 +00:00