From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1799 invoked by alias); 8 Nov 2002 01:26:12 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1791 invoked from network); 8 Nov 2002 01:26:09 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 8 Nov 2002 01:26:09 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 51A5A3CF5; Thu, 7 Nov 2002 20:26:10 -0500 (EST) Message-ID: <3DCB12B2.4070205@redhat.com> Date: Thu, 07 Nov 2002 17:26:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020824 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: Re: Design problem with min sym relocation? References: <20021107194434.GY5164@gnat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-11/txt/msg00212.txt.bz2 Joel, Two data points. - check the bug data base, we keep thinking GDB has fixed this sort of problem but then someone re-opens the same (or very similar looking bug) - Fred Fish did commit this: 2002-05-12 Fred Fish * symfile.c (default_symfile_offsets): Arrange for uninitialized sect_index_xxx members to index the first slot in section_offsets if all of the section_offsets are zero. which fixed a problem. might help, Andrew