aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbarch.h
diff options
context:
space:
mode:
authorMaciej W. Rozycki <macro@imgtec.com>2017-10-03 23:46:28 +0100
committerMaciej W. Rozycki <macro@imgtec.com>2017-10-03 23:46:28 +0100
commitdb8dd1601ee4d0629957bcc8b4156d65f42a218d (patch)
tree8f78a06021ec311be6f3c211add0106385eb3021 /gdb/gdbarch.h
parentc0107b0f57bc958b640dabafd4c6c618ea023397 (diff)
downloadgdb-db8dd1601ee4d0629957bcc8b4156d65f42a218d.zip
gdb-db8dd1601ee4d0629957bcc8b4156d65f42a218d.tar.gz
gdb-db8dd1601ee4d0629957bcc8b4156d65f42a218d.tar.bz2
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.
Diffstat (limited to 'gdb/gdbarch.h')
-rw-r--r--gdb/gdbarch.h1
1 files changed, 0 insertions, 1 deletions
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;