Automatically generated patch (2.38.50.20220707-1+rpi1)
authorRaspbian forward porter <root@raspbian.org>
Wed, 13 Jul 2022 18:11:01 +0000 (19:11 +0100)
committerRaspbian forward porter <root@raspbian.org>
Wed, 13 Jul 2022 18:11:01 +0000 (19:11 +0100)
Last (up to) 3 git changes, FYI:

commit 84d864a8c2aeed15bfe172bf90b18895b65054fa
Author: Raspbian automatic forward porter <root@raspbian.org>
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 <root@raspbian.org>
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 <doko@debian.org>
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

bfd/elf32-arm.c

index ec5e5f229c2bb611f7b31ad1d34448babbfff8b3..0852b38ae4cf12eb4c573ed3a782918043817a38 100644 (file)
@@ -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;
     }