summaryrefslogtreecommitdiff
path: root/gpxe/src/arch/x86_64/include/bits/compiler.h
diff options
context:
space:
mode:
Diffstat (limited to 'gpxe/src/arch/x86_64/include/bits/compiler.h')
-rw-r--r--gpxe/src/arch/x86_64/include/bits/compiler.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/gpxe/src/arch/x86_64/include/bits/compiler.h b/gpxe/src/arch/x86_64/include/bits/compiler.h
deleted file mode 100644
index 51a7eaae..00000000
--- a/gpxe/src/arch/x86_64/include/bits/compiler.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef _BITS_COMPILER_H
-#define _BITS_COMPILER_H
-
-#ifndef ASSEMBLY
-
-/** Declare a function with standard calling conventions */
-#define __asmcall __attribute__ (( regparm(0) ))
-
-/** Declare a function with libgcc implicit linkage */
-#define __libgcc
-
-#endif /* ASSEMBLY */
-
-#endif /* _BITS_COMPILER_H */