summaryrefslogtreecommitdiff
path: root/rtl-mdreloc-m68k.c (follow)
AgeCommit message (Collapse)Author
2013-09-05More m68k reloc supportPeng Fan
Signed-off-by: Peng Fan <van.freenix@gmail.com>
2012-07-31Add ARM support. Cleaned up the waf support.Chris Johns
Adding ARM support has changed the architecture relocation interface. All architectures updated. Cleaned up the RTEMS waf support to only look for tools when the arch is being processed. Add filter support to allow a user to make sure a BSP is present or to remove BSPs that will not build. Added the Init support because ARM BSPs do not contain the support.
2012-05-13Support indirect pointers for strings in the object file.Chris Johns
Add indirect pointers and use it for the file names parts which are part of the object module.
2012-05-07Update copyright year. Remove the Id tag.Chris Johns
2012-04-25Import the current project to git.Chris Johns