aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-03-01 09:51:59 +0000
committerNick Clifton <nickc@redhat.com>2022-03-01 09:51:59 +0000
commit81c9e0f6c48748f4b66fc3b13e12eb68735cf1f9 (patch)
tree89ce36891551616a96c358b5b5014466549e739c /bfd/ChangeLog
parent1dbf27133db434d1fb3e8e8bf9c3e402cc23a293 (diff)
downloadgdb-81c9e0f6c48748f4b66fc3b13e12eb68735cf1f9.zip
gdb-81c9e0f6c48748f4b66fc3b13e12eb68735cf1f9.tar.gz
gdb-81c9e0f6c48748f4b66fc3b13e12eb68735cf1f9.tar.bz2
Prevent an assertion from being triggered when linking an ARM object file with incorrectly set build attributes.
PR 28848 PR 28859 * elf32-arm.c (elf32_arm_merge_eabi_attributes): If the first input bfd has a Tag_ABI_HardFP_use set to 3 but does not also have TAG_FP_arch set then reset the TAG_ABI_HardFP_use.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 7f0f251..843bdc8 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2022-03-01 Nick Clifton <nickc@redhat.com>
+
+ PR 28848
+ * elf32-arm.c (elf32_arm_merge_eabi_attributes): If the first
+ input bfd has a Tag_ABI_HardFP_use set to 3 but does not also have
+ TAG_FP_arch set then reset the TAG_ABI_HardFP_use.
+
2022-02-28 Torbjörn Svensson <torbjorn.svensson@st.com>
PR 25713