This is the mail archive of the gdb-patches@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]

[OB PATCH] Remove core_regset_section


Small cleanup of a leftover of:
https://sourceware.org/ml/gdb-patches/2014-09/msg00419.html

	* gdbarch.sh (core_regset_section): Remove.
	* gdbarch.h: Regenerate.
---
 gdb/ChangeLog  | 5 +++++
 gdb/gdbarch.h  | 1 -
 gdb/gdbarch.sh | 1 -
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fddacfe..80a769a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2015-10-14  Aleksandar Ristovski  <aristovski@qnx.com>
+
+	* gdbarch.sh (core_regset_section): Remove.
+	* gdbarch.h: Regenerate.
+
 2015-10-13  Pedro Alves  <palves@redhat.com>
 
 	* ada-lang.c (ada_enum_name): Constify local.
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index 2e4ed3e..3eb81c1 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -54,7 +54,6 @@ struct target_desc;
 struct objfile;
 struct symbol;
 struct displaced_step_closure;
-struct core_regset_section;
 struct syscall;
 struct agent_expr;
 struct axs_value;
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh
index a13d9b9..ce9d71d 100755
--- a/gdb/gdbarch.sh
+++ b/gdb/gdbarch.sh
@@ -1237,7 +1237,6 @@ struct target_desc;
 struct objfile;
 struct symbol;
 struct displaced_step_closure;
-struct core_regset_section;
 struct syscall;
 struct agent_expr;
 struct axs_value;
-- 
1.9.1


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