This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
RE: [RFA] dwarf2read.c: Remove useless complaint for external functions.
- From: "Pierre Muller" <pierre dot muller at ics-cnrs dot unistra dot fr>
- To: <tromey at redhat dot com>
- Cc: <gdb-patches at sourceware dot org>
- Date: Tue, 1 Jun 2010 23:34:44 +0200
- Subject: RE: [RFA] dwarf2read.c: Remove useless complaint for external functions.
- References: <16689.6744085991$1275040566@news.gmane.org> <m3ljay5zdp.fsf@fleche.redhat.com>
> -----Message d'origine-----
> De?: gdb-patches-owner@sourceware.org [mailto:gdb-patches-
> owner@sourceware.org] De la part de Tom Tromey
> Envoyé?: Tuesday, June 01, 2010 9:25 PM
> À?: Pierre Muller
> Cc?: gdb-patches@sourceware.org
> Objet?: Re: [RFA] dwarf2read.c: Remove useless complaint for external
> functions.
>
> >>>>> "Pierre" == Pierre Muller <pierre.muller@ics-cnrs.unistra.fr>
> writes:
>
> Pierre> Here is another one:
> Pierre> sometimes, the dwarf2 reader complains about
> Pierre> not being able to find low and high addresses
> Pierre> of a function.
> Pierre> But if this function is declared external,
> Pierre> it is normal that we don't have these addresses, no?
>
> Yes, I believe so.
>
> Pierre> 2010-05-28 Pierre Muller <muller@ics.u-strasbg.fr>
> Pierre> * dwarf2read.c (read_func_scope): Do not complain for
> Pierre> external function if bounds are not found.
>
> This is ok. Thanks.
Thanks for the approval,
patch committed.
Pierre