Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

compiler.h 263B

12345678910111213141516
  1. #ifndef _BITS_COMPILER_H
  2. #define _BITS_COMPILER_H
  3. FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
  4. /** Dummy relocation type */
  5. #define RELOC_TYPE_NONE R_ARM_NONE
  6. #ifndef ASSEMBLY
  7. #define __asmcall
  8. #define __libgcc
  9. #endif /* ASSEMBLY */
  10. #endif /*_BITS_COMPILER_H */