summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/gen405/startup/linkcmds (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-151-1/+0
| | | | | * startup/linkcmds: Remove SEARCH_DIR. * startup/linkcmds.dl: Remove SEARCH_DIR.
* 2003-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>Ralf Corsepius2003-12-091-1/+1
| | | | | | * startup/Makefile.am: Misc cleanups and fixes. * startup/linkcmds: Preparations to gcc-3.3.x. * wrapup/Makefile.am: Misc cleanups and fixes.
* mkChangeLogList [-n]Joel Sherrill2003-01-201-0/+11
|
* 2002-06-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-06-141-1/+1
| | | | * startup/linkcmds: Fixed typo.
* 2001-05-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2002-05-091-6/+4
| | | | | | | | * 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 <joel@OARcorp.com>Joel Sherrill2002-04-081-0/+1
| | | | | * startup/linkcmds, startup/linkcmds.dl : Per PR170, PR171, and PR172 add .eh_frame.
* 2001-11-14 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-11-151-2/+2
| | | | | * startup/linkcmds: Fixed syntax error in my previous addition of __init.
* 2001-11-13 Joel Sherrill <joel@OARcorp.com>Joel Sherrill2001-11-131-2/+2
| | | | * startup/linkcmds: Added _init, and _fini symbols.
* 2001-11-08 Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>Joel Sherrill2001-11-081-0/+152
This modification is part of the submitted modifications necessary to support the IBM PPC405 family. This submission was reviewed by Thomas Doerfler <Thomas.Doerfler@imd-systems.de> 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.