aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorJaydeep Chauhan <jaydeepchauhan1494@gmail.com>2020-05-18 11:36:26 +0100
committerNick Clifton <nickc@redhat.com>2020-05-18 11:36:26 +0100
commitca859a893931d6fad8b35cf2c20afd43422a59fe (patch)
tree31d6e9d7b167abcb916ef24cc8615ca014d4c87a /bfd/ChangeLog
parent5e365e474b7561318ddb1a107f05cf0c002e8284 (diff)
downloadgdb-ca859a893931d6fad8b35cf2c20afd43422a59fe.zip
gdb-ca859a893931d6fad8b35cf2c20afd43422a59fe.tar.gz
gdb-ca859a893931d6fad8b35cf2c20afd43422a59fe.tar.bz2
Fix the BFD library to handle Windows pathnames with more than 260 characters and UNIX style directory separators.
PR 25713 * bfdio.c (_bfd_real_fopen): Convert UNIX style sirectory separators into DOS style when creating a WIN32 fullpath.
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 06a9f12..b3cefd9 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2020-05-18 Jaydeep Chauhan <jaydeepchauhan1494@gmail.com>
+
+ PR 25713
+ * bfdio.c (_bfd_real_fopen): Convert UNIX style sirectory
+ separators into DOS style when creating a WIN32 fullpath.
+
2020-05-14 Nelson Chu <nelson.chu@sifive.com>
* elfnn-riscv.c (elfNN_riscv_mkobject): New function. We need this