aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-11-30 04:47:08 +0000
committerAlan Modra <amodra@gmail.com>2012-11-30 04:47:08 +0000
commitbb66a627d0b84ec3ec30849691d5ed16ffe91f5b (patch)
treec16e307eb0c5e83f3a765ec5dfa6a9e078ff652b /gold/ChangeLog
parent69e601f38c6d3effef398e4224c3f8db788b0a9f (diff)
downloadgdb-bb66a627d0b84ec3ec30849691d5ed16ffe91f5b.zip
gdb-bb66a627d0b84ec3ec30849691d5ed16ffe91f5b.tar.gz
gdb-bb66a627d0b84ec3ec30849691d5ed16ffe91f5b.tar.bz2
* powerpc.cc (Powerpc_relobj::do_scan_relocs): Make STB_LOCAL
_GLOBAL_OFFSET_TABLE_ rather than STB_WEAK. (Output_data_got_powerpc::make_header): Update _GLOBAL_OFFSET_TABLE_ value if it already exists.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 9a2868e..8b44555 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,3 +1,10 @@
+2012-11-30 Alan Modra <amodra@gmail.com>
+
+ * powerpc.cc (Powerpc_relobj::do_scan_relocs): Make STB_LOCAL
+ _GLOBAL_OFFSET_TABLE_ rather than STB_WEAK.
+ (Output_data_got_powerpc::make_header): Update _GLOBAL_OFFSET_TABLE_
+ value if it already exists.
+
2012-11-19 H.J. Lu <hongjiu.lu@intel.com>
PR gold/14858