summaryrefslogtreecommitdiff
path: root/rtemstoolkit/libiberty (follow)
AgeCommit message (Collapse)Author
2017-08-20rtemstoolkit/libiberty: Fix broken configure detection.Chris Johns
The file libiberty.h requires some configure macros to control some parts and these are not provided so the file did not match what was needed. Hard code the result and remove the need for the macros. The related calls are not provided in our libiberty usage and not needed. Closes #3103.
2017-08-16linkers/exe-info Support ARM static constructors.Chris Johns
Note, ARM destructors are registered at runtime and currently not easly found. Update libiberty to get a newer demangler. Closes #3102.
2014-09-13Refactor code into the RTEMS Toolkit.Chris Johns