diff options
author | H.J. Lu <hjl@lucon.org> | 2005-04-01 15:09:43 +0000 |
---|---|---|
committer | H.J. Lu <hjl@lucon.org> | 2005-04-01 15:09:43 +0000 |
commit | 7104a9d1051d1211735c92acaed9519498c98f4d (patch) | |
tree | cbe499a4cfaf38a8b2f2e49c07aad68ab2b3b94e /binutils | |
parent | 680cc8fdf2af0f069c5ae8d6d6689992bb2f580a (diff) | |
download | binutils-redhat-7104a9d1051d1211735c92acaed9519498c98f4d.tar.gz |
2005-04-01 H.J. Lu <hongjiu.lu@intel.com>
* NEWS: Mention new readelf options, "-N/--full-section-name"
and "-g/--section-groups".
* doc/binutils.texi: Document new readelf options,
"-N/--full-section-name" and "-g/--section-groups".
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 8 | ||||
-rw-r--r-- | binutils/NEWS | 4 | ||||
-rw-r--r-- | binutils/doc/binutils.texi | 13 |
3 files changed, 25 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index fd79483283..4bd54d8b5c 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,11 @@ +2005-04-01 H.J. Lu <hongjiu.lu@intel.com> + + * NEWS: Mention new readelf options, "-N/--full-section-name" + and "-g/--section-groups". + + * doc/binutils.texi: Document new readelf options, + "-N/--full-section-name" and "-g/--section-groups". + 2005-03-31 H.J. Lu <hongjiu.lu@intel.com> * readelf.c (do_full_section_name): New. diff --git a/binutils/NEWS b/binutils/NEWS index 4ab5a0870a..c5b4e11e45 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,7 @@ -*- text -*- +* Add "-N/--full-section-name" to readelf to display full section name. + * Add "-M entry:<addr>" switch to objdump to specify a function entry address when disassembling VAX binaries. @@ -8,6 +10,8 @@ Changes in 2.16: +* Add "-g/--section-groups" to readelf to display section group. + * objcopy recognizes two new options --strip-unneeded-symbol and --strip-unneeded-symbols, namely for use together with the wildcard matching the original --strip-symbol/--strip-symbols provided, but diff --git a/binutils/doc/binutils.texi b/binutils/doc/binutils.texi index 48078675d3..8b221b54ee 100644 --- a/binutils/doc/binutils.texi +++ b/binutils/doc/binutils.texi @@ -3242,6 +3242,8 @@ readelf [@option{-a}|@option{--all}] [@option{-h}|@option{--file-header}] [@option{-l}|@option{--program-headers}|@option{--segments}] [@option{-S}|@option{--section-headers}|@option{--sections}] + [@option{-g}|@option{--section-groups}] + [@option{-N}|@option{--full-section-name}] [@option{-e}|@option{--headers}] [@option{-s}|@option{--syms}|@option{--symbols}] [@option{-n}|@option{--notes}] @@ -3312,6 +3314,17 @@ has any. Displays the information contained in the file's section headers, if it has any. +@item -g +@itemx --section-groups +@cindex ELF section group information +Displays the information contained in the file's section groups, if it +has any. + +@item -N +@itemx --full-section-name +@cindex ELF section name information +Displays the full section name for @option{-S}. + @item -s @itemx --symbols @itemx --syms |