This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 21/40] Use SYMBOL_MATCHES_SEARCH_NAME some more
- From: Pedro Alves <palves at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>, gdb-patches at sourceware dot org
- Date: Thu, 20 Jul 2017 18:08:52 +0100
- Subject: Re: [PATCH 21/40] Use SYMBOL_MATCHES_SEARCH_NAME some more
- Authentication-results: sourceware.org; auth=none
- Authentication-results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com
- Authentication-results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=palves at redhat dot com
- Dkim-filter: OpenDKIM Filter v2.11.0 mx1.redhat.com A3C23267FE
- Dmarc-filter: OpenDMARC Filter v1.3.2 mx1.redhat.com A3C23267FE
- References: <1496406158-12663-1-git-send-email-palves@redhat.com> <1496406158-12663-22-git-send-email-palves@redhat.com> <596D2E7E.5000006@redhat.com>
On 07/17/2017 10:39 PM, Keith Seitz wrote:
> On 06/02/2017 05:22 AM, Pedro Alves wrote:
>> gdb/ChangeLog:
>> yyyy-mm-dd Pedro Alves <palves@redhat.com>
>>
>> * dwarf2read.c (dw2_lookup_symbol): Use
>> SYMBOL_MATCHES_SEARCH_NAME.
>> * psymtab.c (psym_lookup_symbol): Use SYMBOL_MATCHES_SEARCH_NAME.
>
> I'd say that falls under the "obvious" banner, no? ;-)
I guess. :-) I pushed it in.
Thanks,
Pedro Alves