summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/efi332/startup/linkcmds (unfollow)
Commit message (Collapse)AuthorFilesLines
2000-06-12Merged from 4.5.0-beta3aJoel Sherrill1-4/+3
2000-01-13All m68k BSPs now build with new ELF style linkcmds.Joel Sherrill1-12/+10
2000-01-13Made sweep of changes to get all BSPs to the same point on the linkcmdsJoel Sherrill1-3/+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-65/+111
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-03-16Patch from John S. Gwynne <jgwynne@mrcday.com> to correct minorJoel Sherrill1-2/+8
problems that prevented the 19990302 snapshot from running on the efi332. I'm happy to report that rtems-19990302 is running on the efi332 board. I have enclosed a few minor patches below to the efi332 bsp. All patches are within that library but one. make/custom/efi332.cfg has a patch to select the right CPU_CFLAGS (at one time -m68332 was a problem... -mcpu32 or -m68332 work fine now).
1998-02-17Added .eh_frame, C++ constructor, and C++ destructor sections.Joel Sherrill1-0/+4
1997-03-11updates from John GwynneJoel Sherrill1-0/+1
1995-09-20Actually adding efi bsp's from John Gwynne after forgetting toJoel Sherrill1-0/+100
commit them.