]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
PowerPC: downgrade FP mismatch error for shared libraries to a warning
authorAlan Modra <amodra@gmail.com>
Fri, 22 May 2020 02:12:43 +0000 (11:42 +0930)
committerAlan Modra <amodra@gmail.com>
Fri, 22 May 2020 04:02:51 +0000 (13:32 +0930)
commit6f3fe02b0b8f6865820d8889a8420190063f3235
treee32ea7e3d98e212d1683a12cef5218ba638381e8
parent1b2e4380ebe4e3113fbe890130d57d9f62693b04
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.
bfd/ChangeLog
bfd/elf32-ppc.c
gold/ChangeLog
gold/powerpc.cc