aboutsummaryrefslogtreecommitdiff
path: root/gold/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2016-12-08 16:08:29 +1030
committerAlan Modra <amodra@gmail.com>2016-12-08 22:18:47 +1030
commit980d0cdd2fc40c30f3ddef644659d7d0dc00ed40 (patch)
treec20068802784eb03b3c8a1af8c55d26ef1fb5e44 /gold/ChangeLog
parent69a2af1016e03239f7af4e55268bd27fc500f800 (diff)
downloadgdb-980d0cdd2fc40c30f3ddef644659d7d0dc00ed40.zip
gdb-980d0cdd2fc40c30f3ddef644659d7d0dc00ed40.tar.gz
gdb-980d0cdd2fc40c30f3ddef644659d7d0dc00ed40.tar.bz2
[GOLD] Don't assert in powerpc stub_table
A branch in a non-exec section that needs a stub can lead to this assertion. * powerpc.cc (Powerpc_relobj::stub_table): Return NULL rather then asserting.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r--gold/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog
index 8b99909..38fd9ea 100644
--- a/gold/ChangeLog
+++ b/gold/ChangeLog
@@ -1,5 +1,10 @@
2016-12-08 Alan Modra <amodra@gmail.com>
+ * powerpc.cc (Powerpc_relobj::stub_table): Return NULL rather
+ then asserting.
+
+2016-12-08 Alan Modra <amodra@gmail.com>
+
* options.h (--stub-group-multi): Fix typo.
2016-12-07 Alan Modra <amodra@gmail.com>