Re: [PATCH] Ver.2: Add compile option "-msmall-data-limit=0" to avoid using .srodata section for riscv.

2022-11-17 Thread Oria Chiuan via Gcc-patches
Thank you very much for your patient explanation! Palmer Dabbelt 于2022年11月18日 周五13:02写道: > On Thu, 17 Nov 2022 19:30:23 PST (-0800), oriachi...@gmail.com wrote: > > Got it, I used to regard this test case as targeting at test if the const > > data would use the ".rodata" section. > > Sorry, I'm n

Re: [PATCH] Ver.2: Add compile option "-msmall-data-limit=0" to avoid using .srodata section for riscv.

2022-11-17 Thread Oria Chiuan via Gcc-patches
Got it, I used to regard this test case as targeting at test if the const data would use the ".rodata" section. Palmer Dabbelt 于2022年11月18日周五 07:59写道: > On Thu, 17 Nov 2022 13:50:00 PST (-0800), gcc-patches@gcc.gnu.org wrote: > > > > On 11/17/22 02:53, Yixuan Chen wrote: > >> 2022-11-17 Yixuan