summaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorH.J. Lu <hjl@lucon.org>2005-08-11 13:14:29 +0000
committerH.J. Lu <hjl@lucon.org>2005-08-11 13:14:29 +0000
commitd8ef5567b7f965de91d1aabb10fb50f94a9ffe4c (patch)
tree38443ac8aff184b36d58c07810f565540b11eb04 /binutils/NEWS
parent5dacb402641853d7cfdc246984b2614ec41496de (diff)
downloadbinutils-redhat-d8ef5567b7f965de91d1aabb10fb50f94a9ffe4c.tar.gz
2005-08-11 H.J. Lu <hongjiu.lu@intel.com>
* NEWS: Mention "-t/--section-details" and "-N/--full-section-name". * doc/binutils.texi: Document "-t/--section-details". Remove "-N/--full-section-name". * readelf.c (do_full_section_name): Renamed to ... (do_section_details): This. (option): Rename "-N/--full-section-name" to "-t/--section-details". (usage): Likewise. (parse_args): Likewise. (get_elf_section_flags): Support do_section_details. (process_section_headers): Updated for do_section_details.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r--binutils/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index b07f62bd36..513a7fc65d 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,5 +1,8 @@
-*- text -*-
+* Add "-t/--section-details" to readelf to display section details.
+"-N/--full-section-name" is deprecated.
+
* powerpc-linux ld now supports a variant form of PLT and GOT for the security
conscious. This form will automatically be chosen when ld detects that all
code in regular object files was generated by gcc -msecure-plt. The old PLT