Re: [PATCH 2/2] RISC-V: Support ELF attribute

2019-02-20 Thread Jim Wilson
This also looks mostly OK to me with only some minor issues that need to be fixed. On Tue, Feb 12, 2019 at 11:17 PM Kito Cheng wrote: > > From: Kito Cheng > > This patch added a configure time option, > --with-riscv-attribute=[yes|no|default], > run time option, -mriscv-attribute to control the

[PATCH 2/2] RISC-V: Support ELF attribute

2019-02-12 Thread Kito Cheng
From: Kito Cheng This patch added a configure time option, --with-riscv-attribute=[yes|no|default], run time option, -mriscv-attribute to control the output of ELF attribute. This feature is only enabled by default for ELF/Bare mental target configuration. Kito Cheng Monk Chiang ChangeLog: