summaryrefslogtreecommitdiff
path: root/libbsd (follow)
AgeCommit message (Collapse)Author
2013-09-07Remove warnings.Chris Johns
2013-09-05Fix warningsPeng Fan
2013-09-05Add rpath supportPeng Fan
Signed-off-by: Peng Fan <van.freenix@gmail.com>
2013-09-05file details and debug supportPeng Fan
This patch contains the file details part and linkmap support. In order to save space, the linkmap part and file details part are merged into one implementation. Both use the same pointer, obj->detail. Signed-off-by: Peng Fan <van.freenix@gmail.com>
2013-09-05M32r supportPeng Fan
Signed-off-by: Peng Fan <van.freenix@gmail.com>
2013-09-05V850 SupportPeng Fan
Signed-off-by: Peng Fan <van.freenix@gmail.com>
2013-09-05Moxie SupportPeng Fan
Signed-off-by: Peng Fan <van.freenix@gmail.com>
2013-09-05LM32 SupportPeng Fan
Signed-off-by: Peng Fan <van.freenix@gmail.com>
2013-09-05H8300 SupportPeng Fan
Signed-off-by: Peng Fan <van.freenix@gmail.com>
2013-09-05Bfin supportPeng Fan
Signed-off-by: Peng Fan <van.freenix@gmail.com>
2013-07-24Mips SupportPeng Fan
2013-07-22powerpc supportPeng Fan
Signed-off-by: Peng Fan <van.freenix@gmail.com>
2013-07-22ARM 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-04-25Import the current project to git.Chris Johns