* config.gcc: Remove MASK_JUMP_IN_DELAY from target_cpu_default2.
* config/pa/pa.h (TARGET_DEFAULT): Remove MASK_JUMP_IN_DELAY.
* config/pa/pa.opt (mjump-in-delay): Ignore option. Update comment.
From-SVN: r216530
+2014-10-21 John David Anglin <danglin@gcc.gnu.org>
+
+ * config.gcc: Remove MASK_JUMP_IN_DELAY from target_cpu_default2.
+ * config/pa/pa.h (TARGET_DEFAULT): Remove MASK_JUMP_IN_DELAY.
+ * config/pa/pa.opt (mjump-in-delay): Ignore option. Update comment.
+
2014-10-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
* doc/invoke.texi (pedantic-errors): Explain better.
hppa*-*-*)
if test x$gas = xyes
then
- target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
+ target_cpu_default2="MASK_GAS"
fi
;;
#define TARGET_HPUX_UNWIND_LIBRARY 0
#ifndef TARGET_DEFAULT
-#define TARGET_DEFAULT (MASK_GAS | MASK_JUMP_IN_DELAY)
+#define TARGET_DEFAULT MASK_GAS
#endif
#ifndef TARGET_CPU_DEFAULT
Assume code will be assembled by GAS
mjump-in-delay
-Target Report Mask(JUMP_IN_DELAY)
-Put jumps in call delay slots
+Target Ignore
+Does nothing. Preserved for backward compatibility.
;; Not used by gcc
mlinker-opt