* NEWS: Mention new powerpc ld support.
authorAlan Modra <amodra@gmail.com>
Mon, 6 Jun 2005 06:53:07 +0000 (06:53 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 6 Jun 2005 06:53:07 +0000 (06:53 +0000)
binutils/ChangeLog
binutils/NEWS

index 8a929a3780d38b8b2a8123828ae3c101bd02476b..7b939007ee8ce56148350c65b92d2842173f5a77 100644 (file)
@@ -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.
 
        * readelf.c (fetch_indirect_string): Display a warning message
        when a corrupt DW_FORM_strp value is encountered.
-       
+
        (process_debug_info): Mention that the compilation unit offset is
        being displayed in hexadecimal.
-       
+
        (display_debug_lines): Fix typo in name of .debug_line section.
 
 2005-05-19  Zack Weinberg  <zack@codesourcery.com>
index e9c5031624f62b6c5163cdd33e5c0e98fcee5912..b07f62bd36c081ced571d9605a16fefc5cb86a06 100644 (file)
@@ -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
This page took 0.026024 seconds and 4 git commands to generate.