aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.cc
diff options
context:
space:
mode:
authorYangyu Chen <cyy@cyyself.name>2024-10-31 16:31:24 +0800
committerKito Cheng <kito.cheng@sifive.com>2024-10-31 16:54:55 +0800
commit1f7b1c555c66cf55f9032ea14135f29d27d34811 (patch)
treea02cd7c1dedd06272dbde6113b8846f46e421513 /gcc/expr.cc
parent1de156eb2bb445cd0e0a582944dcd75d085f30c9 (diff)
downloadgcc-1f7b1c555c66cf55f9032ea14135f29d27d34811.zip
gcc-1f7b1c555c66cf55f9032ea14135f29d27d34811.tar.gz
gcc-1f7b1c555c66cf55f9032ea14135f29d27d34811.tar.bz2
RISC-V: allow -fno-plt to disable PLT
Currently, the RISC-V target uses the target specific mplt option to control PLT generation. This patch deprecates the target specific mplt option and uses the common fplt option instead. This allows users to use the same option for most targets. Co-Developed-by: Liao Shihua <shihua@iscas.ac.cn> Signed-off-by: Yangyu Chen <cyy@cyyself.name> gcc/ChangeLog: * config/riscv/predicates.md: Use flag_plt instead of TARGET_PLT. * config/riscv/riscv.opt: alias common option fplt to mplt.
Diffstat (limited to 'gcc/expr.cc')
0 files changed, 0 insertions, 0 deletions