From: Richard Henderson Date: Fri, 28 Sep 2001 21:10:41 +0000 (+0000) Subject: * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0. X-Git-Tag: cygnus_cvs_20020108_pre~1227 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9e85c2a02f20f69be7d49b26ce18da349365031e;p=thirdparty%2Fbinutils-gdb.git * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0. --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6060162e622..bf749597fae 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,7 @@ +2001-09-28 Richard Henderson + + * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0. + 2001-09-26 Alan Modra * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG, diff --git a/binutils/objdump.c b/binutils/objdump.c index 10727e3e464..2fbe28b184e 100644 --- a/binutils/objdump.c +++ b/binutils/objdump.c @@ -304,9 +304,6 @@ dump_section_header (abfd, section, ignored) PF (SEC_CONSTRUCTOR_BSS, "CONSTRUCTOR BSS"); PF (SEC_LOAD, "LOAD"); PF (SEC_RELOC, "RELOC"); -#ifdef SEC_BALIGN - PF (SEC_BALIGN, "BALIGN"); -#endif PF (SEC_READONLY, "READONLY"); PF (SEC_CODE, "CODE"); PF (SEC_DATA, "DATA"); @@ -319,6 +316,7 @@ dump_section_header (abfd, section, ignored) PF (SEC_CLINK, "CLINK"); PF (SEC_SMALL_DATA, "SMALL_DATA"); PF (SEC_SHARED, "SHARED"); + PF (SEC_ARCH_BIT_0, "ARCH_BIT_0"); if ((section->flags & SEC_LINK_ONCE) != 0) {