This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Add missing changelog entries of last commit


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=693dca065a58bf2dd39df9cff019b0c65e15e132

commit 693dca065a58bf2dd39df9cff019b0c65e15e132
Author: Keith Seitz <keiths@redhat.com>
Date:   Mon Mar 23 13:29:19 2015 -0700

    Add missing changelog entries of last commit

Diff:
---
 gdb/ChangeLog           | 15 +++++++++++++++
 gdb/testsuite/ChangeLog |  5 +++++
 2 files changed, 20 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 6d41940..4a25d42 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,20 @@
 2015-03-23  Keith Seitz  <keiths@redhat.com>
 
+	* 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) <keyword_ok>: 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  <keiths@redhat.com>
+
 	PR gdb/18021
 	* dwarf2read.c (dwarf2_add_member_fn): Issue a complaint
 	if we find a static method with DW_AT_vtable_elem_location.
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 265c573..c686efd 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,5 +1,10 @@
 2015-03-23  Keith Seitz  <keiths@redhat.com>
 
+	* gdb.linespec/keywords.c: New file.
+	* gdb.linespec/keywords.exp: New file.
+
+2015-03-23  Keith Seitz  <keiths@redhat.com>
+
 	PR gdb/18021
 	* gdb.dwarf2/staticvirtual.exp: New test.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]