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
This commit is contained in:
parent
0e1bc4d52f
commit
f4000c0b67
4 changed files with 10 additions and 4 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue