2005-04-01 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 1 Apr 2005 15:09:43 +0000 (15:09 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 1 Apr 2005 15:09:43 +0000 (15:09 +0000)
* 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".

binutils/ChangeLog
binutils/NEWS
binutils/doc/binutils.texi

index fd794832838e241ca9a9633b0286cfbb9c910d30..4bd54d8b5c13f35f9e802cff02e91b3f73728c97 100644 (file)
@@ -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.
index 4ab5a0870a0f2ca9b53426ff4a29222c34fc06e3..c5b4e11e4532792858fb0591f46a5bec397523b3 100644 (file)
@@ -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
index 48078675d38fc770d17aea8888a31ef22012a224..8b221b54ee8c526d3b15f2756cc3b8f4e21f9ea9 100644 (file)
@@ -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
This page took 0.034596 seconds and 4 git commands to generate.