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 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?

-- 
Daniel Jacobowitz
CodeSourcery


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