+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.
-*- 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.
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
[@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}]
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