1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 14:20:26 +02:00
guile/lightning
Laurent Michel b3817a102e fix miscellaneous PPC-32 back-end bugs
2008-07-02  Laurent Michel  <ldm@engr.uconn.edu>

	* lightning/ppc/funcs.h (jit_flush_code): modified the computation
	of start/end. The pointer arithmetic was done without casting. It
	prevented compilation with recent gcc versions.
	* lightning/ppc/core.h (jit_pushr_i): The offset for the store was
	incorrect. Should have been 4 bytes below SP (not above).
	* lightning/ppc/core.h (jit_popr_i): The offset for the load was
	incorrect. Should have been 0 (not +8).
2008-07-10 16:09:05 +02:00
..
i386 fix IMULQir and IMULQirr 2008-06-17 15:20:23 +02:00
ppc fix miscellaneous PPC-32 back-end bugs 2008-07-10 16:09:05 +02:00
sparc switch to GPLv3 2008-01-09 15:50:13 +01:00
asm-common.h add _s32P 2008-03-19 09:56:05 +01:00
core-common.h fix several load/store patterns for x86-64. 2008-03-21 09:08:38 +01:00
fp-common.h switch to GPLv3 2008-01-09 15:50:13 +01: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 detect 32-/64-bit variant of i386 back-end at include time (not configure time) 2008-06-11 19:00:37 -07:00