Re: [PATCH v2] RISC-V: allow -fno-plt to disable PLT

2024-10-31 Thread Kito Cheng
Committed to trunk, thanks! On Thu, Oct 31, 2024 at 4:32 PM Yangyu Chen wrote: > > 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

[PATCH v2] RISC-V: allow -fno-plt to disable PLT

2024-10-31 Thread Yangyu Chen
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 Signed-off-by: Yangyu