summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/ods68302/startup/linkcmds (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-23Obsolete and remove m68k/ods68302 BSPJoel Sherrill1-223/+0
closes #2544.
2015-12-08Add RTEMS linker setsSebastian Huber1-0/+2
Update #2408.
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/+19
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.
2008-09-162008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-4/+4
* Makefile.am, startup/linkcmds: Use top level shared bsp_get_work_area() implementation.
2008-09-162008-09-16 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-1/+1
* Makefile.am, configure.ac, clock/ckinit.c, startup/linkcmds: Add use of bsp_get_work_area() in its own file and rely on BSP Framework to perform more initialization. Remove unnecessary includes of rtems/libio.h and rtems/libcsupport.h. * startup/bspstart.c: Removed.
2008-03-032008-03-03 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+2
* 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-02-082006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-3/+3
* startup/linkcmds: Add sections required by newer gcc versions.
2005-01-092005-01-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-0/+1
* startup/linkcmds: Add rom section to remove warning.
2004-11-262004-11-25 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+2
* startup/linkcmds: Add new bss sections .bss.* and .gnu.linkonce.b*.
2003-06-23PR264 - Stopped the core dump by removing the bad instruction.Chris Johns1-15/+25
PR414 - Fixed the global interupt vector register. Linker command file to have the boot code in the first 8K. The chip select remap needed to be volatile.
2003-01-20mkChangeLogList [-n]Joel Sherrill1-0/+10
2002-05-092001-05-09 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+3
* 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-11-272001-11-27 Joel Sherrill <joel@OARcorp.com>,Joel Sherrill1-0/+5
This was tracked as PR39. * include/bsp.h, start/cpuboot.c, start/reset.S, startup/debugger, startup/linkcmds, startup/rom: Eliminated required definition of macros in the custom file for the BSP to compile. The ROM and ROM address and size settings are now linker script items.
2000-09-292000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>Joel Sherrill1-0/+40
* startup/linkcmds: Added lines so DWARF debug information would be available. Otherwise gdb complains that the offsets for the debug info are incorrect and doesn't load the files.
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-1/+1
2000-01-13All m68k BSPs now build with new ELF style linkcmds.Joel Sherrill1-13/+9
2000-01-13Made sweep of changes to get all BSPs to the same point on the linkcmdsJoel Sherrill1-1/+1
and memory layout. Next step is to share the same bsp_pretasking_hook.
2000-01-12Eric Norum <eric@cls.usask.ca> submitted linker script and bsp_specsJoel Sherrill1-44/+125
for the gen68360 that let it work with ELF and C++ exceptions. This was used as the basis for changes to EVERY m68k bsp_specs and linkcmds. Before this modification is over, the layout of the starting stack, heap, and workspace will likely be modified for every m68k BSP. Then they will all be very similar.
1999-10-06Added more sections and made minor modifications to let the linkcmdsJoel Sherrill1-12/+10
work with m68k-elf on late model versions of binutils (990901+) without overlapping or missing section errors.
1998-02-17Added .eh_frame, C++ constructor, and C++ destructor sections.Joel Sherrill1-0/+5
1997-07-31Merged very large and much appreciated patch from Chris JohnsJoel Sherrill1-0/+55
<cjohns@plessey.com.au>. This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test.