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:
Paolo Carlini 2017-10-10 19:58:49 +00:00 committed by Paolo Carlini
parent 0065f0d500
commit d2113c13ef
2 changed files with 5 additions and 1 deletions

View File

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

View File

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