This is the mail archive of the gdb-patches@sourceware.org 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: [m68k] correct m68k_convert_register_p for coldfire


On Friday 06 November 2009 Daniel Jacobowitz wrote:

> On Fri, Nov 06, 2009 at 08:24:47PM +0300, Vladimir Prus wrote:
> > -	  && type != m68881_ext_type (gdbarch));
> > +	  && type != m68881_ext_type (gdbarch)
> > +	  && type != register_type (gdbarch, M68K_FP0_REGNUM));
> 
> Did you mean to leave both?

Sigh, today is not the best day. I've checked in a follow-up:

	http://sourceware.org/ml/gdb-cvs/2009-11/msg00044.html

- Volodya


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