From 75e0ce2ab808525a2c14eac645defd532c4248f0 Mon Sep 17 00:00:00 2001 From: Raspbian forward porter Date: Tue, 23 May 2023 03:13:28 +0100 Subject: [PATCH] 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 --- bfd/elf32-arm.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/bfd/elf32-arm.c b/bfd/elf32-arm.c index 3bf6ec6d6..a6d83b97c 100644 --- a/bfd/elf32-arm.c +++ b/bfd/elf32-arm.c @@ -14546,14 +14546,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; } -- 2.30.2