From patchwork Tue Oct 3 22:49:36 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Maciej W. Rozycki" X-Patchwork-Id: 23313 Received: (qmail 76466 invoked by alias); 3 Oct 2017 22:49:56 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Delivered-To: mailing list gdb-patches@sourceware.org Received: (qmail 76455 invoked by uid 89); 3 Oct 2017 22:49:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-10.5 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_2, GIT_PATCH_3, KAM_ASCII_DIVIDERS, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:1269 X-HELO: mailapp01.imgtec.com Received: from mailapp01.imgtec.com (HELO mailapp01.imgtec.com) (195.59.15.196) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 03 Oct 2017 22:49:54 +0000 Received: from HHMAIL01.hh.imgtec.org (unknown [10.100.10.19]) by Forcepoint Email with ESMTPS id 78366113FBDA7 for ; Tue, 3 Oct 2017 23:49:47 +0100 (IST) Received: from [10.20.78.131] (10.20.78.131) by HHMAIL01.hh.imgtec.org (10.100.10.21) with Microsoft SMTP Server id 14.3.361.1; Tue, 3 Oct 2017 23:49:50 +0100 Date: Tue, 3 Oct 2017 23:49:36 +0100 From: "Maciej W. Rozycki" To: Subject: [committed] gdbarch: Remove duplicate `struct objfile' declaration Message-ID: User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 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 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;