Skip to content
Snippets Groups Projects
Commit 0da1540a authored by Alex Richardson's avatar Alex Richardson Committed by Brad King
Browse files

cmELF: Fix check for TagMipsRldMapRel

DT_MIPS_RLD_MAP_REL is a machine-speicific dynamic tag, so other
architectures could re-use the value of 0x70000035 to mean something
else.  Before using DT_MIPS_RLD_MAP_REL, we have to check that the ELF
file is actually has a e_machine of EM_MIPS.
parent e21188df
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment