summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2022-04-27 08:06:39 -0700
committerJohn Baldwin <jhb@FreeBSD.org>2022-04-27 08:06:39 -0700
commit8e6afe4013fd57f92eec4659439bc6e44b0446f8 (patch)
tree011419ea99fff063ceb5bcaaeaff1da69c70a48a /bfd/ChangeLog
parentef273377587d440f4aa248265147d5e75f86a018 (diff)
Create pseudo sections for NT_ARM_TLS notes on FreeBSD.
bfd/ChangeLog: * elf.c (elfcore_grok_freebsd_note): Handle NT_ARM_TLS notes.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 5444381ede..0dc8f011d2 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2022-04-27 John Baldwin <jhb@FreeBSD.org>
+
+ * elf.c (elfcore_grok_freebsd_note): Handle NT_ARM_TLS notes.
+
2022-04-25 Nick Clifton <nickc@redhat.com>
PR 29072