Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-29 | Update examples to pickup licenses | Bunnaroath Sou | |
2019-05-22 | Setup default options for dhrystone release. | Hsiang-Chia.Huang | |
2019-04-30 | Update Dhrystone and metal to remove nano & pick memory.h | Bunnaroath Sou | |
2019-03-26 | Making dhrystone public | Bunnaroath Sou | |
2019-03-07 | Remove legacy examples | Nathaniel Graff | |
Signed-off-by: Nathaniel Graff <nathaniel.graff@sifive.com> | |||
2016-12-14 | Refactor libc stubs into libwrap | Albert 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. |