Display unknown notes. Decode NT_GNU_HWCAP notes.
authorNick Clifton <nickc@redhat.com>
Mon, 17 Oct 2016 14:29:43 +0000 (15:29 +0100)
committerNick Clifton <nickc@redhat.com>
Mon, 17 Oct 2016 14:29:43 +0000 (15:29 +0100)
commit1449284bd80db7bb4cbe7fef21e1e8b753135af6
treea461da98064c62b6c8ef71992a79161cb14a744b
parentdecf5bd1570be3de10aeab99869a9548d17b1354
Display unknown notes.  Decode NT_GNU_HWCAP notes.

* readelf.c (apply_relocations): Fail if the symbol table section
linked to by the reloc section does not have either the SHT_SYMTAB
or SHT_DYNSYM type.
(print_gnu_note): Decode the contents of NT_GNU_HWCAP notes.
Print the contents of unknown note types.
(process_note): Add the file and section to the parameter list.
Use print_symbol to display the note name.
Display the contents of unknown note types.
(process_corefile_note_segment): Rename to process_notes_at.
Add section parameter.  Apply relocations to the notes when
loading from a section.  Display section name when processing
notes in a section.
* testsuite/binutils-all/readelf.n: Update expected output.
binutils/ChangeLog
binutils/readelf.c
binutils/testsuite/binutils-all/readelf.n
This page took 0.025343 seconds and 4 git commands to generate.