gdbarch: Remove duplicate `struct objfile' declaration
authorMaciej W. Rozycki <macro@imgtec.com>
Tue, 3 Oct 2017 22:46:28 +0000 (23:46 +0100)
committerMaciej W. Rozycki <macro@imgtec.com>
Tue, 3 Oct 2017 22:46:28 +0000 (23:46 +0100)
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.

gdb/ChangeLog
gdb/gdbarch.h
gdb/gdbarch.sh

index 6e135f2..e9cb48c 100644 (file)
@@ -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.
index ceb867f..830acb2 100644 (file)
@@ -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;
index 026065e..addd92d 100755 (executable)
@@ -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;