This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA] minsyms.c: Fix switching to GNU v3 ABI


On Mar 28 13:28, Jim Blandy wrote:
> Corinna Vinschen <vinschen@redhat.com> writes:
> > Well, it could interfere.  Assuming that leading char is the underscore.
> > The first test would now find "gcc_compiled.", but not "_gcc_compiled.".
> > When skipping the leading char before testing, the same test would now
> > also find "_gcc_compiled.".  If that's ok, I don't have a problem to
> > change it as you like.  Otherwise, I'd propose the below patch, which
> > avoids that problem.
> 
> Sure, this looks good; it leaves the current behavior unchanged.
> Please commit.

Thanks, applied.  I've also fixed the typo Eli found.

Corinna

-- 
Corinna Vinschen
Cygwin Developer
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]