diff options
author | Nick Clifton <nickc@redhat.com> | 1999-08-31 16:54:56 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-08-31 16:54:56 +0000 |
commit | 779fe533129b601b4a21b902364dd550eb8a1c6e (patch) | |
tree | 93d1d3f128fbb218fe8f02394bda189d8775283d /binutils/binutils.texi | |
parent | 757acbc5935e66e1e03f27bc55e8bd72383c33eb (diff) | |
download | gdb-779fe533129b601b4a21b902364dd550eb8a1c6e.zip gdb-779fe533129b601b4a21b902364dd550eb8a1c6e.tar.gz gdb-779fe533129b601b4a21b902364dd550eb8a1c6e.tar.bz2 |
Apply patch from Scott Bambrough to display the contents of a NOTES segment
in a core file.
Diffstat (limited to 'binutils/binutils.texi')
-rw-r--r-- | binutils/binutils.texi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi index 6fea836..7c83ac9 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -2360,6 +2360,7 @@ readelf [ -a | --all ] [ -S | --section-headers | --sections] [ -e | --headers] [ -s | --syms | --symbols] + [ -n | --notes] [ -r | --relocs] [ -d | --dynamic] [ -V | --version-info] @@ -2388,7 +2389,8 @@ given. @itemx --all Equivalent to specifiying @samp{--file-header}, @samp{--program-headers}, @samp{--sections}, @samp{--symbols}, -@samp{--relocs}, @samp{--dynamic} and @samp{--version-info}. +@samp{--relocs}, @samp{--dynamic}, @samp{--notes} and +@samp{--version-info}. @item -h @itemx --file-header @@ -2421,6 +2423,11 @@ Displays the entries in symbol table section of the file, if it has one. @itemx --headers Display all the headers in the file. Equivalent to @samp{-h -l -S}. +@item -n +@itemx --notes +@cindex ELF core notes +Displays the contents of the NOTE segment, if it exists. + @item -r @itemx --relocs @cindex ELF reloc information |