aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rs6000/beos.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/rs6000/beos.h')
-rw-r--r--gcc/config/rs6000/beos.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/gcc/config/rs6000/beos.h b/gcc/config/rs6000/beos.h
index 1ce36bf70aa..a9e88ac2f32 100644
--- a/gcc/config/rs6000/beos.h
+++ b/gcc/config/rs6000/beos.h
@@ -23,18 +23,6 @@
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (BeOS/PowerPC)");
-/* Enable AIX XL compiler calling convention breakage compatibility. */
-#define MASK_XL_CALL 0x40000000
-#define TARGET_XL_CALL (target_flags & MASK_XL_CALL)
-#undef SUBTARGET_SWITCHES
-#define SUBTARGET_SWITCHES \
- {"xl-call", MASK_XL_CALL, \
- N_("Always pass floating-point arguments in memory") }, \
- {"no-xl-call", - MASK_XL_CALL, \
- N_("Don't always pass floating-point arguments in memory") }, \
- {"threads", 0}, \
- {"pe", 0},
-
#undef ASM_SPEC
#define ASM_SPEC "-u %(asm_cpu)"