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.
This commit is contained in:
parent
c0107b0f57
commit
db8dd1601e
@ -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.
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user