Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-02 | Add _FUNC aliases for newlib-2.5.0 | Palmer Dabbelt | |
I'm not sure what the policy actaully is here, but some newlib functions now have an extra underscore before them. This defines a bunch of aliases and some more wrappers to link against the correct newlib functions for 2.5.0 but maintain compatibility with 2.4.0. | |||
2017-11-21 | Implement a smaller puts | Palmer Dabbelt | |
The e31's init.c calls puts intsead of printf, which oddly enough is a lot bigger: since we wrap printf, puts pulls in a lot of newlib. This adds a wrapped puts so it's very small. |