diff options
author | YunQiang Su <syq@gcc.gnu.org> | 2024-05-16 02:30:50 +0800 |
---|---|---|
committer | YunQiang Su <syq@debian.org> | 2024-05-20 15:44:39 +0800 |
commit | d3b4ba120ce3b743838c3545a24554989955722a (patch) | |
tree | f5ae27bdc2940d77f04d50eb93a18fdeff6d4101 /gcc/ada | |
parent | b701306a9b38bd74cdc26c7ece5add22f2203b56 (diff) | |
download | gcc-d3b4ba120ce3b743838c3545a24554989955722a.zip gcc-d3b4ba120ce3b743838c3545a24554989955722a.tar.gz gcc-d3b4ba120ce3b743838c3545a24554989955722a.tar.bz2 |
MIPS: Remove -m(no-)lra option
PR target/113955
The `-mlra` option was introduced in 2014 for MIPS, and was set to
default since then. It's time for us to drop no-lra support by
dropping -m(no-)lra options.
gcc:
* config/mips/mips.cc(mips_option_override):
Drop mips_lra_flag variable;
(mips_lra_p): Removed.
(TARGET_LRA_P): Remove definition here to use the default one.
* config/mips/mips.md(*mul_acc_si, *mul_acc_si_r3900, *mul_sub_si):
Drop mips_lra_flag variable.
* config/mips/mips.opt(-mlra): Removed.
* config/mips/mips.opt.urls(mlra): Removed.
Diffstat (limited to 'gcc/ada')
0 files changed, 0 insertions, 0 deletions