[PATCH] MIPS: Handle DT_MIPS_RLD_MAP_REL tag when removing RPath from ELFs
authorJames Cowgill <jcowgill@debian.org>
Thu, 13 Oct 2016 10:00:00 +0000 (11:00 +0100)
committerFelix Geyer <fgeyer@debian.org>
Sun, 15 Jan 2017 15:00:24 +0000 (15:00 +0000)
commitc2723a25b664a2b5c2aa31c6a353aaa6c174569a
tree2685e365295d34728d30915359f6e47543adfd90
parent191ec08e4ed1cb586417858f0751d4c20a1cc7d9
[PATCH] MIPS: Handle DT_MIPS_RLD_MAP_REL tag when removing RPath from ELFs

This is a combination of 5 commits.

elf: remove tag switch from ELF_Dyn ByteSwap function
elf: add DynamicEntryList methods and rpath tag constants
cmSystemTools: rewrite RemoveRPath using DyanmicEntryList methods
cmSystemTools, elf: handle DT_MIPS_RLD_REL_MAP in RemoveRPath
elf: Remove GetDynamicEntryCount and ReadBytes methods

Gbp-Pq: Name mips-rld-map-rel.patch
Source/cmELF.cxx
Source/cmELF.h
Source/cmSystemTools.cxx