This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: sh_flags vs bfd


Blah, missed merging this part a moment ago.


r~


        * objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.

Index: objdump.c
===================================================================
RCS file: /cvs/cvsfiles/devo/binutils/objdump.c,v
retrieving revision 1.229
diff -c -p -d -r1.229 objdump.c
*** objdump.c	2001/09/27 09:48:35	1.229
--- objdump.c	2001/09/28 21:09:18
*************** dump_section_header (abfd, section, igno
*** 304,312 ****
    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");
--- 304,309 ----
*************** dump_section_header (abfd, section, igno
*** 319,324 ****
--- 316,322 ----
    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)
      {


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]