From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22056 invoked by alias); 1 Jul 2011 19:11:38 -0000 Received: (qmail 22045 invoked by uid 22791); 1 Jul 2011 19:11:37 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,TW_BJ,TW_YM,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 01 Jul 2011 19:11:23 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id BF3DF2BB599; Fri, 1 Jul 2011 15:03:36 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 6iZKwgMjfQ+G; Fri, 1 Jul 2011 15:03:36 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 9546B2BB4CF; Fri, 1 Jul 2011 15:03:36 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id BE5BF145618; Fri, 1 Jul 2011 12:03:34 -0700 (PDT) From: Joel Brobecker To: gdb-patches@sourceware.org Cc: Joel Brobecker Subject: [Darwin 4/4] remove comment in machoread.c (macho_symfile_read) Date: Fri, 01 Jul 2011 19:11:00 -0000 Message-Id: <1309547006-21412-5-git-send-email-brobecker@adacore.com> In-Reply-To: <1309547006-21412-1-git-send-email-brobecker@adacore.com> References: <1309547006-21412-1-git-send-email-brobecker@adacore.com> 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 X-SW-Source: 2011-07/txt/msg00053.txt.bz2 Does not seem to be applicable to the current code anymore. gdb/ChangeLog: * machoread.c (macho_symfile_read): Delete OBE comment. Checked in. --- gdb/ChangeLog | 4 ++++ gdb/machoread.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3e306ad..02f11c5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2011-07-01 Joel Brobecker + * machoread.c (macho_symfile_read): Delete OBE comment. + +2011-07-01 Joel Brobecker + * machoread.c (struct macho_oso_data): Delete. (current_oso): Delete. (macho_relocate_common_syms): New function, mostly extracted diff --git a/gdb/machoread.c b/gdb/machoread.c index e1c03fd..a454cd4 100644 --- a/gdb/machoread.c +++ b/gdb/machoread.c @@ -745,9 +745,6 @@ macho_symfile_read (struct objfile *objfile, int symfile_flags) dwarf2_build_psymtabs (objfile); } - /* Do not try to read .eh_frame/.debug_frame as they are not relocated - and dwarf2_build_frame_info cannot deal with unrelocated sections. */ - /* Then the oso. */ if (oso_vector != NULL) macho_symfile_read_all_oso (objfile, symfile_flags); -- 1.7.1