diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-08-11 13:14:29 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-08-11 13:14:29 +0000 |
commit | 5477e8a096ecc65c9e4c4cbbfaa13c3b3ad2ad82 (patch) | |
tree | 063e58c9c8cae5d33e169aceb659c9011239fc11 /binutils/NEWS | |
parent | 829c3ed3b4c01d77c76e0c05dbb9f5a06bf023fb (diff) | |
download | gdb-5477e8a096ecc65c9e4c4cbbfaa13c3b3ad2ad82.zip gdb-5477e8a096ecc65c9e4c4cbbfaa13c3b3ad2ad82.tar.gz gdb-5477e8a096ecc65c9e4c4cbbfaa13c3b3ad2ad82.tar.bz2 |
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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index b07f62b..513a7fc 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 |