1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-04 05:50:26 +02:00
guile/include/lightning
pcpa 3e5a12f747 Adjust lightning to work on ppc AIX.
Many thanks to Trent Nelson from snakebite.org for giving access to a
build farm with several different architectures and operating systems.

	* check/lightning.c, lib/jit_disasm.c, lib/jit_ppc-cpu.c,
	lib/jit_ppc-fpu.c, lib/jit_ppc.c, include/lightning.h,
	include/lightning/jit_ppc.h, include/lightning/jit_private.h:
	Adapt code to work on 32 bit AIX ppc using gcc. Most changes
	are basically to adapt the elf64 logic to 32 bit, as it does
	not use the same convention of 32 bit Darwin ppc.

	* check/stack.tst: Add a fake memcpy function to the test
	case if running under AIX, as it is not available to dlsym.

	* configure.ac: Check for getopt.h header, not available in
	AIX.
2013-06-07 21:27:52 -03:00
..
jit_arm.h Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
jit_hppa.h Add functional hppa port. All tests pass. 2013-06-01 01:53:33 -03:00
jit_ia64.h Correct jit implementation to pass several test cases. 2013-04-26 21:07:40 -03:00
jit_mips.h Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
jit_ppc.h Adjust lightning to work on ppc AIX. 2013-06-07 21:27:52 -03:00
jit_private.h Adjust lightning to work on ppc AIX. 2013-06-07 21:27:52 -03:00
jit_sparc.h Pass all but the (not yet implemented) qmul and qdiv tests in sparc 2013-02-19 01:06:18 -03:00
jit_x86.h Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
Makefile.am Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00