summaryrefslogtreecommitdiff
path: root/bsp/libwrap
AgeCommit message (Collapse)Author
2017-05-05write_hex: allow for different size error codesMegan Wachs
2017-05-04Update SDK For E31/E51 Coreplex IP EvaluationMegan Wachs
2016-12-14Refactor libc stubs into libwrapAlbert Ou
The --wrap feature of GNU ld supports a cleaner framework for linking in alternative implementations of libc functions without cpp hacks. Place wrappers in separate object files to reduce static code size.