summaryrefslogtreecommitdiff
path: root/binutils/binutils.texi
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-08-31 16:54:56 +0000
committerNick Clifton <nickc@redhat.com>1999-08-31 16:54:56 +0000
commit9a10bfc323681f1e1ebf22f66660903e5e9fe3eb (patch)
treef7514ffaa0bce0d36cf42701f81ad223cca3ee1a /binutils/binutils.texi
parent8692b6a319bc74cf2e0e29bd94c1b190b69dd463 (diff)
downloadbinutils-redhat-9a10bfc323681f1e1ebf22f66660903e5e9fe3eb.tar.gz
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.texi9
1 files changed, 8 insertions, 1 deletions
diff --git a/binutils/binutils.texi b/binutils/binutils.texi
index 6fea8365dc..7c83ac93c6 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