1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00
guile/lightning/ppc
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
..
asm.h switch to GPLv3 2008-01-09 15:50:13 +01:00
core.h fix miscellaneous PPC-32 back-end bugs 2008-07-10 16:09:05 +02:00
fp.h switch to GPLv3 2008-01-09 15:50:13 +01:00
funcs.h fix miscellaneous PPC-32 back-end bugs 2008-07-10 16:09:05 +02:00