[binutils-gdb] gdbarch: Remove duplicate `struct objfile' declaration
Maciej W.Rozycki
macro@sourceware.org
Tue Oct 3 22:49:00 GMT 2017
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=db8dd1601ee4d0629957bcc8b4156d65f42a218d
commit db8dd1601ee4d0629957bcc8b4156d65f42a218d
Author: Maciej W. Rozycki <macro@imgtec.com>
Date: Tue Oct 3 23:46:28 2017 +0100
gdbarch: Remove duplicate `struct objfile' declaration
Remove a duplicate `struct objfile' declaration mistakenly added with
commit 3e29f34a4eef ("MIPS: Keep the ISA bit in compressed code
addresses").
gdb/
* gdbarch.sh (objfile): Remove duplicate declaration.
* 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 6e135f2..e9cb48c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2017-10-03 Maciej W. Rozycki <macro@imgtec.com>
+
+ * gdbarch.sh (objfile): Remove duplicate declaration.
+ * gdbarch.h: Regenerate.
+
2017-10-03 Tom Tromey <tom@tromey.com>
* utils.c (internal_vproblem): Use string_vprintf.
diff --git a/gdb/gdbarch.h b/gdb/gdbarch.h
index ceb867f..830acb2 100644
--- a/gdb/gdbarch.h
+++ b/gdb/gdbarch.h
@@ -53,7 +53,6 @@ struct target_ops;
struct obstack;
struct bp_target_info;
struct target_desc;
-struct objfile;
struct symbol;
struct displaced_step_closure;
struct syscall;
diff --git a/gdb/gdbarch.sh b/gdb/gdbarch.sh
index 026065e..addd92d 100755
--- a/gdb/gdbarch.sh
+++ b/gdb/gdbarch.sh
@@ -1278,7 +1278,6 @@ struct target_ops;
struct obstack;
struct bp_target_info;
struct target_desc;
-struct objfile;
struct symbol;
struct displaced_step_closure;
struct syscall;
More information about the Gdb-cvs
mailing list