]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
authorRichard Henderson <rth@redhat.com>
Fri, 28 Sep 2001 21:10:41 +0000 (21:10 +0000)
committerRichard Henderson <rth@redhat.com>
Fri, 28 Sep 2001 21:10:41 +0000 (21:10 +0000)
binutils/ChangeLog
binutils/objdump.c

index 6060162e622e766aee849d3c2d60ddd5019aeb45..bf749597fae7fe0c99f3ed97dd375bb865871e81 100644 (file)
@@ -1,3 +1,7 @@
+2001-09-28  Richard Henderson  <rth@redhat.com>
+
+       * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
+
 2001-09-26  Alan Modra  <amodra@bigpond.net.au>
 
        * bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
index 10727e3e464f99cc05e0c65aef35bc2e0c2e9f7c..2fbe28b184ed7c0ef1d1b02bac21fb8915526716 100644 (file)
@@ -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)
     {