diff options
author | Keith Seitz <keiths@redhat.com> | 2012-07-26 16:22:48 +0000 |
---|---|---|
committer | Keith Seitz <keiths@redhat.com> | 2012-07-26 16:22:48 +0000 |
commit | dd3818c82cb19570b6b7ddaac277d5f212a432c2 (patch) | |
tree | 504a5a016ea6e585a665d0d6266803793c342732 /gdb/ChangeLog | |
parent | 23a806894cd9479188695c85c7b2d5cb7bedb046 (diff) | |
download | gdb-dd3818c82cb19570b6b7ddaac277d5f212a432c2.zip gdb-dd3818c82cb19570b6b7ddaac277d5f212a432c2.tar.gz gdb-dd3818c82cb19570b6b7ddaac277d5f212a432c2.tar.bz2 |
* linespec.c (linespec_lexer_lex_number): The input
is also a valid number if the next character is a comma
or colon.
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 ade6ad5..2906dad 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2012-07-26 Keith Seitz <keiths@redhat.com> + + * linespec.c (linespec_lexer_lex_number): The input + is also a valid number if the next character is a comma + or colon. + 2012-07-26 Joel Brobecker <brobecker@adacore.com> * NEWS: Document new --enable-libmcheck/--disable-libmcheck |