summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300/h8sim/startup/linkcmds (unfollow)
Commit message (Collapse)AuthorFilesLines
2015-12-13h8300/h8sim: RemoveAun-Ali Zaidi1-123/+0
updates #2453.
2015-12-08Add RTEMS linker setsSebastian Huber1-0/+2
Update #2408.
2014-04-29bsp/h8sim: Fix linker command fileSebastian Huber1-0/+2
2014-04-22bsps: Fix TLS support in linker command filesSebastian Huber1-1/+3
The TLS section symbols had wrong values in case of an empty TLS data section and a nonempty TLS BSS section.
2014-02-04bsps: Thread-local storage (TLS) for linkcmdsSebastian Huber1-1/+15
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-4/+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.
2008-10-142008-10-14 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+0
* startup/linkcmds: Do not specify architecture since the linker gets it right even with multiple variants.
2008-09-242008-09-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-4/+4
* startup/linkcmds: Simulator now appears to have 16M RAM support by default in gdb 6.8.
2008-09-162008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-3/+3
* Makefile.am, startup/linkcmds: Use top level shared bsp_get_work_area() implementation. * startup/bspgetworkarea.c: Removed.
2007-05-032007-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* startup/linkcmds: Handle .data.* sections
2006-02-082006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-11/+12
* startup/linkcmds: Add sections required by newer gcc versions.
2005-05-112005-05-11 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* startup/linkcmds: Add .rodata.* sections.
2005-03-072005-03-07 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-7/+7
* startup/linkcmds: Hacked so there is enough memory to link pppd.exe.
2003-01-202003-01-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+10
* startup/linkcmds: Add FreeBSD SYSCTL() sections for networking.
2002-08-052002-08-05 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-5/+3
* startup/bspstart.c, startup/linkcmds: Per PR247 , fix the linkcmds to avoid overlapping sections and reworked the way the heap and workspace are calculated.
2000-07-31Closer to linking. h8300-rtems-ld now core dumps.Joel Sherrill1-16/+21
2000-07-06Added baseline for h8 simulator BSP to support the simulator in gdb 5.0Joel Sherrill1-5/+44
2000-06-12Added i960sim BSP which (ignoring the 3 instructions not supportedJoel Sherrill1-0/+55
by gdb 5.0's i960 simulator) is enough to run hello world.