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] Regenerate gdbarch.h


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

commit 0c8885885ab1d62971bbae22d4b5e335c31b19c9
Author: Pedro Alves <palves@redhat.com>
Date:   Fri Aug 31 18:55:59 2018 +0100

    Regenerate gdbarch.h
    
    The previous commit included a stale gdbarch.h from an earlier version
    of that patch by mistake.
    
    gdb/ChangeLog:
    2018-08-31  Pedro Alves  <palves@redhat.com>
    
    	* gdbarch.h: Regenerate.

Diff:
---
 gdb/ChangeLog | 4 ++++
 gdb/gdbarch.h | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0b8ed31..bd866d9 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
 2018-08-31  Pedro Alves  <palves@redhat.com>
 
+	* gdbarch.h: Regenerate.
+
+2018-08-31  Pedro Alves  <palves@redhat.com>
+
 	* gdbarch.sh (have_nonsteppable_watchpoint): Add comment.
 	* target.h (Hardware watchpoint interfaces): Describe
 	continuable/steppable/non-steppable watchpoints.
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 8340881..fc2f1a8 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -818,7 +818,8 @@ extern void set_gdbarch_adjust_dwarf2_line (struct gdbarch *gdbarch, gdbarch_adj
 extern int gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch);
 extern void set_gdbarch_cannot_step_breakpoint (struct gdbarch *gdbarch, int cannot_step_breakpoint);
 
-/* See comment in target.h about continue, steppable and non-steppable watchpoints. */
+/* See comment in target.h about continuable, steppable and
+   non-steppable watchpoints. */
 
 extern int gdbarch_have_nonsteppable_watchpoint (struct gdbarch *gdbarch);
 extern void set_gdbarch_have_nonsteppable_watchpoint (struct gdbarch *gdbarch, int have_nonsteppable_watchpoint);


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