]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - bfd/elfcode.h
PR 10478:
authorNick Clifton <nickc@redhat.com>
Wed, 9 Sep 2009 15:03:54 +0000 (15:03 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 9 Sep 2009 15:03:54 +0000 (15:03 +0000)
commitcfcac11dc826f830a5ca9a7265ad5e2ecd14e92f
tree61359fd7d4d1adacb8558d014145b96165b70922
parentad86f1fb4da4f0b049bfd5f9fb05dcd52124ad33
    PR 10478:
        * elf.c (bfd_section_from_shdr): Do not reject sparc binaries with
        section headers containing sh_link values of SHN_BEFORE or
        SHN_AFTER.
        * elfcode.h (elf_object_p): Likewise.

        readelf.c (get_elf_section_flags): Add support for SHF_EXCLUDE and
        SHF_ORDERED.
        (process_section_headers): Warn about out of range sh_link
        values.  When displaying detailed section header information
        annote the SHN_BEFORE and SHN_AFTER values.
bfd/ChangeLog
bfd/elf.c
bfd/elfcode.h
binutils/ChangeLog
binutils/readelf.c