2003-08-06 Ralf Corsepius * bsp_specs: Remove -D__embedded__ -Asystem(embedded) from cpp. Remove cpp, old_cpp (now unused). 2003-03-24 Joel Sherrill PR 378/bsps * bsp_specs: Did not include ecrtn in endfile sections. Reported and fixed by elkolli@crf.canon.fr. 2003-03-06 Ralf Corsepius * configure.ac: Remove AC_CONFIG_AUX_DIR. 2003-02-11 Ralf Corsepius * configure.ac: AM_INIT_AUTOMAKE([1.7.2]). 2003-02-11 Ralf Corsepius * configure.ac: AC_PREREQ(2.57). 2003-01-20 Joel Sherrill * startup/linkcmds*: Add FreeBSD sysctl() sections. 2003-01-20 Joel Sherrill * startup/linkcmds.dl: Add FreeBSD sysctl() sections. 2002-12-16 Ralf Corsepius * dlentry/Makefile.am: Don't include @RTEMS_BSP@.cfg. * startup/Makefile.am: Don't include @RTEMS_BSP@.cfg. 2002-12-10 Ralf Corsepius * wrapup/Makefile.am: Don't include @RTEMS_BSP@.cfg. 2002-10-21 Ralf Corsepius * .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache. 2002-08-21 Joel Sherrill * bsp_specs: Added support for -nostdlibs. 2002-08-11 Ralf Corsepius * dlentry/Makefile.am: Use .$(OBJEXT) instead of .o. * startup/Makefile.am: Use .$(OBJEXT) instead of .o. * wrapup/Makefile.am: Use .$(OBJEXT) instead of .o. 2002-08-09 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. 2002-07-20 Ralf Corsepius * startup/Makefile.am: Add bsplib_DATA = linkcmds. 2002-07-04 Ralf Corsepius * wrapup/Makefile.am: Eliminate TMPINSTALL_FILES. Remove $(OBJS) from all-local. 2002-06-29 Ralf Corsepius * wrapup/Makefile.am: Remove preinstallation of libbsp.a, 2002-06-14 Joel Sherrill * startup/linkcmds: Fixed typo. 2001-05-09 Joel Sherrill * startup/linkcmds: In support of gcc 3.1, added one of more of the sections .jcr, .rodata*, .data.*, .gnu.linkonce.s2.*, .gnu.linkonce.sb2.*, and .gnu.linkonce.s.*. Spacing corrections and direction of segments to memory regions may also have been addressed. This was a sweep across all BSPs. 2001-04-08 Joel Sherrill * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172 add .eh_frame. 2002-03-27 Ralf Corsepius * configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS. 2001-12-04 Ralf Corsepius * configure.ac: Remove RTEMS_ENABLE_NETWORKING. 2001-11-30 Ralf Corsepius * configure.ac: Introduce RTEMS_BSP_CONFIGURE. 2001-11-26 Ralf Corsepius * Makefile.am: Remove . from SUBDIRS, remove duplicate bsp_specs rules, add @exceptions@ to SUBDIRS. * configure.ac: Add RTEMS_BSPOPTS_*(PPC_USE_SPRG), RTEMS_BSPOPTS_*(PPC_VECTOR_FILE_BASE), RTEMS_PPC_EXCEPTIONS([old]), autoupdate to autoconf 2.52. * include/Makefile.am: Convert PREINSTALL_FILES to TMPINSTALL_FILES, include force-preinstall.am. * wrapup/Makefile.am: Apply @exceptions@. 2001-11-20 Joel Sherrill * include/bspopts.h.in: Automatically generated file that should not be in CVS. 2001-11-14 Joel Sherrill * startup/linkcmds: Fixed syntax error in my previous addition of __init. 2001-11-13 Joel Sherrill * startup/linkcmds: Added _init, and _fini symbols. 2001-11-13 Joel Sherrill * .cvsignore: New file. 2001-11-08 Dennis Ehlin (ECS) This modification is part of the submitted modifications necessary to support the IBM PPC405 family. This submission was reviewed by Thomas Doerfler who ensured it did not negatively impact the ppc403 BSPs. The submission and tracking process was captured as PR50. * ChangeLog, Makefile.am, README, bsp_specs, bsp_specs.dl, configure.ac, times, dlentry/.cvsignore, dlentry/Makefile.am, dlentry/dlentry.S, include/.cvsignore, include/Makefile.am, include/bsp.h, include/bspopts.h.in, include/coverhd.h, startup/.cvsignore, startup/Makefile.am, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/linkcmds.dl, startup/setvec.c, wrapup/.cvsignore, wrapup/Makefile.am: New files that are part of the new gen405 BSP.