Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-04-17 | config.def.h: Add note about crtbegin.o and crtend.o | Michael Forney | |
2019-04-16 | Add a few more alternate keywords | Michael Forney | |
2019-04-16 | Alpine's fortify-headers still needs __extension__ | Michael Forney | |
2019-04-16 | Define __inline alternate keyword | Michael Forney | |
2019-04-16 | Use a single section for alternate keyword defines | Michael Forney | |
https://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html | |||
2019-04-16 | Set __GNUC__=1 | Michael Forney | |
Although we support some GNU extensions beyond this, anything larger will cause glibc headers to use inline assembly to alias functions. We currently work around this by defining __asm__ to nothing, but that doesn't seem like the right thing to do. This also causes glibc to define an __extension__ and __restrict itself. | |||
2019-04-14 | Define macros indicating missing optional features | Michael Forney | |
2019-04-07 | config.def.h: Remove extra indent | Michael Forney | |
2019-02-28 | Set __GNUC__=3 and __GNUC_MINOR__=3 by default | Michael Forney | |
2019-02-24 | Add __alignof__ definition by default | Michael Forney | |
2019-02-24 | Define __GNUC__=4 and __STRICT_ANSI__ by default | Michael Forney | |
We implement some GNU extensions that are used to implement certain libc features, like INF, NAN, alloca, and offsetof. | |||
2019-02-13 | config.def.h: Define __signed__, used by linux headers | Michael Forney | |
2019-02-12 | Allow overriding DYNAMICLINKER in config.def.h | Michael Forney | |
2019-02-12 | Initial import | Michael Forney | |