This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA-v2] xtensa-tdep.c ARI fixes
- From: Tom Tromey <tromey at redhat dot com>
- To: "Pierre Muller" <pierre dot muller at ics-cnrs dot unistra dot fr>
- Cc: <gdb-patches at sourceware dot org>, "'Maxim Grigoriev'" <maxim at tensilica dot com>
- Date: Fri, 15 Apr 2011 12:21:38 -0600
- Subject: Re: [RFA-v2] xtensa-tdep.c ARI fixes
- References: <15837.6740910628$1302342165@news.gmane.org> <m34o60fuc2.fsf@fleche.redhat.com> <37948.3434990563$1302853234@news.gmane.org>
>>>>> "Pierre" == Pierre Muller <pierre.muller@ics-cnrs.unistra.fr> writes:
Pierre> Here is a new version that adds this xfree call.
Pierre> Could someone test this patch out?
Pierre> Again, I have no way to trigger that code, so I can't really test it.
The patch looks good to me.
But I agree, testing would be nice.
Pierre> + && (i == C0_RA || cache->c0.c0_rt[i].fr_reg != C0_RA);
Extra space after the "&&" :-)
Tom