diff options
author | Steve Chamberlain <sac@cygnus> | 1992-04-22 19:55:15 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-04-22 19:55:15 +0000 |
commit | ee0c4cf7d1dbda957222ab27b037ef0be2b74ce2 (patch) | |
tree | aea2b93f8cfeb04ff870d40acf835e148f096ff9 /ld/ChangeLog | |
parent | 35a258406b3b386ab7c4196673e390fa3eb4dca5 (diff) | |
download | gdb-ee0c4cf7d1dbda957222ab27b037ef0be2b74ce2.zip gdb-ee0c4cf7d1dbda957222ab27b037ef0be2b74ce2.tar.gz gdb-ee0c4cf7d1dbda957222ab27b037ef0be2b74ce2.tar.bz2 |
* ldlex.l: added CMDFILENAMECHAR state so that you can lex
different sorts of filenames on the command line than in a script.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1d878b7..c13046e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Wed Apr 22 12:48:42 1992 Steve Chamberlain (sac@thepub.cygnus.com) + + * ldlex.l: added CMDFILENAMECHAR state so that you can lex + different sorts of filenames on the command line than in a script. + Fri Apr 17 08:57:17 1992 Steve Chamberlain (sac@thepub.cygnus.com) * relax.c: added handling for new "padding" seclet type, used to |