diff options
author | Torbj?rn Svensson <torbjorn.svensson@st.com> | 2022-02-28 12:17:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-02-28 12:17:33 +0000 |
commit | cb7da2a640c405e0658c135b3ab2ac5be2fdc53a (patch) | |
tree | 4ec67dd382068a667e07b3d7baf8cc75e38384e5 /bfd/ChangeLog | |
parent | eda240cd356adf6224f35e609f3ada37d1799168 (diff) | |
download | gdb-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/ChangeLog | 6 |
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 |