Thanks, committed with more comments in code :)
On Tue, Sep 29, 2020 at 3:35 AM Jim Wilson <j...@sifive.com> wrote: > > On Thu, Sep 24, 2020 at 10:46 PM Kito Cheng <kito.ch...@sifive.com> wrote: > > > > - According the conclusion in RISC-V C API document, we decide to deprecat > > the __riscv_cmodel_pic marco > > > > - __riscv_cmodel_pic is deprecated and will removed in next GCC > > release. > > Looks good to me. By the way, you can self approve patches like this. > > Optionally, you might add a comment to the code to point out that > __riscv_cmodel_pic is deprecated. That makes it a little easier to > understand the code. > > Jim