embeddedartistry / libc

libc targeted for embedded systems usage. Reduced set of functionality (due to embedded nature). Chosen for portability and quick bringup.
MIT License
510 stars 67 forks source link

Commonize arm aeabi/machine functionality #135

Open phillipjohnston opened 4 years ago

phillipjohnston commented 4 years ago

For example, __aeabi_atexit doesn't need to be duplicated in two places.

Does crt0.S even need to be different?