Timeline



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.

08/05/02:

20:13 Changeset in rtems [6e242f0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-05 Eric Norum <eric.norum@…> * pci/pcibios.c: Per PR262, removed all asserts so probes for devices that are not present will work. This lets you have multiple PCI Ethernet drivers in an application and dynamically use the one for the card othat is present.
19:20 Changeset in rtems [8b58477]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-05 Joel Sherrill <joel@…> * rtems/score/cpu.h, rtems/score/types.h: Updated to fix some typos.
19:19 Changeset in rtems [098755b3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-05 Chris Ziomkowski <chris@…> * asm.h, cpu.c, cpu_asm.c, rtems/score/cpu.h, rtems/score/or32.h, rtems/score/types.h: Merged from OpenCores? CVS repository.
19:13 Ticket #262 (Asserts in PCI BIOS support prevent network device probing) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Fixed per instructions. See patch.
19:07 Changeset in rtems [bf1f6531]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-05 Joel Sherrill <joel@…> * Per PR260 eliminate use of make-target-options. This impacted RTEMS allowing a distinction between the CPU32 and CPU32+ in the SuperCore? and required that the m68k optimized memcpy be moved to libcpu. * custom/gen68360.cfg: Remove make-target-options.
19:05 Changeset in rtems [4deeca3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-05 Joel Sherrill <joel@…> * Per PR260 eliminate use of make-target-options. This impacted RTEMS allowing a distinction between the CPU32 and CPU32+ in the SuperCore? and required that the m68k optimized memcpy be moved to libcpu. * memcpy.c: Moved to libcpu. * Makefile.am: Modified to reflect above.
19:03 Changeset in rtems [3f5480c]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-05 Joel Sherrill <joel@…> * Per PR260 eliminate use of make-target-options. This impacted RTEMS allowing a distinction between the CPU32 and CPU32+ in the SuperCore? and required that the m68k optimized memcpy be moved to libcpu. * shared/misc/memcpy.c: Moved from score/cpu/m68k. * configure.ac, shared/Makefile.am: Modified to reflect new directory. * shared/misc/.cvsignore, shared/misc/Makefile.am: New file.
19:02 Changeset in rtems [75adbe5f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-05 Joel Sherrill <joel@…> * Per PR260 eliminate use of make-target-options. This impacted RTEMS allowing a distinction between the CPU32 and CPU32+ in the SuperCore? and required that the m68k optimized memcpy be moved to libcpu. * wrapup/Makefile.am: Pick up memcpy.o from libcpu.
18:15 Ticket #245 (Latest newlib from CVS has different _write_r prototype.) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Patch included in RTEMS newlib patch and applied to RTEMS source. New RPMs will be available with the next snapshot.
18:14 Ticket #240 (object ID format needs to be updated) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Fixed and PR not closed at that time.
18:12 Ticket #248 (Addon packages in snapshots directory are out of date) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: New tarball uploaded by joel
18:11 Ticket #249 (Latest snapshot fails to install properly) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: tar install has been replaced with GNU make install where each directory is responsible for installing its own components. This work appears to be finished now.
18:10 Ticket #250 (BSPs do not install all components) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: At this point Ralf has fixed the BSPs and I have augmented the test procedures and scripts to test installed images.
18:08 Ticket #260 (make-target-options) closed by Joel Sherrill
State-Changed-From-To: feedback->closed State-Changed-Why: Modifications required to move m68k memcpy done and gen68360 custom file fixed. Hopefully this is all this one required. :)
16:55 Changeset in rtems [db3ca1f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-05 Joel Sherrill <joel@…> * startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds to avoid overlapping sections and reworked the way the heap and workspace are calculated.
15:55 Ticket #247 (h8300: Ld error) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Problem resolved. Patch attached.

08/02/02:

16:19 Ticket #262 (Asserts in PCI BIOS support prevent network device probing) created by Eric Norum
I'm trying to build an application which will work on pc386 targets …
00:56 Changeset in rtems [6ada2b1e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * cdtest/init.c: Modified.
00:55 Changeset in rtems [016a926]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c, rtmonuse/task1.c, termios/init.c: Modified.
00:53 Changeset in rtems [0428ddf3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * tmitronsem01/init.c: Modified.
00:53 Changeset in rtems [6b9d16f]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c, itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c, itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
00:53 Changeset in rtems [d802489]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c, psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c, psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c, psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c, psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c, psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c, psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c, psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am, psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c, psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c, psxtime/test.c, psxtimer/psxtimer.c: Modified.
00:53 Changeset in rtems [116845e8]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * mp01/task1.c, mp02/task1.c, mp03/task1.c, mp04/task1.c, mp05/task1.c, mp06/task1.c, mp07/task1.c, mp08/task1.c, mp09/task1.c, mp10/init.c, mp11/init.c, mp12/init.c, mp13/init.c, mp13/task2.c: Modified.
00:52 Changeset in rtems [b454bc9]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Modified.
00:52 Changeset in rtems [3aa4c2e0]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c, sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c, sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c, sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c, sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c, sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c, sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
00:51 Changeset in rtems [cd9396e]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * Per PR47 add support for buffered test output. This involved adding defines to redirect output to a buffer and dump it when full, at "test pause", and at exit. To avoid problems when redefining exit(), all tests were modified to call rtems_test_exit(). Some tests, notable psxtests, had to be modified to include the standard test macro .h file (pmacros.h or tmacros.h) to enable this support. * include/buffer_test_io.h: New file.
00:48 Changeset in rtems [d9ab6d3]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * machine/param.h, sys/syslimits.h: In the continued effort to eliminate .h conflicts between newlib and RTEMS, these were moved to newlib. * machine/Makefile.am, sys/Makefile.am: Reflect above.
00:45 Changeset in rtems [6c243f11]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * BSP_TIMES, wksheets.texi: Updated to reflect ARM times reported by Jay Monkman <jmonkman@…>. These times are subject to change as he tunes the ARM port and their BSP.
00:44 Changeset in rtems [90f58823]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * stamp-vti, version.texi: Regenerated.
00:43 Changeset in rtems [ca5fe67]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * cpuuse/cpuuse.c (CPU_usage_Dump) : Corrected so it honors when an object name is raw versus being a string.
00:15 Changeset in rtems [8378eae]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * include/coverhd.h: Per PR261 removed include of <rtems/score/targopts.h> because the file is no longer being generated and really wasn't being used anyway.
00:08 Changeset in rtems [f5642664]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * eth_comm.cfg, mbx821_001.cfg, mbx860_002.cfg, mbx860_005b.cfg, mbx8xx.cfg, mpc8260ads.cfg: Per PR260 removed make-target-options.

08/01/02:

23:51 Changeset in rtems [65a41d61]4.104.114.84.95 by Joel Sherrill <joel.sherrill@…>
2002-08-01 Joel Sherrill <joel@…> * custom/mvme136.cfg: Per PR260 removed make-target-options.
23:17 Ticket #261 (mbx8xx: targopts.h) closed by Joel Sherrill
State-Changed-From-To: open->closed State-Changed-Why: Very simple one. It is not used anymore and bspopts.h covers the case indicated by the comment. Line deleted and patch committed. Thanks Ralf.
16:15 Changeset in rtems [18dce91]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-01 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Don't install.
14:12 Ticket #261 (mbx8xx: targopts.h) created by Ralf Corsepius
This BSP still applies targopts.h …
14:08 Ticket #260 (make-target-options) created by Ralf Corsepius
These BSPs still apply make-target-options: gen68360.cfg:define …
12:01 Changeset in rtems [c8f1338f]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-01 Ralf Corsepius <corsepiu@…> * wrapup/Makefile.am: Use librtems.a. * wrapup/Makefile.am: Use libsapi.a.
12:00 Changeset in rtems [d66ca67]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-01 Ralf Corsepius <corsepiu@…> * src/Makefile.am: Add librtems.a.
11:59 Changeset in rtems [48dad29]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-01 Ralf Corsepius <corsepiu@…> * src/Makefile.am: Add libsrtems.a.
08:46 Changeset in rtems [d6f4c1b6]4.104.114.84.95 by Ralf Corsepius <ralf.corsepius@…>
2002-08-01 Ralf Corsepius <corsepiu@…> * Makefile.am: Clean $(PROJECT_RELEASE).
Note: See TracTimeline for information about the timeline view.