aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-08-20 15:24:15 +0000
committerIan Lance Taylor <ian@airs.com>1997-08-20 15:24:15 +0000
commit9f19768a57a5bd92ae90ad4fbc59b0a397ec75fc (patch)
treec378080e1f592e915e52f788b636171c51dee19b /ld/ChangeLog
parent72068e8ec06a398cd82a3140b0ae069df2cfeac9 (diff)
downloadgdb-9f19768a57a5bd92ae90ad4fbc59b0a397ec75fc.zip
gdb-9f19768a57a5bd92ae90ad4fbc59b0a397ec75fc.tar.gz
gdb-9f19768a57a5bd92ae90ad4fbc59b0a397ec75fc.tar.bz2
* ldlang.c (wildcardp): Don't let a backslash by itself cause a
pattern to be treated as a wildcard pattern. PR 13113.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 6541492..0a221e5 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,8 @@
Wed Aug 20 11:14:13 1997 Ian Lance Taylor <ian@cygnus.com>
+ * ldlang.c (wildcardp): Don't let a backslash by itself cause a
+ pattern to be treated as a wildcard pattern.
+
* ldgram.y (atype): Accept parentheses with no type.
* ld.texinfo (Section Definition): Clarify use of whitespace.