config.gcc: Remove MASK_JUMP_IN_DELAY from target_cpu_default2.
authorJohn David Anglin <danglin@gcc.gnu.org>
Tue, 21 Oct 2014 22:55:02 +0000 (22:55 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Tue, 21 Oct 2014 22:55:02 +0000 (22:55 +0000)
* 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

gcc/ChangeLog
gcc/config.gcc
gcc/config/pa/pa.h
gcc/config/pa/pa.opt

index 803d89422814bf3b2c8fc526c35ed166707b58c1..a6e7ae11261e84240ab15451e243406db2f5e13d 100644 (file)
@@ -1,3 +1,9 @@
+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.
index 6bbbb26e3ef8796a333240ec1b8b419c02e658b4..5b6f7b2580d5bb5ba23fe638632a4f0f15d424ef 100644 (file)
@@ -4066,7 +4066,7 @@ case ${target} in
        hppa*-*-*)
                if test x$gas = xyes
                then
-                       target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY"
+                       target_cpu_default2="MASK_GAS"
                fi
                ;;
 
index 9a1773f29e4d552d4c75b65d98610637aa9cbfbc..ebeb8199d24801c93bc3db9bbf3e3d22836473bc 100644 (file)
@@ -114,7 +114,7 @@ extern unsigned long total_code_bytes;
 #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
index ebb7578244f6e9f020caf76bacd453662f3c6bb0..041d12946e818685040442f3f11f806544ee2eb4 100644 (file)
@@ -62,8 +62,8 @@ Target Report Mask(GAS)
 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