diff options
author | Nick Clifton <nickc@redhat.com> | 2004-10-26 16:05:42 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-10-26 16:05:42 +0000 |
commit | 1ec5cd372135a64c39eeaa32103cad2913e1754a (patch) | |
tree | f2db087789499a3b09664d70e14aac458ccc713a /binutils/doc | |
parent | e7d6a6d283ab5d304e0b21f94e8912f8310e4eaa (diff) | |
download | gdb-1ec5cd372135a64c39eeaa32103cad2913e1754a.zip gdb-1ec5cd372135a64c39eeaa32103cad2913e1754a.tar.gz gdb-1ec5cd372135a64c39eeaa32103cad2913e1754a.tar.bz2 |
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.
Diffstat (limited to 'binutils/doc')
-rw-r--r-- | binutils/doc/binutils.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 97a6538..f2cd2d1 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -3225,8 +3225,8 @@ Display all the headers in the file. Equivalent to @option{-h -l -S}. @item -n @itemx --notes -@cindex ELF core notes -Displays the contents of the NOTE segment, if it exists. +@cindex ELF notes +Displays the contents of the NOTE segments and/or sections, if any. @item -r @itemx --relocs |