[ARC] Enable indexed loads for elf targers.
authorClaudiu Zissulescu <claziss@synopsys.com>
Mon, 17 Jul 2017 12:32:02 +0000 (14:32 +0200)
committerClaudiu Zissulescu <claziss@gcc.gnu.org>
Mon, 17 Jul 2017 12:32:02 +0000 (14:32 +0200)
commitf26322a6f74f7d22bdee3a11b6b3ffbd1c2867a9
treed559eca16962079e7a0e8e9622e1eeac76f043bc
parent5337720c54ee8529d7d16d6f1eaa0b5556f60426
[ARC] Enable indexed loads for elf targers.

Enable indexed loads only for elf target, as the linux ones need more testing.

gcc/
2017-02-28  Claudiu Zissulescu  <claziss@synopsys.com>

* config/arc/arc.opt (mindexed-loads): Use initial value
TARGET_INDEXED_LOADS_DEFAULT.
(mauto-modify-reg): Use initial value
TARGET_AUTO_MODIFY_REG_DEFAULT.
* config/arc/elf.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
(TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.
* config/arc/linux.h (TARGET_INDEXED_LOADS_DEFAULT): Define.
(TARGET_AUTO_MODIFY_REG_DEFAULT): Likewise.

From-SVN: r250274
gcc/ChangeLog
gcc/config/arc/arc.opt
gcc/config/arc/elf.h
gcc/config/arc/linux.h