From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31857 invoked by alias); 1 Dec 2014 14:15:06 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 31847 invoked by uid 89); 1 Dec 2014 14:15:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: usevmg21.ericsson.net Received: from usevmg21.ericsson.net (HELO usevmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 01 Dec 2014 14:15:02 +0000 Received: from EUSAAHC002.ericsson.se (Unknown_Domain [147.117.188.78]) by usevmg21.ericsson.net (Symantec Mail Security) with SMTP id 5F.C5.25146.9CB1C745; Mon, 1 Dec 2014 08:42:02 +0100 (CET) Received: from simark-hp.mo.ca.am.ericsson.se (147.117.188.8) by smtps-am.internal.ericsson.com (147.117.188.78) with Microsoft SMTP Server (TLS) id 14.3.195.1; Mon, 1 Dec 2014 09:14:59 -0500 From: Simon Marchi To: CC: Simon Marchi Subject: [PATCH obvious/pushed] Remove duplicate comment Date: Mon, 01 Dec 2014 14:15:00 -0000 Message-ID: <1417443293-398-1-git-send-email-simon.marchi@ericsson.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00013.txt.bz2 I took the liberty of pushing this under the obvious rule. Hopefully, I did not mess up anything. gdb/ChangeLog: * objfiles.c (allocate_objfile): Remove duplicate comment. --- gdb/ChangeLog | 4 ++++ gdb/objfiles.c | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cfc41db..13346fa 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-12-01 Simon Marchi + + * objfiles.c (allocate_objfile): Remove duplicate comment. + 2014-12-01 Ulrich Weigand  * config/i386/i386gnu.mh (NATDEPFILES): Remove core-regset.o. diff --git a/gdb/objfiles.c b/gdb/objfiles.c index 5878add..a5df305 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -314,10 +314,6 @@ allocate_objfile (bfd *abfd, const char *name, int flags) that any data that is reference is saved in the per-objfile data region. */ - /* Update the per-objfile information that comes from the bfd, ensuring - that any data that is reference is saved in the per-objfile data - region. */ - objfile->obfd = abfd; gdb_bfd_ref (abfd); if (abfd != NULL) -- 2.1.3