diff options
author | Claudiu Zissulescu <claziss@synopsys.com> | 2015-09-10 11:46:03 +0200 |
---|---|---|
committer | Joern Rennecke <amylaar@gcc.gnu.org> | 2015-09-10 10:46:03 +0100 |
commit | fb155425c4cd07dcc0326aae14d094c1078ce62e (patch) | |
tree | c29e3f54b02b243f93b96061e2919de077563a71 /gcc/config/arc/arc.opt | |
parent | efdbb285f5154d274861751a222da25a8bbed3ce (diff) | |
download | gcc-fb155425c4cd07dcc0326aae14d094c1078ce62e.zip gcc-fb155425c4cd07dcc0326aae14d094c1078ce62e.tar.gz gcc-fb155425c4cd07dcc0326aae14d094c1078ce62e.tar.bz2 |
arc-common.c: Remove references to A5.
2015-09-10 Claudiu Zissulescu <claziss@synopsys.com>
* common/config/arc/arc-common.c: Remove references to A5.
* config/arc/arc-opts.h: Likewise.
* config/arc/arc.c, config/arc/arc.h, config/arc/arc.md: Likewise.
* config/arc/arc.opt, config/arc/constraints.md: Likewise.
* config/arc/t-arc-newlib: Likewise.
From-SVN: r227627
Diffstat (limited to 'gcc/config/arc/arc.opt')
-rw-r--r-- | gcc/config/arc/arc.opt | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/gcc/config/arc/arc.opt b/gcc/config/arc/arc.opt index 6352a2e..7c859e4 100644 --- a/gcc/config/arc/arc.opt +++ b/gcc/config/arc/arc.opt @@ -33,10 +33,6 @@ mno-cond-exec Target Report RejectNegative Mask(NO_COND_EXEC) Disable ARCompact specific pass to generate conditional execution instructions -mA5 -Target Report -Generate ARCompact 32-bit code for ARCtangent-A5 processor - mA6 Target Report Generate ARCompact 32-bit code for ARC600 processor @@ -61,7 +57,7 @@ mmixed-code Target Report Mask(MIXED_CODE_SET) Tweak register allocation to help 16-bit instruction generation ; originally this was: -;Generate ARCompact 16-bit instructions intermixed with 32-bit instructions for ARCtangent-A5 and higher processors +;Generate ARCompact 16-bit instructions intermixed with 32-bit instructions ; but we do that without -mmixed-code, too, it's just a different instruction ; count / size tradeoff. @@ -163,9 +159,6 @@ Enum Name(processor_type) Type(enum processor_type) EnumValue -Enum(processor_type) String(A5) Value(PROCESSOR_A5) - -EnumValue Enum(processor_type) String(ARC600) Value(PROCESSOR_ARC600) EnumValue |