From: Keith Seitz Date: Mon, 23 Mar 2015 20:29:19 +0000 (-0700) Subject: Add missing changelog entries of last commit X-Git-Tag: users/hjl/linux/release/2.25.51.0.2~2^2~19^2~189 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=693dca065a58bf2dd39df9cff019b0c65e15e132;p=thirdparty%2Fbinutils-gdb.git Add missing changelog entries of last commit --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6d419409895..4a25d428e6c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +2015-03-23 Keith Seitz + + * breakpoint.c (parse_breakpoint_sals): Use + linespec_lexer_lex_keyword to ascertain if the user specified + a NULL location. + * linespec.c [IF_KEYWORD_INDEX]: Define. + (linespec_lexer_lex_keyword): Export. + (struct ls_parser) : Remove. + A keyword is only a keyword if not followed by another keyword. + (linespec_lexer_lex_one): Remove keyword_ok handling. + Add comment explaining why the parsing stream is not advanced + when a keyword is seen. + (parse_linespec): Remove parser->keyword_ok. + * linespec.h (linespec_lexer_lex_keyword): Add declaration. + 2015-03-23 Keith Seitz PR gdb/18021 diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 265c5735867..c686efd5b20 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2015-03-23 Keith Seitz + + * gdb.linespec/keywords.c: New file. + * gdb.linespec/keywords.exp: New file. + 2015-03-23 Keith Seitz PR gdb/18021