diff options
author | Alan Modra <amodra@gmail.com> | 2020-05-22 11:42:43 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-05-22 13:32:51 +0930 |
commit | 6f3fe02b0b8f6865820d8889a8420190063f3235 (patch) | |
tree | e32ea7e3d98e212d1683a12cef5218ba638381e8 /gold/ChangeLog | |
parent | 1b2e4380ebe4e3113fbe890130d57d9f62693b04 (diff) | |
download | gdb-6f3fe02b0b8f6865820d8889a8420190063f3235.zip gdb-6f3fe02b0b8f6865820d8889a8420190063f3235.tar.gz gdb-6f3fe02b0b8f6865820d8889a8420190063f3235.tar.bz2 |
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 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index e85669a..58cb3f3 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,10 @@ +2020-05-22 Alan Modra <amodra@gmail.com> + + PR 25882 + * 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. + 2020-05-15 Nikita Ermakov <coffe92@gmail.com> * powerpc.cc (do_gc_mark_symbol): Don't segfault on plugin symbols. |