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] Remove core_regset_section


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

commit 89fdc87fdb757f81c757f3408baa73740618b78f
Author: Aleksandar Ristovski <aristovski@qnx.com>
Date:   Wed Oct 14 14:56:31 2015 -0400

    Remove core_regset_section
    
    gdb/ChangeLog:
    
    	* gdbarch.sh (core_regset_section): Remove.
    	* gdbarch.h: Regenerate.

Diff:
---
 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 4b8ffb7..dac6696 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2015-10-15  Aleksandar Ristovski  <aristovski@qnx.com>
+
+	* gdbarch.sh (core_regset_section): Remove.
+	* gdbarch.h: Regenerate.
+
 2015-10-14  Yao Qi  <yao.qi@linaro.org>
 
 	* arch/aarch64-insn.h (struct aarch64_memory_operand): Move enum
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;


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