aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorTorbj?rn Svensson <torbjorn.svensson@st.com>2022-02-28 12:17:33 +0000
committerNick Clifton <nickc@redhat.com>2022-02-28 12:17:33 +0000
commitcb7da2a640c405e0658c135b3ab2ac5be2fdc53a (patch)
tree4ec67dd382068a667e07b3d7baf8cc75e38384e5 /bfd/ChangeLog
parenteda240cd356adf6224f35e609f3ada37d1799168 (diff)
downloadgdb-cb7da2a640c405e0658c135b3ab2ac5be2fdc53a.zip
gdb-cb7da2a640c405e0658c135b3ab2ac5be2fdc53a.tar.gz
gdb-cb7da2a640c405e0658c135b3ab2ac5be2fdc53a.tar.bz2
Further correct the handling of long pathnames on Windows hosts.
PR 25713 * bfdio.c (_bfd_real_fopen): Fix handling of parhs longer than 260 characters on Windows hosts.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3a00312..7f0f251 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2022-02-28 Torbjörn Svensson <torbjorn.svensson@st.com>
+
+ PR 25713
+ * bfdio.c (_bfd_real_fopen): Fix handling of parhs longer than 260
+ characters on Windows hosts.
+
2022-02-28 Nick Clifton <nickc@redhat.com>
PR 28886