1 #ifndef _BITS_COMPILER_H 2 #define _BITS_COMPILER_H 7 #define RELOC_TYPE_NONE R_386_NONE 12 #define ASM_NO_PREFIX "c" 15 #define __asmcall __attribute__ (( cdecl, regparm(0) )) 36 #if ( __GNUC__ < 4 ) || ( ( __GNUC__ == 4 ) && ( __GNUC_MINOR__ <= 6 ) ) 37 #define __libgcc __attribute__ (( cdecl )) FILE_LICENCE(GPL2_OR_LATER_OR_UBDL)