aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@bitrange.com>2017-03-28 23:43:09 +0200
committerHans-Peter Nilsson <hp@bitrange.com>2017-03-28 23:43:09 +0200
commit086554e8e6b222518f12acab34e6cc7b5af7fde7 (patch)
tree2659c075142a0cdf2d7daf584d94e2fdea462403 /bfd/ChangeLog
parentfe5f7374bef8f23ffa0fe0dee0f9b05e0a218a29 (diff)
downloadgdb-086554e8e6b222518f12acab34e6cc7b5af7fde7.zip
gdb-086554e8e6b222518f12acab34e6cc7b5af7fde7.tar.gz
gdb-086554e8e6b222518f12acab34e6cc7b5af7fde7.tar.bz2
Fix for PR ld/16044: elf32-cris.c h->plt.refcount inconsistency
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 04d84f1..cf5e762 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,12 @@
+2017-03-28 Hans-Peter Nilsson <hp@axis.com>
+
+ PR ld/16044
+ * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Adjust BFD_ASSERT
+ to handle a local symbol with a hash-symbol-entry; without PLT.
+ Add BFD_ASSERT for an incidental case with GOT entry present.
+ (cris_elf_check_relocs): Increment PLT refcount only if the symbol
+ isn't forced-or-set local.
+
2017-03-27 Pip Cet <pipcet@gmail.com>
* wasm-module.c: New file to support WebAssembly modules.