diff options
author | Pierre Muller <muller@sourceware.org> | 2000-12-01 10:40:10 +0000 |
---|---|---|
committer | Pierre Muller <muller@sourceware.org> | 2000-12-01 10:40:10 +0000 |
commit | d3d6d17346f2f8667b8d8539bdb8a21bb5d03b72 (patch) | |
tree | 791f427f15e08d124866600f209b2b4f4e6510ed /gdb/ChangeLog | |
parent | 76a0ddacc00c5345b7eb4bcb88fa8fdb63ea7248 (diff) | |
download | gdb-d3d6d17346f2f8667b8d8539bdb8a21bb5d03b72.zip gdb-d3d6d17346f2f8667b8d8539bdb8a21bb5d03b72.tar.gz gdb-d3d6d17346f2f8667b8d8539bdb8a21bb5d03b72.tar.bz2 |
2000-10-27 Pierre Muller <muller@ics.u-strasbg.fr>
* p-exp.y (yylex): avoid problem with symbol name
starting as a operator name.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d52df9c..bd27d38 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2000-10-27 Pierre Muller <muller@ics.u-strasbg.fr> + + * p-exp.y (yylex): avoid problem with symbol name + starting as a operator name. + 2000-11-30 Fernando Nasser <fnasser@redhat.com> * linespec.h: New file. Declarations for linespec.c. |