* objdump.c (dump_section_header): Dump SEC_ARCH_BIT_0.
This commit is contained in:
parent
9c07660b93
commit
9e85c2a02f
2 changed files with 5 additions and 3 deletions
|
@ -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>
|
2001-09-26 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
|
* bucomm.c (fatal): Define using VPARAMS, VA_OPEN, VA_FIXEDARG,
|
||||||
|
|
|
@ -304,9 +304,6 @@ dump_section_header (abfd, section, ignored)
|
||||||
PF (SEC_CONSTRUCTOR_BSS, "CONSTRUCTOR BSS");
|
PF (SEC_CONSTRUCTOR_BSS, "CONSTRUCTOR BSS");
|
||||||
PF (SEC_LOAD, "LOAD");
|
PF (SEC_LOAD, "LOAD");
|
||||||
PF (SEC_RELOC, "RELOC");
|
PF (SEC_RELOC, "RELOC");
|
||||||
#ifdef SEC_BALIGN
|
|
||||||
PF (SEC_BALIGN, "BALIGN");
|
|
||||||
#endif
|
|
||||||
PF (SEC_READONLY, "READONLY");
|
PF (SEC_READONLY, "READONLY");
|
||||||
PF (SEC_CODE, "CODE");
|
PF (SEC_CODE, "CODE");
|
||||||
PF (SEC_DATA, "DATA");
|
PF (SEC_DATA, "DATA");
|
||||||
|
@ -319,6 +316,7 @@ dump_section_header (abfd, section, ignored)
|
||||||
PF (SEC_CLINK, "CLINK");
|
PF (SEC_CLINK, "CLINK");
|
||||||
PF (SEC_SMALL_DATA, "SMALL_DATA");
|
PF (SEC_SMALL_DATA, "SMALL_DATA");
|
||||||
PF (SEC_SHARED, "SHARED");
|
PF (SEC_SHARED, "SHARED");
|
||||||
|
PF (SEC_ARCH_BIT_0, "ARCH_BIT_0");
|
||||||
|
|
||||||
if ((section->flags & SEC_LINK_ONCE) != 0)
|
if ((section->flags & SEC_LINK_ONCE) != 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue