aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2014-10-21 22:55:02 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2014-10-21 22:55:02 +0000
commitf4000c0b67d2d9c55ba7a039bc7c9674fbc6acce (patch)
treea1fe3b46c16c26ebf4ee10cb1bf83fad4a9408dd /gcc
parent0e1bc4d52f9310c561b29ad14fea9b580cd9f79c (diff)
downloadgcc-f4000c0b67d2d9c55ba7a039bc7c9674fbc6acce.zip
gcc-f4000c0b67d2d9c55ba7a039bc7c9674fbc6acce.tar.gz
gcc-f4000c0b67d2d9c55ba7a039bc7c9674fbc6acce.tar.bz2
config.gcc: Remove MASK_JUMP_IN_DELAY from target_cpu_default2.
* 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
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config.gcc2
-rw-r--r--gcc/config/pa/pa.h2
-rw-r--r--gcc/config/pa/pa.opt4
4 files changed, 10 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 803d8942..a6e7ae1 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 6bbbb26..5b6f7b2 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -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
;;
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h
index 9a1773f..ebeb819 100644
--- a/gcc/config/pa/pa.h
+++ b/gcc/config/pa/pa.h
@@ -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
diff --git a/gcc/config/pa/pa.opt b/gcc/config/pa/pa.opt
index ebb7578..041d129 100644
--- a/gcc/config/pa/pa.opt
+++ b/gcc/config/pa/pa.opt
@@ -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