summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2020-05-22 11:42:43 +0930
committerAlan Modra <amodra@gmail.com>2020-05-22 13:32:51 +0930
commit6f3fe02b0b8f6865820d8889a8420190063f3235 (patch)
treee32ea7e3d98e212d1683a12cef5218ba638381e8 /bfd/ChangeLog
parent1b2e4380ebe4e3113fbe890130d57d9f62693b04 (diff)
downloadbinutils-gdb-6f3fe02b0b8f6865820d8889a8420190063f3235.tar.gz
PowerPC: downgrade FP mismatch error for shared libraries to a warning
PR 25882 bfd/ * elf32-ppc.c (_bfd_elf_ppc_merge_fp_attributes): Don't init FP attributes from shared libraries, and do not return an error if they don't match. gold/ * powerpc.cc (merge_object_attributes): Replace name param with obj param. Update callers. Don't init FP attributes from shared libraries, and do not emit an error if they don't match.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3dc0356928a..90274890ea9 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2020-05-22 Alan Modra <amodra@gmail.com>
+
+ PR 25882
+ * elf32-ppc.c (_bfd_elf_ppc_merge_fp_attributes): Don't init FP
+ attributes from shared libraries, and do not return an error if
+ they don't match.
+
2020-05-21 Alan Modra <amodra@gmail.com>
PR 25993