From: John David Anglin Date: Tue, 21 Oct 2014 22:55:02 +0000 (+0000) Subject: config.gcc: Remove MASK_JUMP_IN_DELAY from target_cpu_default2. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f4000c0b67d2d9c55ba7a039bc7c9674fbc6acce;p=gcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 803d8942281..a6e7ae11261 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2014-10-21 John David Anglin + + * 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 * doc/invoke.texi (pedantic-errors): Explain better. diff --git a/gcc/config.gcc b/gcc/config.gcc index 6bbbb26e3ef..5b6f7b2580d 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 9a1773f29e4..ebeb8199d24 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 ebb7578244f..041d12946e8 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