[committed] gdbarch: Remove duplicate `struct objfile' declaration

Message ID alpine.DEB.2.00.1710032319380.21915@tp.orcam.me.uk
State Committed
Headers

Commit Message

Maciej W. Rozycki Oct. 3, 2017, 10:49 p.m. UTC
  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.
---
Hi,

 Committed as obvious.

  Maciej
---
 gdb/gdbarch.h  |    1 -
 gdb/gdbarch.sh |    1 -
 2 files changed, 2 deletions(-)

gdb-gdbarch-objfile-decl-dup.diff
  

Patch

Index: binutils/gdb/gdbarch.h
===================================================================
--- binutils.orig/gdb/gdbarch.h	2017-09-23 00:39:38.000000000 +0100
+++ binutils/gdb/gdbarch.h	2017-09-23 00:54:17.338026865 +0100
@@ -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: binutils/gdb/gdbarch.sh
===================================================================
--- binutils.orig/gdb/gdbarch.sh	2017-09-23 00:39:38.000000000 +0100
+++ binutils/gdb/gdbarch.sh	2017-09-23 00:53:32.316418586 +0100
@@ -1271,7 +1271,6 @@  struct target_ops;
 struct obstack;
 struct bp_target_info;
 struct target_desc;
-struct objfile;
 struct symbol;
 struct displaced_step_closure;
 struct syscall;