- Get rid of
amiga.libdependency. - Enable multilibs for
-mshort, which probably requires fixes in Newlib. - Generate GCC
proto/inline includes. - Implement GCC register function parameters.
- Investigate if we can get rid of ELF
.commonsections and generate.bssinstead? - Get rid of ELF .comment section at link time.
- Newlib gives compiler warnings for long double functions missing prototypes.
Seems related to some
MC68881define in Newlib. What is this? - Investigate how to get GCC
-coverageoption to work. - Implement
remove()instead ofunlink()in glue layer, ifunlink()is only used by Newlibremove()and nowhere else. - Soft-float seems to be broken. Investigate GCC test suite failures.
- Add support for -fpic
- Support macOS build.
- Support MinGW build.