elf.c: Fix typo in the last commit, SFH_COMPRESSED vs SHF_COMPRESSED.
2017-10-10 Paolo Carlini <paolo.carlini@oracle.com> * elf.c: Fix typo in the last commit, SFH_COMPRESSED vs SHF_COMPRESSED. From-SVN: r253607
This commit is contained in:
parent
0065f0d500
commit
d2113c13ef
@ -1,3 +1,7 @@
|
||||
2017-10-10 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* elf.c: Fix typo in the last commit, SFH_COMPRESSED vs SHF_COMPRESSED.
|
||||
|
||||
2017-10-10 Ian Lance Taylor <iant@golang.org>
|
||||
|
||||
PR go/80914
|
||||
|
@ -103,7 +103,7 @@ dl_iterate_phdr (int (*callback) (struct dl_phdr_info *,
|
||||
#undef SHT_SYMTAB
|
||||
#undef SHT_STRTAB
|
||||
#undef SHT_DYNSYM
|
||||
#undef SFH_COMPRESSED
|
||||
#undef SHF_COMPRESSED
|
||||
#undef STT_OBJECT
|
||||
#undef STT_FUNC
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user