[PATCH 1/3] Ignore differences between mips machine identifiers
authorJames Cowgill <james410@cowgill.org.uk>
Mon, 5 Jan 2015 15:16:58 +0000 (15:16 +0000)
committerKarsten Merker <merker@debian.org>
Tue, 28 May 2019 18:53:12 +0000 (19:53 +0100)
commit23b46a9b59de1ca9de953d1544a5f13cd14ff755
treeee611428d81339253372a35008dad48477452fb4
parent1ee29d89a21189eee5deb42e62f48dcb4581abaa
[PATCH 1/3] Ignore differences between mips machine identifiers

Little endian binaries actually use EM_MIPS so you can't tell the endianness
from the elf machine id. Also, the EM_MIPS_RS3_LE machine is dead anyway (the
kernel will not load binaries containing it).

Signed-off-by: James Cowgill <james410@cowgill.org.uk>
Gbp-Pq: Name 0001-Ignore-differences-between-mips-machine-identifiers.patch
backends/mips_init.c