2005-04-17 H.J. Lu <hongjiu.lu@intel.com>

* objdump.c (dump_section_header): Support SEC_GROUP.
This commit is contained in:
H.J. Lu 2005-04-17 14:33:06 +00:00
parent 6a808a40ca
commit 64c1196b58
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-04-17 H.J. Lu <hongjiu.lu@intel.com>
* objdump.c (dump_section_header): Support SEC_GROUP.
2005-04-16 Nick Clifton <nickc@redhat.com>
* readelf.c (debug_apply_rela_addends): Remove redundant %s from

View File

@ -336,6 +336,7 @@ dump_section_header (bfd *abfd, asection *section,
if (bfd_get_flavour (abfd) == bfd_target_coff_flavour)
PF (SEC_COFF_SHARED, "SHARED");
PF (SEC_THREAD_LOCAL, "THREAD_LOCAL");
PF (SEC_GROUP, "GROUP");
if ((section->flags & SEC_LINK_ONCE) != 0)
{