aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-03-21 15:19:33 +0000
committerTom Tromey <tromey@redhat.com>2013-03-21 15:19:33 +0000
commitb2f83c08372136fe9fe7d1df2feb5566c8b883fb (patch)
tree7b78c73fd7f09e766f23ecfd662c2e01036aa38a /gdb/ChangeLog
parent9507860ea98fccee3a8567de42ed9c71d43bc343 (diff)
downloadfsf-binutils-gdb-b2f83c08372136fe9fe7d1df2feb5566c8b883fb.zip
fsf-binutils-gdb-b2f83c08372136fe9fe7d1df2feb5566c8b883fb.tar.gz
fsf-binutils-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/ChangeLog6
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.