summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/startup/linkcmds (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-20bsps: Move startup files to bspsSebastian Huber1-29/+0
Adjust build support files to new directory layout. This patch is a part of the BSP source reorganization. Update #3285.
2018-02-05sparc/*/linkcmds*: Move ENTRY() from linkcmds.base to top linkcmdsJoel Sherrill1-0/+2
This was at the request of a user to make it easier to have a custom entry point. This way they just provide their own top level linkcmds and include linkcmds.base. Updates #3520.
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2010-05-112010-05-11 Sebastian Huber <sebastian.huber@embedded-brains.de>Sebastian Huber1-194/+6
* startup/linkcmds: Include basic linker command file and define only board specific values. Define RAM and PROM limits only if not defined by command line arguments. * Makefile.am, preinstall.am: Reflect changes above.
2009-03-022009-03-02 Daniel Hellstrom <daniel@gaisler.com>Joel Sherrill1-12/+23
PR 1390/bsps * startup/linkcmds: Fix sections so C++ global constructors and destructors work with late model (>= 4.3) gcc versions.
2008-09-172008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+1
* startup/linkcmds: Add start symbol to eliminate warning.
2008-09-172008-09-17 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-2/+3
* startup/linkcmds: Work Area should start on 16 byte boundary.
2008-08-082008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-0/+5
* startup/linkcmds: All SPARC executables should include rtems_get_version_string so the monitor used can provide RTEMS awareness based upon the version.
2008-03-032008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-1/+1
* startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
2007-05-032007-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* startup/linkcmds: Handle .data.* sections
2006-06-252006-06-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+14
* startup/linkcmds: Add .rela.dyn sections.
2006-03-082006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* startup/linkcmds: Add .gnu.linkonce.b.* section.
2006-02-082006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-102006-01-10 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-9/+9
* startup/linkcmds: Merge from 4.6 branch. Now the copy_data loop works.
2003-01-20mkChangeLogList [-n]Joel Sherrill1-0/+11
2002-05-092001-05-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+2
* 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.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-1/+2
1999-11-16Fixed alignment problem on _endtext.Joel Sherrill1-0/+1
1999-08-05Now supports C++ global constructors and exceptions.Joel Sherrill1-0/+2
1999-08-02Added more sections to pick up all of the new C++ sections.Joel Sherrill1-12/+11
1999-07-09Patch from Jiri Gaisler <jgais@ws.estec.esa.nl>:Joel Sherrill1-12/+22
+ interrupt masking correction + FPU rev.B workaround + minor erc32 related fixes
1999-07-01Modified to provide symbols with and without leading underscore in orderJoel Sherrill1-0/+2
to support a.out and ELF.
1998-04-30Added sections to remove warningsJoel Sherrill1-0/+8
1998-02-17Added .eh_frame, C++ constructor, and C++ destructor sections.Joel Sherrill1-0/+18
1997-01-29erc32 bsp supercedes sisJoel Sherrill1-7/+31
1995-09-20Actually adding efi bsp's from John Gwynne after forgetting toJoel Sherrill1-0/+108
commit them.