diff options
author | Alan Modra <amodra@gmail.com> | 2005-06-06 06:53:07 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-06-06 06:53:07 +0000 |
commit | b12fe8393a0e37dd8462b199e43cb41bea509990 (patch) | |
tree | 963d40e5618d29cfc1c475fa9ca042c06700ac8f /binutils/NEWS | |
parent | 1daed1d500ffd403cd010f62189cb233269b1172 (diff) | |
download | gdb-b12fe8393a0e37dd8462b199e43cb41bea509990.zip gdb-b12fe8393a0e37dd8462b199e43cb41bea509990.tar.gz gdb-b12fe8393a0e37dd8462b199e43cb41bea509990.tar.bz2 |
* NEWS: Mention new powerpc ld support.
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index e9c5031..b07f62b 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,10 @@ -*- text -*- +* 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 + and GOT may be forced by a new ld option, --bss-plt. + * Add "-i/--inlines" to addr2line to print enclosing scope information for inlined function chains, back to first non-inlined function. @@ -13,7 +18,7 @@ Changes in 2.16: -* Add "-g/--section-groups" to readelf to display section group. +* Add "-g/--section-groups" to readelf to display section groups. * objcopy recognizes two new options --strip-unneeded-symbol and --strip-unneeded-symbols, namely for use together with the wildcard |