This is the mail archive of the gdb-testers@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]

[binutils-gdb] Fix primary reason why the SH simulation hasn't been working on 64 bit hosts.


*** TEST RESULTS FOR COMMIT 93e6fe04ccb4008f14e3584bb1e86b2d04c9234c ***

Author: Oleg Endo <olegendo@gcc.gnu.org>
Branch: master
Commit: 93e6fe04ccb4008f14e3584bb1e86b2d04c9234c

Fix primary reason why the SH simulation hasn't been working on 64 bit hosts.

sim/sh/
	* interp.c (dmul): Split into dmul_s and dmul_u.  Use explicit integer
	width types and simplify implementation.
	* gencode.c (dmuls.l, dmulu.l): Use new functions dmul_s and dmul_u.


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