summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/sparc/leon2/startup (follow)
AgeCommit message (Collapse)Author
2009-03-092009-03-09 Antoine Lacroix <antoine.lacroix at sodern.fr>Joel Sherrill
PR 1391/bsps * startup/spurious.c: Format was %d but had leading 0x.
2008-08-082008-08-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* 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 Sherrill
* startup/linkcmds: Add wildcard to gcc_except_table section so programs compiled with gcc 4.3.x can link.
2007-05-112007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* startup/spurious.c: Fix typo from previous commit.
2007-05-092007-05-09 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill
* console/debugputs.c, include/bsp.h, leon_smc91111/leon_smc91111.c, startup/spurious.c: Remove debug print methods that are redundant with prntk and replace their use with printk.
2007-05-032007-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* startup/linkcmds: Handle .data.* sections
2006-06-252006-06-24 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* startup/linkcmds: Add .rela.dyn sections.
2006-03-082006-03-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* startup/linkcmds: Add .gnu.linkonce.b.* section.
2006-02-082006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill
* startup/linkcmds: Add sections required by newer gcc versions.
2006-01-09Backport from rtems-4-6-branch.Ralf Corsepius