summaryrefslogtreecommitdiff
path: root/usr/src/uts/sparc/asm/thread.h
AgeCommit message (Collapse)AuthorFilesLines
2011-07-01Use __attribute__((__gnu_inline__)) on GCC ASMRichard Lowe1-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-196310420 gcc and zuluvm don't get alongwesolows1-0/+94
6310466 gcc wants inline SPARC assembly in the kernel