From: Raspbian forward porter Date: Wed, 13 Jul 2022 18:11:01 +0000 (+0100) Subject: Automatically generated patch (2.38.50.20220707-1+rpi1) X-Git-Tag: archive/raspbian/2.38.90.20220713-2+rpi1~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e7ecf5a2119043afadf2b357e44a53775e4e3bf9;p=binutils.git Automatically generated patch (2.38.50.20220707-1+rpi1) Last (up to) 3 git changes, FYI: commit 84d864a8c2aeed15bfe172bf90b18895b65054fa Author: Raspbian automatic forward porter Date: Wed Jul 13 19:12:07 2022 +0100 Defuzz fuzzy quilt patches and/or disable broken quilt patches commit 68e2891a3abdb0ff204c708b9439b4efbb329e82 Merge: cc0baae1e 23d6ff538 Author: Raspbian automatic forward porter Date: Wed Jul 13 19:11:02 2022 +0100 Merge version 2.38-4+rpi1 and 2.38.50.20220707-1 to produce 2.38.50.20220707-1+rpi1 commit 23d6ff538cda3dd64832f5bc28320eb2051fbf02 Merge: f9600eb1a c7659116f Author: Matthias Klose Date: Thu Jul 7 11:29:59 2022 +0100 Merge binutils (2.38.50.20220707-1) import into refs/heads/workingbranch Gbp-Pq: Name auto-2.38.50.20220707-1+rpi1-84d864a8c2aeed15bfe172bf90b18895b65054fa-1657735965 --- diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c index ec5e5f229..0852b38ae 100644 --- a/bfd/elf32-arm.c +++ b/bfd/elf32-arm.c @@ -14543,14 +14543,6 @@ elf32_arm_merge_eabi_attributes (bfd *ibfd, struct bfd_link_info *info) if (out_attr[Tag_ABI_HardFP_use].i == 3 && out_attr[Tag_FP_arch].i == 0) out_attr[Tag_ABI_HardFP_use].i = 0; - /* PR 28859 and 28848: Handle the case where the first input file, - eg crti.o, has a Tag_ABI_HardFP_use of 3 but no Tag_FP_arch set. - Using Tag_ABI_HardFP_use in this way is deprecated, so reset the - attribute to zero. - FIXME: Should we handle other non-zero values of Tag_ABI_HardFO_use ? */ - if (out_attr[Tag_ABI_HardFP_use].i == 3 && out_attr[Tag_FP_arch].i == 0) - out_attr[Tag_ABI_HardFP_use].i = 0; - return result; }