mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 629635 part 2 - Don't allow elfhack to move the .dynamic section. r=tglek,a=blocking2.0:final
This commit is contained in:
parent
6ed7532810
commit
45d53e96e2
@ -333,7 +333,6 @@ public:
|
||||
(getType() == SHT_STRTAB) ||
|
||||
(getType() == SHT_RELA) ||
|
||||
(getType() == SHT_HASH) ||
|
||||
(getType() == SHT_DYNAMIC) ||
|
||||
(getType() == SHT_NOTE) ||
|
||||
(getType() == SHT_REL) ||
|
||||
(getType() == SHT_DYNSYM) ||
|
||||
|
Loading…
Reference in New Issue
Block a user