aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2016-12-03 20:57:27 +1030
committerAlan Modra <amodra@gmail.com>2016-12-03 20:57:27 +1030
commit8400d40d954ec3b4a3fe9200645a1b6e90ba46f4 (patch)
treeb18c124b37a02662d1efde529bd20ffd3325d3ad /bfd/ChangeLog
parent474436e67c72d2426e79e600d725812514db0dbe (diff)
downloadbinutils-8400d40d954ec3b4a3fe9200645a1b6e90ba46f4.zip
binutils-8400d40d954ec3b4a3fe9200645a1b6e90ba46f4.tar.gz
binutils-8400d40d954ec3b4a3fe9200645a1b6e90ba46f4.tar.bz2
Indirect and warning symbols
It's possible but unlikely that an indirect symbol points at a warning symbol. * elf64-ppc.c (add_symbol_adjust): Correct order of tests for warning and indirect symbols.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 84ac6c0..7ec26b0 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,10 @@
2016-12-03 Alan Modra <amodra@gmail.com>
+ * elf64-ppc.c (add_symbol_adjust): Correct order of tests for
+ warning and indirect symbols.
+
+2016-12-03 Alan Modra <amodra@gmail.com>
+
* elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy dynamic
flags when direct symbol is versioned_hidden.