summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/gen68340/startup/linkcmds (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 2000-09-29 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>Joel Sherrill2000-09-291-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.
* Merged from 4.5.0-beta3aJoel Sherrill2000-06-121-1/+1
|
* All m68k BSPs now build with new ELF style linkcmds.Joel Sherrill2000-01-131-30/+13
|
* Made sweep of changes to get all BSPs to the same point on the linkcmdsJoel Sherrill2000-01-131-1/+1
| | | | and memory layout. Next step is to share the same bsp_pretasking_hook.
* Eric Norum <eric@cls.usask.ca> submitted linker script and bsp_specsJoel Sherrill2000-01-121-52/+87
| | | | | | | | 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.
* Initial submission of gen68340 BSP (should run on a 68349) fromJoel Sherrill1998-07-011-0/+155
Geoffroy Montel <g_montel@yahoo.com>.