1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 03:30:24 +02:00
Mirror of the upstream GNU Guile repository on Savannah. https://www.gnu.org/software/guile/
Find a file
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
check Adjust lightning to work on ppc AIX. 2013-06-07 21:27:52 -03:00
doc Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
include Adjust lightning to work on ppc AIX. 2013-06-07 21:27:52 -03:00
lib Adjust lightning to work on ppc AIX. 2013-06-07 21:27:52 -03:00
.gitattributes add .gitattributes file 2008-04-10 11:30:17 +02:00
.gitignore Update texinfo documentation to match current implementation. 2013-01-24 19:41:35 -02:00
AUTHORS Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
ChangeLog Adjust lightning to work on ppc AIX. 2013-06-07 21:27:52 -03:00
configure.ac Adjust lightning to work on ppc AIX. 2013-06-07 21:27:52 -03:00
COPYING switch to GPLv3 2008-01-09 15:50:13 +01:00
COPYING.DOC update FSF address 2008-01-09 15:49:29 +01:00
COPYING.LESSER switch to GPLv3 2008-01-09 15:50:13 +01:00
Makefile.am Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
NEWS Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
README initial import 2004-10-10 21:18:38 +00:00
THANKS Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
TODO Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00

GNU lightning is a library to aid in making portable programs
that compile assembly code at run time.  For more information,
look at the info documentation.