aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorOleg Endo <olegendo@gcc.gnu.org>2016-05-06 11:05:49 +0000
committerOleg Endo <olegendo@gcc.gnu.org>2016-05-06 11:05:49 +0000
commitd8997c4415d531a6e800e5b3a9393f67a9015d44 (patch)
treefcd66e645c1cd1a60c404d7d97ac356229021853 /gcc
parentc8c4abf28fd9c8794c2460dfe32078a37813db8d (diff)
downloadgcc-d8997c4415d531a6e800e5b3a9393f67a9015d44.zip
gcc-d8997c4415d531a6e800e5b3a9393f67a9015d44.tar.gz
gcc-d8997c4415d531a6e800e5b3a9393f67a9015d44.tar.bz2
sh.opt (madjust-unroll, [...]): Remove deprecated options.
gcc/ * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic, mspace): Remove deprecated options. * doc/invoke.texi (SH options): Remove -mspace. From-SVN: r235960
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/sh/sh.opt16
-rw-r--r--gcc/doc/invoke.texi2
3 files changed, 7 insertions, 17 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a611a75..08defd0 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,11 @@
2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
+ * config/sh/sh.opt (madjust-unroll, minvalid-symbols, msoft-atomic,
+ mspace): Remove deprecated options.
+ * doc/invoke.texi (SH options): Remove -mspace.
+
+2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
+
* config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
diff --git a/gcc/config/sh/sh.opt b/gcc/config/sh/sh.opt
index f9b02c5..2a94c9b 100644
--- a/gcc/config/sh/sh.opt
+++ b/gcc/config/sh/sh.opt
@@ -181,10 +181,6 @@ maccumulate-outgoing-args
Target Report Var(TARGET_ACCUMULATE_OUTGOING_ARGS) Init(1)
Reserve space for outgoing arguments in the function prologue.
-madjust-unroll
-Target Ignore
-Does nothing. Preserved for backward compatibility.
-
mb
Target Report RejectNegative InverseMask(LITTLE_ENDIAN)
Generate code in big endian mode.
@@ -245,10 +241,6 @@ minline-ic_invalidate
Target Report Var(TARGET_INLINE_IC_INVALIDATE)
inline code to invalidate instruction cache entries after setting up nested function trampolines.
-minvalid-symbols
-Target Report Mask(INVALID_SYMBOLS) Condition(SUPPORT_ANY_SH5)
-Assume symbols might be invalid.
-
misize
Target Report RejectNegative Mask(DUMPISIZE)
Annotate assembler instructions with estimated addresses.
@@ -279,10 +271,6 @@ mrenesas
Target Mask(HITACHI)
Follow Renesas (formerly Hitachi) / SuperH calling conventions.
-msoft-atomic
-Target Undocumented Alias(matomic-model=, soft-gusa, none)
-Deprecated. Use -matomic= instead to select the atomic model.
-
matomic-model=
Target Report RejectNegative Joined Var(sh_atomic_model_str)
Specify the model for atomic operations.
@@ -291,10 +279,6 @@ mtas
Target Report RejectNegative Var(TARGET_ENABLE_TAS)
Use tas.b instruction for __atomic_test_and_set.
-mspace
-Target RejectNegative Alias(Os)
-Deprecated. Use -Os instead.
-
multcost=
Target RejectNegative Joined UInteger Var(sh_multcost) Init(-1)
Cost to assume for a multiply insn.
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 96df18e..0554249 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -1051,7 +1051,7 @@ See RS/6000 and PowerPC Options.
-mb -ml -mdalign -mrelax @gol
-mbigtable -mfmovd -mrenesas -mno-renesas -mnomacsave @gol
-mieee -mno-ieee -mbitops -misize -minline-ic_invalidate -mpadstruct @gol
--mspace -mprefergot -musermode -multcost=@var{number} -mdiv=@var{strategy} @gol
+-mprefergot -musermode -multcost=@var{number} -mdiv=@var{strategy} @gol
-mdivsi3_libfunc=@var{name} -mfixed-range=@var{register-range} @gol
-maccumulate-outgoing-args @gol
-matomic-model=@var{atomic-model} @gol