Commit f4000c0b by John David Anglin

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
parent 0e1bc4d5
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> 2014-10-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
* doc/invoke.texi (pedantic-errors): Explain better. * doc/invoke.texi (pedantic-errors): Explain better.
...@@ -4066,7 +4066,7 @@ case ${target} in ...@@ -4066,7 +4066,7 @@ case ${target} in
hppa*-*-*) hppa*-*-*)
if test x$gas = xyes if test x$gas = xyes
then then
target_cpu_default2="MASK_GAS|MASK_JUMP_IN_DELAY" target_cpu_default2="MASK_GAS"
fi fi
;; ;;
......
...@@ -114,7 +114,7 @@ extern unsigned long total_code_bytes; ...@@ -114,7 +114,7 @@ extern unsigned long total_code_bytes;
#define TARGET_HPUX_UNWIND_LIBRARY 0 #define TARGET_HPUX_UNWIND_LIBRARY 0
#ifndef TARGET_DEFAULT #ifndef TARGET_DEFAULT
#define TARGET_DEFAULT (MASK_GAS | MASK_JUMP_IN_DELAY) #define TARGET_DEFAULT MASK_GAS
#endif #endif
#ifndef TARGET_CPU_DEFAULT #ifndef TARGET_CPU_DEFAULT
......
...@@ -62,8 +62,8 @@ Target Report Mask(GAS) ...@@ -62,8 +62,8 @@ Target Report Mask(GAS)
Assume code will be assembled by GAS Assume code will be assembled by GAS
mjump-in-delay mjump-in-delay
Target Report Mask(JUMP_IN_DELAY) Target Ignore
Put jumps in call delay slots Does nothing. Preserved for backward compatibility.
;; Not used by gcc ;; Not used by gcc
mlinker-opt mlinker-opt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment