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: v850 simulator does not sign extend first operand to divh



I have applied the patch below to do this.


Why did you want the code moved ?

A long term goal is to eliminate files like simops.c so that the instruction is implemented directly in the .igen file. Eliminates the overhead of that external call; and finishes a gencode -> igen conversion started too long ago.


Andrew


Cheers
        Nick

2003-04-06 Nick Clifton <nickc at redhat dot com>

	* simops.c (OP_40): Delete.  Move code to...
	* v850-igen.c (): ...Here. Sign extend the first operand.
	* simops.h (OP_40): Remove prototype.




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