* NEWS: Mention new powerpc ld support.
This commit is contained in:
parent
1daed1d500
commit
b12fe8393a
2 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-06-06 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* NEWS: Mention new powerpc ld support.
|
||||
|
||||
2005-06-03 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
* configure.in: Check for getc_unlocked prototype.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue