gdbarch: Remove duplicate `struct objfile' declaration

Remove a duplicate `struct objfile' declaration mistakenly added with
commit 3e29f34a4e ("MIPS: Keep the ISA bit in compressed code
addresses").

	gdb/
	* gdbarch.sh (objfile): Remove duplicate declaration.
	* gdbarch.h: Regenerate.
This commit is contained in:
Maciej W. Rozycki 2017-10-03 23:46:28 +01:00
parent c0107b0f57
commit db8dd1601e
3 changed files with 5 additions and 2 deletions

View 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.

View 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;

View File

@ -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;