summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/lm32/lm32_evr/startup (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add RTEMS linker setsSebastian Huber2015-12-081-1/+2
| | | | Update #2408.
* bsps: Fix TLS support in linker command filesSebastian Huber2014-04-221-1/+3
| | | | | The TLS section symbols had wrong values in case of an empty TLS data section and a nonempty TLS BSS section.
* bsps: Thread-local storage (TLS) for linkcmdsSebastian Huber2014-02-041-0/+14
|
* 2009-03-30 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2009-03-301-2/+3
| | | | * startup/linkcmds: Stack was overlapping work area.
* 2009-02-21 Michael Walle <michael@walle.cc>Joel Sherrill2009-02-211-1/+4
| | | | * startup/linkcmds: Add new sections.
* 2008-12-04 Jukka Pietarinen <jukka.pietarinen@mrf.fi>Joel Sherrill2008-12-041-0/+287
* ChangeLog, Makefile.am, bsp_specs, configure.ac, preinstall.am, include/.cvsignore, include/bsp.h, include/coverhd.h, include/irq-config.h, include/system_conf.h, include/tm27.h, startup/linkcmds: New files.