readelf.c (get_note_type): Handle notes not in core files.
commit9cb2013bb8112200bb47b8f46edfe9ba5487161d
authorNick Clifton <nickc@redhat.com>
Tue, 26 Oct 2004 16:05:42 +0000 (26 16:05 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 26 Oct 2004 16:05:42 +0000 (26 16:05 +0000)
treec20d57e82868246cb389354774a29dd18ecf7175
parent5cf5b16ad0bf83c4f2736156f9a63b90935c810a
readelf.c (get_note_type): Handle notes not in core files.
  (process_note_sections): New function.
  (process_corefile_contents): Rename to ...
  (process_notes): ... this.
  (process_object): Call process_notes, not process_corefile_contents.
doc/binutils.texi: Update readelf -n documentation.
binutils/ChangeLog
binutils/Makefile.in
binutils/doc/binutils.texi
binutils/readelf.c