Bug 629635 part 2 - Don't allow elfhack to move the .dynamic section. r=tglek,a=blocking2.0:final

This commit is contained in:
Mike Hommey 2011-02-12 10:28:34 +01:00
parent 6ed7532810
commit 45d53e96e2

View File

@ -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) ||