1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 11:40:20 +02:00
guile/lightning
PCPA 3749bc71d8 Correct ALU add and sub operations with 64 bit immediate operands.
The problems would also happen with 32 bit unsigned operands that would
happen to have the topmost bit set, so, now it only uses 32 bit immediates
when bit 31 is not set.
  This patch correct all the issues found by the test cases alu_add.tst and
alu_sub.tst in http://code.google.com/p/exl/source/browse/trunk/check/lightning
2010-08-29 11:55:11 +02:00
..
i386 Correct ALU add and sub operations with 64 bit immediate operands. 2010-08-29 11:55:11 +02:00
ppc more fixes to fp branches 2010-08-20 10:08:43 +02:00
sparc more fixes to fp branches 2010-08-20 10:08:43 +02:00
asm-common.h add _s32P 2008-03-19 09:56:05 +01:00
core-common.h Change _ASM_SAFETY register width check to accept valid alternate values. 2010-08-29 11:55:11 +02:00
fp-common.h Define some extra fp-common macros when sizeof(long) == sizeof(int). 2010-08-29 11:55:11 +02:00
funcs-common.h switch to GPLv3 2008-01-09 15:50:13 +01:00
Makefile.am detect 32-/64-bit variant of i386 back-end at include time (not configure time) 2008-06-11 19:00:37 -07:00
Makefile.in always set and replace lightning_frag 2010-07-19 14:40:08 +02:00