diff options
author | Tom Tromey <tromey@redhat.com> | 2013-03-21 15:19:33 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-03-21 15:19:33 +0000 |
commit | b2f83c08372136fe9fe7d1df2feb5566c8b883fb (patch) | |
tree | 7b78c73fd7f09e766f23ecfd662c2e01036aa38a /gdb/ChangeLog | |
parent | 9507860ea98fccee3a8567de42ed9c71d43bc343 (diff) | |
download | gdb-b2f83c08372136fe9fe7d1df2feb5566c8b883fb.zip gdb-b2f83c08372136fe9fe7d1df2feb5566c8b883fb.tar.gz gdb-b2f83c08372136fe9fe7d1df2feb5566c8b883fb.tar.bz2 |
PR exp/15109:
* c-exp.y (yylex): Rewrite to push all tokens onto the FIFO.
Handle FILENAME token.
gdb/testsuite
* gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
* gdb.cp/misc.exp: Add test for FILENAME:: case.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 10e8cd6..7aab4ef 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2013-03-21 Tom Tromey <tromey@redhat.com> + PR exp/15109: + * c-exp.y (yylex): Rewrite to push all tokens onto the FIFO. + Handle FILENAME token. + +2013-03-21 Tom Tromey <tromey@redhat.com> + * c-exp.y (YYPRINT): Define. (c_print_token): New function. |