From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9187 invoked by alias); 19 Apr 2008 01:58:58 -0000 Received: (qmail 8848 invoked by uid 22791); 19 Apr 2008 01:58:56 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 19 Apr 2008 01:58:39 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id E2DB82A9F0D; Fri, 18 Apr 2008 21:58:37 -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 YTzIehg0yns0; Fri, 18 Apr 2008 21:58:37 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id AA8C32A9EA5; Fri, 18 Apr 2008 21:58:37 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 6FAD2E7ACD; Fri, 18 Apr 2008 18:58:35 -0700 (PDT) Date: Sat, 19 Apr 2008 04:28:00 -0000 From: Joel Brobecker To: Thiago Jung Bauermann Cc: GDB Patches Subject: Re: [RFC] Remove exec_set_section_offsets Message-ID: <20080419015835.GN12735@adacore.com> References: <1208564244.5808.95.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1208564244.5808.95.camel@localhost.localdomain> User-Agent: Mutt/1.4.2.2i 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: 2008-04/txt/msg00399.txt.bz2 > Perhaps it would qualify as obvious, but I'm not used to removing code > from GDB so better ask about it... We just have to remember that insight builds on top of GDB. So, just to be absolutely sure, I checked out the insight sources, and verified that it wasn't using that function. So far, the functions I've seen being used by insight started with a gdb_ prefix, but that might not be a rule. > 2008-04-18 Thiago Jung Bauermann > > * defs.h (exec_set_section_offsets): Remove prototype. > * exec.c (exec_set_section_offsets): Remove function. That's OK. Thank you! -- Joel