This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: EM_MIPS* constants
Hi Ralf,
: In that case here is a patch to eleminate all occurances of
: EM_MIPS_RS4_BE from binutils. I checked gdb; it has no other
: occurances.
:
: Ralf
:
: For include/elf/ChangeLog:
:
: 2001-05-09 Ralf Baechle <ralf@gnu.org>
:
: * common.h: Remove definition of EM_MIPS_RS4_BE. The constant was
: never in active use and is used otherwise by the ABI.
Approved and applied.
: For binutils/Changelog:
:
: 2001-05-09 Ralf Baechle <ralf@gnu.org>
:
: * readelf.c: Remove definition of EM_MIPS_RS4_BE. The constant was
: never in active use and is used otherwise by the ABI.
I changed this patch, so that it replaced occurances of EM_MIPS_RS4_BE
with EM_MIPS_RS3_LE. That way if old toolchains do still use that
value, readelf will recognise it.
Cheers
Nick