diff options
author | Per Bothner <per@bothner.com> | 1995-10-05 22:15:49 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1995-10-05 22:15:49 +0000 |
commit | c700638ca7c1c0d0dd2fac7983b2d59ca7217099 (patch) | |
tree | 26f626fff3ab5bc27552c5492ee56a42666f3f9c /gdb/ChangeLog | |
parent | db552bdadca2fda93c84cfa89dd41b49ee9e9193 (diff) | |
download | gdb-c700638ca7c1c0d0dd2fac7983b2d59ca7217099.zip gdb-c700638ca7c1c0d0dd2fac7983b2d59ca7217099.tar.gz gdb-c700638ca7c1c0d0dd2fac7983b2d59ca7217099.tar.bz2 |
* parse.c (write_dollar_variable): New function.
* c-exp.y (yylex): Replace code for recognizing '$' pseudo-variables
with a call to write_dollar_variable.
Simplify grammar correspondingly.
* f-exp.y: Likewise.
* m2-exp.y: Likewise.
* ch-exp.y: Likewise. (Remove function match_dollar_tokens.)
* scm-exp.c (scm_lreadr): Call write_dollar_variable to handle '$'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 76ed885..8e203d7 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,14 @@ +Thu Oct 5 15:14:36 1995 Per Bothner <bothner@kalessin.cygnus.com> + + * parse.c (write_dollar_variable): New function. + * c-exp.y (yylex): Replace code for recognizing '$' pseudo-variables + with a call to write_dollar_variable. + Simplify grammar correspondingly. + * f-exp.y: Likewise. + * m2-exp.y: Likewise. + * ch-exp.y: Likewise. (Remove function match_dollar_tokens.) + * scm-exp.c (scm_lreadr): Call write_dollar_variable to handle '$'. + Thu Oct 5 13:27:30 1995 steve chamberlain <sac@slash.cygnus.com> * win32.c: New file; support for debugging on windows NT. |