Timeline



08/20/02:

23:51 Changeset in rtems [310fee6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-20 Ralf Corsepius <corsepiu@…> * aclocal/bsp-alias.m4: Remove.
16:01 Changeset in rtems [1f65715]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-20 Joel Sherrill <joel@…> * .cvsignore, ChangeLog?, Makefile.am, README, TODO, buildall.in, configure.ac, install-sh, missing, mkbinutilspec.in, mkbspspec.in, mkgdbspec.in, mkgnatnewlibspec.in, mkinstalldirs, mkrpms, mkspec, setup, setup.def, binutils/.cvsignore, binutils/Makefile.am, binutils/binutils.spec.in, gdb/.cvsignore, gdb/Makefile.am, gdb/gdb.spec.in, gnatnewlib/.cvsignore, gnatnewlib/Makefile.am, gnatnewlib/gnatnewlib.spec.in: Per PR238 GNAT support is now included in the main RPM specs which support gcc 3.1 and newer since GNAT is in that source base now.
15:56 Changeset in rtems [e5fc1df]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-20 Joel Sherrill <joel@…> * src/xdr/xdr_stdio.c: Per PR268, add include of <netinet/in.h> to avoid warning on ntohl().
15:53 Changeset in rtems [845f170a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-20 Eric Norum <eric.norum@…> * rtems/rtems_glue.c: Per PR270, the BSD network code expects that the value of the number of seconds since boot is non-zero. The RTEMS network initialization code assures this by waiting for a second. A more efficient technique is to simply wait until the number of seconds since boot is non-zero.
15:02 Ticket #238 (Add gnat support to gcc3 RPM scripts) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Basic support is in place. This is all this PR was intended to track. scripts-ada has now been removed. Thanks Ralf.
14:57 Ticket #268 (librpc: missing htonl-decls) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch committed to add include of <netinet/in.h> to this file. Thanks for spotting this.
14:55 Ticket #269 (gcc/ada/Makefile.am) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch included in the RTEMS gcc 3.2 patch. Hopefully we are done with 3.1 as I did not merge it in that patch. Thanks.
14:54 Ticket #270 (network initialization is slower than necessary) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied. Thank you.
14:24 Ticket #270 (network initialization is slower than necessary) created by Eric Norum
The BSD network code expects that the value of the number of seconds …

08/19/02:

10:51 Ticket #269 (gcc/ada/Makefile.am) created by Ralf Corsepius
gcc/ada/Makefile.in applies LN and LN_S but does not set them. During …
10:46 Ticket #268 (librpc: missing htonl-decls) created by Ralf Corsepius
i386-rtems-gcc --pipe -isystem ../../../../../../pck6/lib/include …
06:28 Changeset in rtems [fa42a76b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-19 Ralf Corsepius <corsepiu@…> * gcc3newlib/gccnewlib.add: Re-add i386-rtems Ada. Add %_gnat and --define 'gnat [0|1]' support. Enable gnat for gcc-3.2/Disable for gcc-3.1. Add hacks to build gnatlib. Re-activate commented out fragments for old gcc versions. Add @target_alias@-gnatgcc.

08/16/02:

01:53 Changeset in rtems [3549ab0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-15 Joel Sherrill <joel@…> * setup.def: New gcc 3.1 RPMs (-7). * gcc3newlib/gccnewlib.add: i386-rtems doesn't build Ada.

08/15/02:

23:12 Changeset in rtems [682c7502]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-15 Ralf Corsepius <corsepiu@…> * gcc3newlib/Makefile.am: Remove c_only remnants. * gcc3newlib/gccnewlib.add: Reflect gcc-3.2 putting c++ headers into c++ instead of g++. * gcc3newlib/target-c++.add: Ditto.

08/14/02:

23:32 Changeset in rtems [a50b011f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-14 Joel Sherrill <joel@…> * macros/rtems/score/coremsg.inl: Add <string.h> to remove warning. * src/threadidlebody.c: Add return 0 to avoid warning.
23:08 Changeset in rtems [8e0738e1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-14 Brett Swimley <brett.swimley@…> * cpu_asm.S: Per PR267, the _ISR_Handler() function never was modifying _ISR_Nest_level, and _Watchdog_Insert() requires this variable to be modified to determine if an interrupt may have modified the watchdog chain. Prior to modifying _ISR_Handler(), I had a test that would fail if _ISR_Flash was not commented out in _Watchdog_Insert(). After this modification was made, my test ran flawlessly.
22:59 Changeset in rtems [5e39823]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-14 Greg Menke <gregory.menke@…> * cpu_asm.S: Clarified some comments, removed code that forced SR_IEP on when returning from an interrupt.
22:58 Changeset in rtems [a681285]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-14 Greg Menke <gregory.menke@…> * mips-stub.c: Re-debugged a breakpoint problem, zbreak target address was a char * which caused the target instruction to not be fully copied, so the zbreak logic corrupted the original instruction and didn't insert a valid break instruction.
22:43 Changeset in rtems [37bb9bf]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-14 Joel Sherrill <joel@…> * start/start16.S: Per PR259, added code to test for video present before touching the adapter. Eric Norum <eric.norum@…> tested this patch.
22:07 Ticket #267 (m68k cpu_asm.S does not always honor ISR nest level) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch applied. FYI I made this a PR even though it was open only a short time so someone else might be able to find this fix. It has probably been needed for a long time.
22:05 Ticket #267 (m68k cpu_asm.S does not always honor ISR nest level) created by brett.swimley
Attached is a patch to c\src\exec\score\cpu\m68k\cpu_asm.S which …
21:43 Ticket #259 (PC386 RTEMS_VIDEO_80x50 incompatible with serial-line console) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Attached patch tested by Eric and commited by Joel.
10:44 Changeset in rtems [2129ac8]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-14 Ralf Corsepius <corsepiu@…> * rtems_servers/ftpd.c: Remove unused variable buf. * pppd/md5.c: #include <string.h> to make gcc31 happy. * rtems_telnetd/telnetd.c: #include <string.h> to make gcc31 happy. * rtems_webserver/webmain.c: Remove unused variable dir, cp.

08/13/02:

21:20 Changeset in rtems [c6fa38ba]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Fix ChangeLog?.
14:51 Changeset in rtems [0215848]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-13 Ralf Corsepius <corsepiu@…> * ChangeLog?: Fix bogus entry.
14:01 Changeset in rtems [513afacb]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-13 Ralf Corsepius <corsepiu@…> * gcc3newlib/base-gnat.add: Don't use %{%prefix}/bin/gnat*. * gcc3newlib/Makefile.am: Use mkspec for c4x. * gcc3newlib/gccnewlib.add: Rework processing of %if %build_XXX. Rework handing Ada. Don't put adalib and adainclude into files.gcc. * gcc3newlib/target-gnat.add: Add adalib. Add adainclude.

08/12/02:

23:50 Changeset in rtems [771e79d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-12 Eric Norum <eric.norum@…> * src/write.c (_write_r): Change prototype to match newlib's reent.h.
14:31 Changeset in rtems [52c4e77]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-12 Ralf Corsepius <corsepiu@…> * custom/posix.cfg: Don't include host.cfg.
14:29 Changeset in rtems [67bfd9a6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-12 Ralf Corsepius <corsepiu@…> Posix-BSP-Hacks: * configure.ac: Add AM_CONDITIONAL(LIBCHIP). Pass RTEMS_HOST to make/bsp.mak * Makefile.am: Pass RTEMS_HOST to make/bsp.mak. * wrapup/Makefile.am: Apply AM_CONDITIONAL(LIBCHIP).
13:21 Changeset in rtems [0e2bfb8]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-12 Ralf Corsepius <corsepiu@…> * gcc3newlib/base-gnat.add: Use -n rtems-base-gnat.
11:23 Changeset in rtems [299a523f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-12 Joel Sherrill <joel@…> * pppd/utils.c: Include i960 in varargs conditional to avoid error.
10:27 Changeset in rtems [a81b432]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-12 Ralf Corsepius <corsepiu@…> * gcc3newlib/.cvsignore: Add mkspec.
10:11 Changeset in rtems [4aba88a1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-12 Ralf Corsepius <corsepiu@…> * mkgcc3newlibspec.in: Remove * gcc3newlib/mkspec.in: New. * configure.ac: Reflect changes above. * gcc3newlib/gccnewlib.add: Add build_XXX defines. Add preliminary gnat support. * gcc3newlib/base-g77.add: Add build_g77. * gcc3newlib/base-gcj.add: Add build_gcj. * gcc3newlib/base-gnat.add: New. * gcc3newlib/target-c++.add: Add build_cxx. * gcc3newlib/target-g77.add: Add build_g77. * gcc3newlib/target-gcj.add: Add build_gcj. * gcc3newlib/target-objc.add: Add build_objc. * gcc3newlib/target-gnat.add: New. * gcc3newlib/Makefile.am: Use ./mkspec. Use unified spec.
05:12 Changeset in rtems [f471a45c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-12 Ralf Corsepius <corsepiu@…> * console/ps2_mouse.c: Include <string.h> (for abort/exit).

08/11/02:

10:50 Changeset in rtems [2dd806a6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * bootloader/Makefile.am: Fix that crappy Makefile.am once again.
09:10 Changeset in rtems [ca3fa6bb]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * aclocal/bsp-configure.m4: Fix small typo in comment.
09:07 Changeset in rtems [24688dbd]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * aclocal/env-rtemsbsp.m4: RTEMS_ROOT="\$(PROJECT_ROOT)/c/$RTEMS_BSP".
08:59 Changeset in rtems [af10cd4c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_BSP_ALIAS. Add RTEMS_CHECK_BSP_CACHE.
07:21 Changeset in rtems [55ac4e1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
07:18 Changeset in rtems [4eb22aa]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * mpc6xx/wrapup/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
07:17 Changeset in rtems [73af0d9]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * shmdr/Makefile.am: Use .$(OBJEXT) instead of .o.
07:13 Changeset in rtems [982fcee]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
07:12 Changeset in rtems [6fd7b93]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
07:10 Changeset in rtems [c633eb4]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * start/Makefile.am: Use .$(OBJEXT) instead of .o.
07:06 Changeset in rtems [8d6eee18]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * Makefile.am: Use .$(OBJEXT) instead of .o.
07:04 Changeset in rtems [0740a89]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * PCI_bus/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * tod/Makefile.am: Use .$(OBJEXT) instead of .o. * vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
07:04 Changeset in rtems [d869f64e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
07:03 Changeset in rtems [61f1ba5]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * network/Makefile.am: Use .$(OBJEXT) instead of .o. * nvram/Makefile.am: Use .$(OBJEXT) instead of .o. * pci/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * tod/Makefile.am: Use .$(OBJEXT) instead of .o. * universe/Makefile.am: Use .$(OBJEXT) instead of .o. * vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
07:03 Changeset in rtems [1f5a123a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * irq/Makefile.am: Use .$(OBJEXT) instead of .o. * network/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
07:02 Changeset in rtems [fb82bff]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
Fix broken ChangeLog?
07:02 Changeset in rtems [dc17e8ed]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * bootloader/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * irq/Makefile.am: Use .$(OBJEXT) instead of .o. * motorola/Makefile.am: Use .$(OBJEXT) instead of .o. * openpic/Makefile.am: Use .$(OBJEXT) instead of .o. * pci/Makefile.am: Use .$(OBJEXT) instead of .o. * residual/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
07:02 Changeset in rtems [730ad0c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * bootloader/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * irq/Makefile.am: Use .$(OBJEXT) instead of .o. * motorola/Makefile.am: Use .$(OBJEXT) instead of .o. * openpic/Makefile.am: Use .$(OBJEXT) instead of .o. * pci/Makefile.am: Use .$(OBJEXT) instead of .o. * residual/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
07:00 Changeset in rtems [61a1c787]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * irq/Makefile.am: Use .$(OBJEXT) instead of .o. * network/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
07:00 Changeset in rtems [8f8dd40c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o. * flashentry/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
07:00 Changeset in rtems [d30b703]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:59 Changeset in rtems [162cc99]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * canbus/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * irq/Makefile.am: Use .$(OBJEXT) instead of .o. * network/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:59 Changeset in rtems [b7afdf13]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * scv64/Makefile.am: Use .$(OBJEXT) instead of .o. * sonic/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * tod/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:58 Changeset in rtems [c61c097]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:55 Changeset in rtems [914981ce]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * console/Makefile.am: Use .$(OBJEXT) instead of .o. * liblnk/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:54 Changeset in rtems [88a67b6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:51 Changeset in rtems [2b62b3d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * fatal/Makefile.am: Use .$(OBJEXT) instead of .o. * network/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:45 Changeset in rtems [2568abf3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * consolex/Makefile.am: Use .$(OBJEXT) instead of .o. * network/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * tod/Makefile.am: Use .$(OBJEXT) instead of .o. * tools/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:44 Changeset in rtems [d4425210]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:43 Changeset in rtems [c112760a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:43 Changeset in rtems [4c01fce]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * spurious/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:42 Changeset in rtems [87f4b9c2]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * console/Makefile.am: Use .$(OBJEXT) instead of .o. * i2c/Makefile.am: Use .$(OBJEXT) instead of .o. * nvram/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * tod/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:38 Changeset in rtems [2762e39a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * network/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:37 Changeset in rtems [41d6d05c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * spurious/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:28 Changeset in rtems [5bf7fdd]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * spurious/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:27 Changeset in rtems [9ace8a74]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:25 Changeset in rtems [a4aaccf]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:24 Changeset in rtems [c687fed]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * shmsupp/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * tty/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:23 Changeset in rtems [a46e5eb6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:21 Changeset in rtems [c0d13d0]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * console/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:15 Changeset in rtems [0fe6737]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * network/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:14 Changeset in rtems [92b8b98a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * 3c509/Makefile.am: Use .$(OBJEXT) instead of .o. * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * ne2000/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wd8003/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:11 Changeset in rtems [d0d73ec]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * irq/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:10 Changeset in rtems [3777ea14]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:03 Changeset in rtems [2b44af21]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * pppd/Makefile.am: Use .$(OBJEXT) instead of .o. * rtems_servers/Makefile.am: Use .$(OBJEXT) instead of .o. * rtems_telnetd/Makefile.am: Use .$(OBJEXT) instead of .o. * rtems_webserver/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o.
06:01 Changeset in rtems [59ca1376]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * src/Makefile.am: Use .$(OBJEXT) instead of .o.
06:00 Changeset in rtems [c6bb4fa4]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * src/i386/any/Makefile.am: Use .$(OBJEXT) instead of .o. * src/m68k/any/Makefile.am: Use .$(OBJEXT) instead of .o. * src/powerpc/new_exception_processing/Makefile.am: Use .$(OBJEXT) instead of .o.
05:58 Changeset in rtems [2f6a4b3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * rtems/Makefile.am: Use .$(OBJEXT) instead of .o. * sapi/Makefile.am: Use .$(OBJEXT) instead of .o.
05:51 Changeset in rtems [45e4f321]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * capture/Makefile.am: Use .$(OBJEXT) instead of .o. * cpuuse/Makefile.am: Use .$(OBJEXT) instead of .o. * devnull/Makefile.am: Use .$(OBJEXT) instead of .o. * dummy/Makefile.am: Use .$(OBJEXT) instead of .o. * dumpbuf/Makefile.am: Use .$(OBJEXT) instead of .o. * monitor/Makefile.am: Use .$(OBJEXT) instead of .o. * mw-fb/Makefile.am: Use .$(OBJEXT) instead of .o. * rtmonuse/Makefile.am: Use .$(OBJEXT) instead of .o. * serdbg/Makefile.am: Use .$(OBJEXT) instead of .o. * shell/Makefile.am: Use .$(OBJEXT) instead of .o. * stackchk/Makefile.am: Use .$(OBJEXT) instead of .o. * untar/Makefile.am: Use .$(OBJEXT) instead of .o.
05:50 Changeset in rtems [418c652]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * network/Makefile.am: Use .$(OBJEXT) instead of .o. * rtc/Makefile.am: Use .$(OBJEXT) instead of .o. * serial/Makefile.am: Use .$(OBJEXT) instead of .o.
05:48 Changeset in rtems [f65220f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
05:48 Changeset in rtems [b734d83e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * console/Makefile.am: Use .$(OBJEXT) instead of .o. * hw_init/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
05:48 Changeset in rtems [681bd04]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * console/Makefile.am: Use .$(OBJEXT) instead of .o. * scitab/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o.
05:47 Changeset in rtems [595fee0]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * gdbsci/Makefile.am: Use .$(OBJEXT) instead of .o. * scitab/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * trap34/Makefile.am: Use .$(OBJEXT) instead of .o.
05:43 Changeset in rtems [c14ba2d]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
05:42 Changeset in rtems [9a4a887]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * console/Makefile.am: Use .$(OBJEXT) instead of .o. * erc32sonic/Makefile.am: Use .$(OBJEXT) instead of .o. * gnatsupp/Makefile.am: Use .$(OBJEXT) instead of .o. * start/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
05:39 Changeset in rtems [ee64711]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * m68040/fpsp/Makefile.am: Use .$(OBJEXT) instead of .o. * mcf5206/clock/Makefile.am: Use .$(OBJEXT) instead of .o. * mcf5206/console/Makefile.am: Use .$(OBJEXT) instead of .o. * mcf5206/mbus/Makefile.am: Use .$(OBJEXT) instead of .o. * mcf5206/timer/Makefile.am: Use .$(OBJEXT) instead of .o. * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o. * shared/misc/Makefile.am: Use .$(OBJEXT) instead of .o.
05:38 Changeset in rtems [99df18a]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * milli/Makefile.am: Use .$(OBJEXT) instead of .o. * semaphore/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
05:38 Changeset in rtems [5cb12c91]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
05:36 Changeset in rtems [360225e6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * mpc505/ictrl/Makefile.am: Use .$(OBJEXT) instead of .o. * mpc505/timer/Makefile.am: Use .$(OBJEXT) instead of .o. * mpc505/vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * mpc6xx/clock/Makefile.am: Use .$(OBJEXT) instead of .o. * mpc6xx/exceptions/Makefile.am: Use .$(OBJEXT) instead of .o. * mpc6xx/mmu/Makefile.am: Use .$(OBJEXT) instead of .o. * mpc6xx/timer/Makefile.am: Use .$(OBJEXT) instead of .o. * mpc8260/clock/Makefile.am: Use .$(OBJEXT) instead of .o. * mpc8260/console-generic/Makefile.am: Use .$(OBJEXT) instead of .o. * mpc8260/cpm/Makefile.am: Use .$(OBJEXT) instead of .o. * mpc8260/exceptions/Makefile.am: Use .$(OBJEXT) instead of .o. * mpc8260/mmu/Makefile.am: Use .$(OBJEXT) instead of .o. * mpc8260/timer/Makefile.am: Use .$(OBJEXT) instead of .o. * mpc8xx/clock/Makefile.am: Use .$(OBJEXT) instead of .o. * mpc8xx/console-generic/Makefile.am: Use .$(OBJEXT) instead of .o. * mpc8xx/cpm/Makefile.am: Use .$(OBJEXT) instead of .o. * mpc8xx/exceptions/Makefile.am: Use .$(OBJEXT) instead of .o. * mpc8xx/mmu/Makefile.am: Use .$(OBJEXT) instead of .o. * mpc8xx/timer/Makefile.am: Use .$(OBJEXT) instead of .o. * ppc403/clock/Makefile.am: Use .$(OBJEXT) instead of .o. * ppc403/console/Makefile.am: Use .$(OBJEXT) instead of .o. * ppc403/ictrl/Makefile.am: Use .$(OBJEXT) instead of .o. * ppc403/timer/Makefile.am: Use .$(OBJEXT) instead of .o. * ppc403/tty_drv/Makefile.am: Use .$(OBJEXT) instead of .o. * ppc403/vectors/Makefile.am: Use .$(OBJEXT) instead of .o. * shared/include/Makefile.am: Use .$(OBJEXT) instead of .o. * shared/src/Makefile.am: Use .$(OBJEXT) instead of .o.
05:33 Changeset in rtems [1f751a7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * mongoosev/duart/Makefile.am: Use .$(OBJEXT) instead of .o. * mongoosev/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o. * r46xx/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o. * shared/cache/Makefile.am: Use .$(OBJEXT) instead of .o. * shared/interrupts/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o. * tx39/vectorisrs/Makefile.am: Use .$(OBJEXT) instead of .o.
05:31 Changeset in rtems [843c2eb]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * i960ca/Makefile.am: Use .$(OBJEXT) instead of .o. * i960ka/Makefile.am: Use .$(OBJEXT) instead of .o. * i960rp/Makefile.am: Use .$(OBJEXT) instead of .o.
05:29 Changeset in rtems [a64c648]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * Makefile.am: Use .$(OBJEXT) instead of .o.
05:28 Changeset in rtems [1fcb82c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * sci/Makefile.am: Use .$(OBJEXT) instead of .o. * score/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
05:26 Changeset in rtems [2aabc030]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * clock/Makefile.am: Use .$(OBJEXT) instead of .o. * delay/Makefile.am: Use .$(OBJEXT) instead of .o. * sci/Makefile.am: Use .$(OBJEXT) instead of .o. * score/Makefile.am: Use .$(OBJEXT) instead of .o. * timer/Makefile.am: Use .$(OBJEXT) instead of .o.
05:23 Changeset in rtems [ca9c287]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * cache/Makefile.am: Use .$(OBJEXT) instead of .o. * reg_win/Makefile.am: Use .$(OBJEXT) instead of .o. * syscall/Makefile.am: Use .$(OBJEXT) instead of .o.
05:18 Changeset in rtems [fef95c56]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * base_mp/node1/Makefile.am: Use .$(OBJEXT) instead of .o. * base_mp/node2/Makefile.am: Use .$(OBJEXT) instead of .o. * base_sp/Makefile.am: Use .$(OBJEXT) instead of .o. * cdtest/Makefile.am: Use .$(OBJEXT) instead of .o. * hello/Makefile.am: Use .$(OBJEXT) instead of .o. * minimum/Makefile.am: Use .$(OBJEXT) instead of .o. * paranoia/Makefile.am: Use .$(OBJEXT) instead of .o. * ticker/Makefile.am: Use .$(OBJEXT) instead of .o. * unlimited/Makefile.am: Use .$(OBJEXT) instead of .o.
05:17 Changeset in rtems [ab2fce0]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * itronhello/Makefile.am: Use .$(OBJEXT) instead of .o. * itronmbf01/Makefile.am: Use .$(OBJEXT) instead of .o. * itronmbox01/Makefile.am: Use .$(OBJEXT) instead of .o. * itronsem01/Makefile.am: Use .$(OBJEXT) instead of .o. * itrontask01/Makefile.am: Use .$(OBJEXT) instead of .o. * itrontask02/Makefile.am: Use .$(OBJEXT) instead of .o. * itrontask03/Makefile.am: Use .$(OBJEXT) instead of .o. * itrontask04/Makefile.am: Use .$(OBJEXT) instead of .o. * itrontime01/Makefile.am: Use .$(OBJEXT) instead of .o.
05:17 Changeset in rtems [5c4c752]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * tmitronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
05:16 Changeset in rtems [4f8d7dd]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * psx01/Makefile.am: Use .$(OBJEXT) instead of .o. * psx02/Makefile.am: Use .$(OBJEXT) instead of .o. * psx03/Makefile.am: Use .$(OBJEXT) instead of .o. * psx04/Makefile.am: Use .$(OBJEXT) instead of .o. * psx05/Makefile.am: Use .$(OBJEXT) instead of .o. * psx06/Makefile.am: Use .$(OBJEXT) instead of .o. * psx07/Makefile.am: Use .$(OBJEXT) instead of .o. * psx08/Makefile.am: Use .$(OBJEXT) instead of .o. * psx09/Makefile.am: Use .$(OBJEXT) instead of .o. * psx10/Makefile.am: Use .$(OBJEXT) instead of .o. * psx11/Makefile.am: Use .$(OBJEXT) instead of .o. * psx12/Makefile.am: Use .$(OBJEXT) instead of .o. * psx13/Makefile.am: Use .$(OBJEXT) instead of .o. * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o. * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o. * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o. * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o. * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o. * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o. * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o. * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o. * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o. * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o. * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
04:59 Changeset in rtems [a3a512c]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * sp01/Makefile.am: Use $(OBJEXT) instead of .o. * sp02/Makefile.am: Use $(OBJEXT) instead of .o. * sp03/Makefile.am: Use $(OBJEXT) instead of .o. * sp04/Makefile.am: Use $(OBJEXT) instead of .o. * sp05/Makefile.am: Use $(OBJEXT) instead of .o. * sp06/Makefile.am: Use $(OBJEXT) instead of .o. * sp07/Makefile.am: Use $(OBJEXT) instead of .o. * sp08/Makefile.am: Use $(OBJEXT) instead of .o. * sp09/Makefile.am: Use $(OBJEXT) instead of .o. * sp11/Makefile.am: Use $(OBJEXT) instead of .o. * sp12/Makefile.am: Use $(OBJEXT) instead of .o. * sp13/Makefile.am: Use $(OBJEXT) instead of .o. * sp14/Makefile.am: Use $(OBJEXT) instead of .o. * sp15/Makefile.am: Use $(OBJEXT) instead of .o. * sp16/Makefile.am: Use $(OBJEXT) instead of .o. * sp17/Makefile.am: Use $(OBJEXT) instead of .o. * sp19/Makefile.am: Use $(OBJEXT) instead of .o. * sp20/Makefile.am: Use $(OBJEXT) instead of .o. * sp21/Makefile.am: Use $(OBJEXT) instead of .o. * sp22/Makefile.am: Use $(OBJEXT) instead of .o. * sp23/Makefile.am: Use $(OBJEXT) instead of .o. * sp24/Makefile.am: Use $(OBJEXT) instead of .o. * sp25/Makefile.am: Use $(OBJEXT) instead of .o. * sp26/Makefile.am: Use $(OBJEXT) instead of .o. * sp27/Makefile.am: Use $(OBJEXT) instead of .o. * sp28/Makefile.am: Use $(OBJEXT) instead of .o. * sp29/Makefile.am: Use $(OBJEXT) instead of .o. * sp30/Makefile.am: Use $(OBJEXT) instead of .o. * sp31/Makefile.am: Use $(OBJEXT) instead of .o. * spfatal/Makefile.am: Use $(OBJEXT) instead of .o. * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
04:56 Changeset in rtems [9f33e26]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o. * malloctest/Makefile.am: Use $(OBJEXT) instead of .o. * monitor/Makefile.am: Use $(OBJEXT) instead of .o. * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o. * rtems++/Makefile.am: Use $(OBJEXT) instead of .o. * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o. * stackchk/Makefile.am: Use $(OBJEXT) instead of .o. * termios/Makefile.am: Use $(OBJEXT) instead of .o.
04:53 Changeset in rtems [dfdf09ae]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * tm01/Makefile.am: Use $(OBJEXT) instead of .o. * tm02/Makefile.am: Use $(OBJEXT) instead of .o. * tm03/Makefile.am: Use $(OBJEXT) instead of .o. * tm04/Makefile.am: Use $(OBJEXT) instead of .o. * tm05/Makefile.am: Use $(OBJEXT) instead of .o. * tm06/Makefile.am: Use $(OBJEXT) instead of .o. * tm07/Makefile.am: Use $(OBJEXT) instead of .o. * tm08/Makefile.am: Use $(OBJEXT) instead of .o. * tm09/Makefile.am: Use $(OBJEXT) instead of .o. * tm10/Makefile.am: Use $(OBJEXT) instead of .o. * tm11/Makefile.am: Use $(OBJEXT) instead of .o. * tm12/Makefile.am: Use $(OBJEXT) instead of .o. * tm13/Makefile.am: Use $(OBJEXT) instead of .o. * tm14/Makefile.am: Use $(OBJEXT) instead of .o. * tm15/Makefile.am: Use $(OBJEXT) instead of .o. * tm16/Makefile.am: Use $(OBJEXT) instead of .o. * tm17/Makefile.am: Use $(OBJEXT) instead of .o. * tm18/Makefile.am: Use $(OBJEXT) instead of .o. * tm19/Makefile.am: Use $(OBJEXT) instead of .o. * tm20/Makefile.am: Use $(OBJEXT) instead of .o. * tm21/Makefile.am: Use $(OBJEXT) instead of .o. * tm22/Makefile.am: Use $(OBJEXT) instead of .o. * tm23/Makefile.am: Use $(OBJEXT) instead of .o. * tm24/Makefile.am: Use $(OBJEXT) instead of .o. * tm25/Makefile.am: Use $(OBJEXT) instead of .o. * tm26/Makefile.am: Use $(OBJEXT) instead of .o. * tm27/Makefile.am: Use $(OBJEXT) instead of .o. * tm28/Makefile.am: Use $(OBJEXT) instead of .o. * tm29/Makefile.am: Use $(OBJEXT) instead of .o. * tmck/Makefile.am: Use $(OBJEXT) instead of .o. * tmoverhd/Makefile.am: Use $(OBJEXT) instead of .o.
04:49 Changeset in rtems [d822540]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * mp01/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp01/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp02/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp02/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp03/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp03/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp04/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp04/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp05/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp05/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp06/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp06/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp07/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp07/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp08/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp08/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp09/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp09/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp10/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp10/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp11/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp11/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp12/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp12/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp13/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp13/node2/Makefile.am: Use $(OBJEXT) instead of .o. * mp14/node1/Makefile.am: Use $(OBJEXT) instead of .o. * mp14/node2/Makefile.am: Use $(OBJEXT) instead of .o.
04:16 Changeset in rtems [a78c319]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * src/rpc/rtems_portmapper.c: include <stdlib.h> (Get rid of gcc31 warnings about abort/exit).
02:59 Changeset in rtems [85a8933]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-11 Ralf Corsepius <corsepiu@…> * configure.ac: Add BSP_SUBDIRS. * Makefile.am: Use BSP_SUBDIRS to setup SUBDIRS.

08/10/02:

17:00 Changeset in rtems [4db904ec]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-10 Ralf Corsepius <corsepiu@…> * configure.ac: Remove AC_CONFIG_SUBDIR(wrapup). Cosmetic cleanups.
04:07 Changeset in rtems [2b61cd06]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-10 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Pick up ../libchip/rtc/$(ARCH)/librtcio.a and ../libchip/serial/$(ARCH)/libserialio.a.
04:05 Changeset in rtems [2f0a1dc1]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-10 Ralf Corsepius <corsepiu@…> * serial/Makefile.am: Don't tmp-install lib. * rtc/Makefile.am: Don't tmp-install lib.

08/09/02:

15:11 Changeset in rtems [97bfd09]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-09 Ralf Corsepius <corsepiu@…> * Makefile.am: Add rtems_makedir.
14:35 Changeset in rtems [343d4ff]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-09 Ralf Corsepius <corsepiu@…> * setup.def: Increment release for gcc3newlib. * gcc3newlib/gccnewlib.add: Do not put cc1plus into gcc-rpm.
12:55 Changeset in rtems [f118085d]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-09 Joel Sherrill <joel@…> * src/cancelrun.c: Remove check for PTHREAD_CANCELED not being defined to ensure that newlib patch includes it.
12:54 Changeset in rtems [5a339e2f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-09 Joel Sherrill <joel@…> * custom/gen405.cfg: Corrected make-cxx-exe rule to use LINK.cc.
12:53 Changeset in rtems [1e1222ce]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-09 Joel Sherrill <joel@…> * shared/interrupts/isr_entries.S: Corrected typo in mips1 END_FRAME directive that lead to linker errors.
12:45 Changeset in rtems [68a368fc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-09 Joel Sherrill <joel@…> * libc/getservent.c: Per PR265, add #include <netinet/in.h> for ntohl() function.
12:30 Changeset in rtems [025e3128]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-09 Joel Sherrill <joel.sherrill@…> * dlentry/dlentry.S: Removed fake eabi to avoid conflict with the real one provided by gcc. I don't know if this makes this BSP work for C++ but it at least lets simple programs link again.
11:49 Ticket #266 (PTHREAD_CANCELED NOT DEFINED) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Newlib patch will be out with next snapshot which may be next week if all goes well. :)
11:45 Ticket #265 (More missed htonX) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Fixed. See attached patch.
10:29 Changeset in rtems [fbe799b3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-09 Ralf Corsepius <corsepiu@…> * shell/Makefile.am: Remove shell.h from EXTRA_DIST.
09:59 Changeset in rtems [e27cd182]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-09 Ralf Corsepius <corsepiu@…> * include/Makefile.am: Remove. * include/.cvsignore: Remove. * include/rtems/Makefile.am: Remove. * include/rtems/.cvsignore: Remove. * include/rtems/score/Makefile.am: Remove. * include/rtems/score/.cvsignore: Remove.
09:47 Changeset in rtems [94f4a9ba]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-09 Ralf Corsepius <corsepiu@…> * configure.ac: Merge wrapup/configure.ac. Cosmetic cleanups. * Makefile.am: Add wrapup-SUBDIR. * wrapup/ChangeLog: Remove. * wrapup/configure.ac: Remove.
08:30 Changeset in rtems [bac8dd48]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-09 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_BSP_ALIAS. Add RTEMS_CHECK_BSP_CACHE.
08:26 Changeset in rtems [daaacdb]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-09 Ralf Corsepius <corsepiu@…> * Makefile.am: Use @RTEMS_BSP_FAMILY@ instead of $(@RTEMS_BSP_FAMILY). * configure.ac: Remove RTEMS_BSP_ALIAS. Add RTEMS_CHECK_BSP_CACHE. Use RTEMS_BSP_FAMILY to detect the bare BSP.
07:50 Changeset in rtems [f21ccd2]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-09 Ralf Corsepius <corsepiu@…> * Makefile.am: Append BARE_CPU_MODEL tp make/@RTEMS_BSP@.cache creation (Make the bare BSP happy). * configure.ac: Ditto.
07:44 Changeset in rtems [1ae3202b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-09 Ralf Corsepius <corsepiu@…> * configure.ac: Remove RTEMS_BSP_ALIAS. Add RTEMS_CHECK_BSP_CACHE. Replace $bspdir with $RTEMS_BSP_FAMILY.
05:01 Changeset in rtems [f0d7515]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-09 Ralf Corsepius <corsepiu@…> * Makefile.am: Create make/@RTEMS_BSP@.cache. Handle make/custom/*.cfgs. Create make/custom/default.cfg. * configure.ac: Add creation of make/custon/*.cfg. Create make/${RTEMS_BSP}.cache. Read make/${RTEMS_BSP}.cache
04:55 Changeset in rtems [2e549922]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-09 Ralf Corsepius <corsepiu@…> * bsp.mak: New.
04:54 Ticket #266 (PTHREAD_CANCELED NOT DEFINED) created by Ralf Corsepius
sh-rtems-gcc --pipe -isystem ../../../../../gensh1/lib/include …
04:47 Ticket #265 (More missed htonX) created by Ralf Corsepius
One more missed htons: sh-rtems-gcc --pipe -isystem …
04:41 Changeset in rtems [3ba1627]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-09 Ralf Corsepius <corsepiu@…> * Makefile.am: Remove RTEMS_BSP.cache generation. Remove handling custom/*.cfgs. Remove handling custom/default.cfg. * configure.ac: Remove handling of custom/*.cfgs. Remove auto* generated custom/default.cfg.
04:25 Changeset in rtems [d69c9c6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-09 Ralf Corsepius <corsepiu@…> * aclocal/check-bsp-cache.m4: Convert to autoconf-2.5x quoting rules. Add RTEMS_BSP_CFLAGS, RTEMS_BSP_CFLAGS_OPTIMIZE_V, RTEMS_BSP_CFLAGS_DEBUG_V, RTEMS_BSP_CFLAGS_PROFILE_V.
04:16 Changeset in rtems [5a8641e3]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-09 Ralf Corsepius <corsepiu@…> * configure.ac: Remove include/Makefile, include/rtems/Makefile, include/rtems/score/Makefile (Eliminate targopts.h). * Makefile.am: Remove include from SUBDIRS (Eliminate targopts.h)

08/08/02:

17:29 Ticket #264 (ods68302 makes m68k-rtems-ld core dump) created by Joel Sherrill
ods68302/start/reset.S is currently hacked with two sets of #if …
16:49 Changeset in rtems [52270c07]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-08 Joel Sherrill <joel@…> * setup.def, binutils/base-binutils.add, binutils/target-binutils.add: Updated to binutils 2.13 which has no known issues.
16:41 Changeset in rtems [ef39005]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-07 Joel Sherrill <joel@…> * start/Makefile.am: Pick up rest of Ralf'f changes and use cp not make-rel since there is no point in this case. * start/debugreset.S: Rights were not assigned. * start/reset.S: Add ifdef to avoid core dump until Chris can track it down. * start/cpuboot.c: Moved to startup. * startup/Makefile.am: Account for above.
15:53 Ticket #246 (cpukit/aclocal/version.m4 out of sync) closed by Joel Sherrill
State-Changed-From-To: analyzed->closed State-Changed-Why: One minor nit in the ss-20020807 snapshot in that the script did not commit the modified file but that is fixed so this should be resolved for the next snapshot.
12:54 Changeset in rtems [c23386a]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-07 Ralf Corsepius <corsepiu@…> * startup/Makefile.am: Remove -DGDB_MONITOR_ACTIVE (Not used anywhere). Add ODS60302_DEBUG conditional. * include/bsp.h: Fix broken bsp_cat macros (Not compliant to gcc31). * configure.ac: Add --enable-ods60302-debug. Add ODS60302_DEBUG conditional.
11:27 Changeset in rtems [a19dd35]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-08 Ralf Corsepius <corsepiu@…> * cpu.c: Move pointer into #ifdef to avoid compiler warning.

08/07/02:

16:21 Changeset in rtems [d5dc04f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-07 Joel Sherrill <joel@…> * aclocal/version.m4: Updated to rtems-ss-20020807.
16:18 Changeset in rtems [aa4cb1c4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-07 Ivan Guzvinec <ivang@…> * orp.cfg: Bender BSP renamed to OpenRisc? Reference Platform or ORP.
15:47 Changeset in rtems [9de928fb]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-07 Ivan Guzvinec <ivang@…> * acinclude.m4, configure.ac: Bender BSP renamed to OpenRisc? Reference Platform or ORP.
15:46 Changeset in rtems [46f31d1]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-07 Ivan Guzvinec <ivang@…> * configure.ac: Bender BSP renamed to OpenRisc? Reference Platform for ORP.
15:40 Changeset in rtems [8cfdb56]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-07 Ivan Guzvinec <ivang@…> * include/bsp.h, start/start.S, startup/linkcmds: Patches which were required to make the BSP run.
15:37 Changeset in rtems [7a47bb5]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-07 Joel Sherrill <joel@…> * netinet/in.h: Per PR263, added include of <machine/endian.h> to <netinet/in.h> so it includes prototypes of ntohl() family of routines.
15:03 Changeset in rtems [41c4785]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-07 Chris Johns <ccj@…> * src/coretodset.c: Correct calculation of ticks until next section boundary. It was incorrectly based upon current time not the time that is being set.
14:37 Ticket #263 (htons/htonl implicit declaration) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch attached. Thanks for spotting this.
07:48 Changeset in rtems [e336882]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-07 Ralf Corsepius <corsepiu@…> * configure.ac: Add missing ',' to librpc activation. Add AC_MSG_CHECKING/AC_MSG_RESULT. * aclocal/check-networking.m4: Let AC_MSG_CHECKING refer to CPU.
07:24 Changeset in rtems [85eb57e7]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-07 Ralf Corsepius <corsepiu@…> * configure.ac: Fix bug in librpc activation, having introduced by yesterday's patch.
07:05 Ticket #263 (htons/htonl implicit declaration) created by Ralf Corsepius
Build libnetworking emits man warning about implicit declarations of …
06:13 Changeset in rtems [45afe48]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-07 Ralf Corsepius <corsepiu@…> * custom/vegaplus.cfg: Fix bogus and corrupted make-exe.

08/06/02:

20:37 Changeset in rtems [2157107]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-06 Joel Sherrill <joel@…> * acinclude.m4, configure.ac: Go back to name bender for the or32/or1200 BSP.
20:37 Changeset in rtems [98c849f4]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-06 Joel Sherrill <joel@…> * configure.ac: GO back to name bender for the or32/or1200 BSP.
20:25 Changeset in rtems [f3d95192]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-06 Joel Sherrill <joel@…> * acinclude.m4, configure.ac: Update and fix minor things so this BSP compiles and almost completely links.
20:24 Changeset in rtems [ab67810]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-06 Joel Sherrill <joel@…> * bsp_specs, configure.ac, startup/bspstart.c: Update and fix minor things so this BSP compiles and almost completely links. * startup/Makefile.am: New file.
20:23 Changeset in rtems [f8ac3ae3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-06 Joel Sherrill <joel@…> * configure.ac: Be more specific about looking at CPU32 and CPU32+ CPU model names so we can turn on the best compile of memcpy.c.
20:18 Changeset in rtems [92b671dd]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-06 Joel Sherrill <joel@…> * configure.ac: or32 does not currently support librpc.
20:16 Changeset in rtems [6f197f4b]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-06 Joel Sherrill <joel@…> * asm.h, rtems/score/cpu.h: Correct items that have changed since RTEMS version or32 port was based upon.
20:15 Changeset in rtems [26f2783]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-06 Joel Sherrill <joel@…> * custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg, custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
19:18 Changeset in rtems [74f15b60]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-06 Joel Sherrill <joel@…> * setup.def: Updating gcc3/newlib patches and tool versions. The focus of this round of patches was ot eliminate header file name conflicts between RTEMS and newlib.
14:20 Changeset in rtems [c5ada0b]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-06 Ralf Corsepius <corsepiu@…> * configure.ac: Replace mcpu32 by mcpu32p conditional. * share/misc/Makefile.am: Fix AM_CPPFLAGS bug.
14:09 Changeset in rtems [d569ecb9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-06 Joel Sherrill <joel@…> * include/.cvsignore: Updated to account for more files.
14:09 Changeset in rtems [b7694aa3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-06 Joel Sherrill <joel@…> * .cvsignore: New file.
14:08 Changeset in rtems [22c58b3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-06 Joel Sherrill <joel@…> * Makefile.am: New file.
14:06 Changeset in rtems [c388cdc]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-06 Chris Ziomkowski <chris@…> * custom/or32sim.cfg: New file added as part of merge from OpenCores? repository.
13:57 Changeset in rtems [41d2d1fe]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-06 Chris Ziomkowski <chris@…> * ChangeLog?, acinclude.m4, configure.ac: New files added as part of merge from OpenCores? repository.
13:57 Changeset in rtems [a24d946]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-06 Chris Ziomkowski <chris@…> * .cvsignore, Makefile.am, README, bsp_specs, configure.ac, times, clock/.cvsignore, clock/Makefile.am, clock/clockdrv.c, console/.cvsignore, console/Makefile.am, console/console.c, console/console.h, include/.cvsignore, include/Makefile.am, include/bsp.h, start/.cvsignore, start/Makefile.am, start/start.S, startup/.cvsignore, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/main.c, startup/setvec.c, timer/.cvsignore, timer/Makefile.am, timer/timer.c, timer/timerisr.c, wrapup/.cvsignore, wrapup/Makefile.am, ChangeLog?: New files added as part of merge from OpenCores? repository.
10:09 Changeset in rtems [d3ed9703]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-06 Ralf Corsepius <corsepiu@…> * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
07:31 Changeset in rtems [d3f954e]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-06 Ralf Corsepius <corsepiu@…> * aclocal/env-rtemsbsp.m4: Remove RTEMS_CONFIG_PER_BSP.
07:31 Changeset in rtems [0aa6384]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-06 Ralf Corsepius <corsepiu@…> * aclocal/env-rtemscpu.m4: Remove RTEMS_CONFIG_PER_BSP. Use AS_IF instead of if/then/else/fi.
Note: See TracTimeline for information about the timeline view.