aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-03-01 13:13:42 +0000
committerNick Clifton <nickc@redhat.com>2022-03-01 13:13:42 +0000
commitba0eb22c8beb1166780d7c7e11ef4e623b8017e9 (patch)
tree376537a9179c5712aefee32e64ff672bf2ac4b06 /bfd/ChangeLog
parent581c5ba435538c23fe63d6884ff885b7ef333568 (diff)
downloadgdb-ba0eb22c8beb1166780d7c7e11ef4e623b8017e9.zip
gdb-ba0eb22c8beb1166780d7c7e11ef4e623b8017e9.tar.gz
gdb-ba0eb22c8beb1166780d7c7e11ef4e623b8017e9.tar.bz2
Fix a typo in the previous delta to bfdio.c.
PR 25713 * bfdio.c (_bfd_real_fopen): Fix typo.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 843bdc8..4925fff 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2022-03-01 Torbjörn Svensson <torbjorn.svensson@st.com>
+ Fred Eisele <fredrick.eisele@gmail.com>
+
+ PR 25713
+ * bfdio.c (_bfd_real_fopen): Fix typo.
+
2022-03-01 Nick Clifton <nickc@redhat.com>
PR 28848
@@ -6,9 +12,10 @@
TAG_FP_arch set then reset the TAG_ABI_HardFP_use.
2022-02-28 Torbjörn Svensson <torbjorn.svensson@st.com>
+ Fred Eisele <fredrick.eisele@gmail.com>
PR 25713
- * bfdio.c (_bfd_real_fopen): Fix handling of parhs longer than 260
+ * bfdio.c (_bfd_real_fopen): Fix handling of paths longer than 260
characters on Windows hosts.
2022-02-28 Nick Clifton <nickc@redhat.com>