summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/dmv152/startup/linkcmds (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-05-112007-05-11 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-181/+0
* dmv152/.cvsignore, dmv152/ChangeLog, dmv152/Makefile.am, dmv152/bsp_specs, dmv152/configure.ac, dmv152/preinstall.am, dmv152/times, dmv152/clock/ckinit.c, dmv152/console/console.c, dmv152/include/.cvsignore, dmv152/include/bsp.h, dmv152/include/coverhd.h, dmv152/include/tm27.h, dmv152/spurious/spinit.c, dmv152/startup/bspclean.c, dmv152/startup/bspstart.c, dmv152/startup/linkcmds, dmv152/startup/vmeintr.c, dmv152/timer/timer.c, dmv152/timer/timerisr.S: Removed.
2007-05-032007-05-03 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* startup/linkcmds: Handle .data.* sections
2006-02-082006-02-08 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+2
* startup/linkcmds: Add sections required by newer gcc versions.
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-09-042003-09-04 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-1/+1
* clock/ckinit.c, console/console.c, include/bsp.h, include/coverhd.h, spurious/spinit.c, startup/bspclean.c, startup/bspstart.c, startup/linkcmds, startup/vmeintr.c, timer/timer.c, timer/timerisr.S: URL for license changed.
2003-01-20mkChangeLogList [-n]Joel Sherrill1-1/+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-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-3/+2
2000-01-13All m68k BSPs now build with new ELF style linkcmds.Joel Sherrill1-10/+8
2000-01-13Made sweep of changes to get all BSPs to the same point on the linkcmdsJoel Sherrill1-4/+2
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-45/+106
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-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-10-05Modified to remove error for overlapping sections now thatJoel Sherrill1-27/+19
gnu.linkonce* sections are included.
1999-04-19Direct .gcc_exc section to ram to eliminate the warning Ralf Corsepius isJoel Sherrill1-1/+1
seeing.
1999-04-16Added .eh_fram and .gcc_exc sections.Joel Sherrill1-0/+11
1998-10-26Patches done in conjunction with Juan Zamorano FloresJoel Sherrill1-0/+5
<jzamora@avellano.datsi.fi.upm.es>. He debugged enough to let me know what was wrong and I supplied the code. :)
1998-02-17updated copyright to 1998Joel Sherrill1-1/+1
1998-02-17Added .eh_frame, C++ constructor, and C++ destructor sections.Joel Sherrill1-0/+18
1997-10-08Fixed typo in the pointer to the license terms.Joel Sherrill1-2/+2
1997-04-22headers updated to reflect new style copyright notice as partJoel Sherrill1-5/+5
of switching to the modified GNU GPL.