> From: Richard Henderson <richard.hender...@linaro.org> > Sent: Monday, July 23, 2018 6:59 PM > On 07/19/2018 05:55 AM, Stefan Markovic wrote: > > From: Aleksandar Markovic <amarko...@wavecomp.com> > > > > Add nanoMIPS-related values in ELF header fields as specified in > > nanoMIPS' "ELF ABI Supplement". > > > > Signed-off-by: Aleksandar Markovic <amarko...@wavecomp.com> > > Signed-off-by: Stefan Markovic <smarko...@wavecomp.com> > > --- > > include/elf.h | 20 ++++++++++++++++++++ > > 1 file changed, 20 insertions(+) > > None of these values have made it upstream to binutils yet, > so I can't double-check them. However, > > Acked-by: Richard Henderson <richard.hender...@linaro.org> > > > r~
Hi, Richard. True, binutils headers were not updated with these ELF-related values. However, there is a publicly-available document at https://codescape.mips.com/components/toolchain/nanomips/2018.04-02/releasenotes.html that should be the source of information for binutils headers, or any other related header in similar tools. Specifically, see Section 5.1 of that document. Regards, Aleksandar