re PR other/82368 (with r253275 several new test cases in libbacktrace fail)

PR other/82368
	* elf.c (SHT_PROGBITS): Undefine and define.

From-SVN: r257685
This commit is contained in:
Jakub Jelinek 2018-02-15 12:32:27 +01:00 committed by Jakub Jelinek
parent 44e60df333
commit bcc23586c5
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2018-02-15 Jakub Jelinek <jakub@redhat.com>
PR other/82368
* elf.c (SHT_PROGBITS): Undefine and define.
2018-02-14 Jakub Jelinek <jakub@redhat.com>
PR other/82368

View File

@ -170,6 +170,7 @@ dl_iterate_phdr (int (*callback) (struct dl_phdr_info *,
#undef SHN_LORESERVE
#undef SHN_XINDEX
#undef SHN_UNDEF
#undef SHT_PROGBITS
#undef SHT_SYMTAB
#undef SHT_STRTAB
#undef SHT_DYNSYM
@ -267,6 +268,7 @@ typedef struct {
#define SHN_LORESERVE 0xFF00 /* Begin range of reserved indices */
#define SHN_XINDEX 0xFFFF /* Section index is held elsewhere */
#define SHT_PROGBITS 1
#define SHT_SYMTAB 2
#define SHT_STRTAB 3
#define SHT_DYNSYM 11