* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.
* 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.