Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-07-01 | Use __attribute__((__gnu_inline__)) on GCC ASM | Richard Lowe | 1 | -5/+4 | |
As a GCC extension, GCC used to define 'extern inline' to mean that a function was only ever emitted inline and no visible symbol was emitted. C99, however, made 'extern inline' mean pretty much the reverse of this, and GCC 4.3 and above in C99 or GNU99 modes follow the standard, so we have to decorate each definition to indicate we want the non-standard behaviour. | |||||
2005-10-19 | 6310420 gcc and zuluvm don't get along | wesolows | 1 | -0/+94 | |
6310466 gcc wants inline SPARC assembly in the kernel |