diff options
author | Richard Henderson <rth@redhat.com> | 1998-01-23 00:18:50 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-01-23 00:18:50 +0000 |
commit | 1361ffbd6bc8d9e1098b24e6c80d56c152396872 (patch) | |
tree | 589795134855ef02c10ae3779749d3d290802ad5 /ld | |
parent | 64708c01f5f8f4d3da6c60ed7dfcf7b9ed3a0036 (diff) | |
download | gdb-1361ffbd6bc8d9e1098b24e6c80d56c152396872.zip gdb-1361ffbd6bc8d9e1098b24e6c80d56c152396872.tar.gz gdb-1361ffbd6bc8d9e1098b24e6c80d56c152396872.tar.bz2 |
* ldlex.l (<SCRIPT>{WILDCHAR}*): Take care for the comments this
pattern could match.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 5a8127c..2c01d65 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 22 16:07:23 1998 Richard Henderson <rth@cygnus.com> + + * ldlex.l (<SCRIPT>{WILDCHAR}*): Take care for the comments this + pattern could match. + Wed Jan 21 22:26:46 1998 Ian Lance Taylor <ian@cygnus.com> * emultempl/pe.em (gld_${EMULATION_NAME}_set_symbols): When doing |