1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-28 22:10:29 +02:00
guile/lib
pcpa e82e5be448 Build and pass all test cases on a multiprocessor HP-UX.
* configure.ac, check/Makefile.am, doc/Makefile.am: Do not
	explicitly link to -ldl, but instead autodetect the library
	with dlopen, dlsym, etc.

	* check/lightning.c: Add workaround to apparently buggy
	getopt in HP-UX that sets optind to the wrong index, and
	use RTLD_NEXT on HP-UX instead of RTLD_DEFAULT to dlsym
	global symbols.

	* include/lightning.h: Rework definitions of wordsize and
	byte order to detect proper values on HP-UX.

	* lib/lightning.c: Minor correction to use MAP_ANONYMOUS
	instead of MAP_ANON on HP-UX.

	* lib/jit_hppa.c: Float arguments must be passed on integer
	registers on HP-UX, not only for varargs functions.
	  Add code to properly clear instruction cache. This was
	not required on Debian hppa port, but may have been working
	by accident.

	* lib/jit_hppa-cpu.c: Follow pattern of HP-UX binaries and
	use bve,n instead of bv,n to return from functions.

	* lib/jit_hppa-fpu.c: For some reason "fst? frX,rX,(rY)" did
	not work on the tested computer	(HP-UX B.11.23 U 9000/785 HP-UX)
	so the code was changed, at first for __hpux only to add the
	base and offset register and use the instruction with an
	immediate (zero) offset.
2013-06-09 18:31:50 -03:00
..
jit_arm-cpu.c Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
jit_arm-swf.c Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
jit_arm-vfp.c Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
jit_arm.c Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
jit_disasm.c Adjust lightning to work on ppc AIX. 2013-06-07 21:27:52 -03:00
jit_hppa-cpu.c Build and pass all test cases on a multiprocessor HP-UX. 2013-06-09 18:31:50 -03:00
jit_hppa-fpu.c Build and pass all test cases on a multiprocessor HP-UX. 2013-06-09 18:31:50 -03:00
jit_hppa.c Build and pass all test cases on a multiprocessor HP-UX. 2013-06-09 18:31:50 -03:00
jit_ia64-cpu.c Finish Itanium port, correcting remaining failing test cases. 2013-04-27 22:31:29 -03:00
jit_ia64-fpu.c Finish Itanium port, correcting remaining failing test cases. 2013-04-27 22:31:29 -03:00
jit_ia64.c Remove remaining ia64 port debug code. 2013-04-27 22:49:15 -03:00
jit_memory.c Do not start over jit generation if can safely grow buffer size. 2013-03-29 12:53:40 -03:00
jit_mips-cpu.c Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
jit_mips-fpu.c Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
jit_mips.c Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
jit_note.c Add a simple memory management wrapper. 2013-03-29 12:10:36 -03:00
jit_ppc-cpu.c Adjust lightning to work on ppc AIX. 2013-06-07 21:27:52 -03:00
jit_ppc-fpu.c Adjust lightning to work on ppc AIX. 2013-06-07 21:27:52 -03:00
jit_ppc.c Adjust lightning to work on ppc AIX. 2013-06-07 21:27:52 -03:00
jit_print.c Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
jit_sparc-cpu.c Make it simpler to add support for more than 64 registers. 2013-04-10 15:07:01 -03:00
jit_sparc-fpu.c Pass all but the (not yet implemented) qmul and qdiv tests in sparc 2013-02-19 01:06:18 -03:00
jit_sparc.c Make it simpler to add support for more than 64 registers. 2013-04-10 15:07:01 -03:00
jit_x86-cpu.c Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
jit_x86-sse.c Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
jit_x86-x87.c Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
jit_x86.c Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00
lightning.c Build and pass all test cases on a multiprocessor HP-UX. 2013-06-09 18:31:50 -03:00
Makefile.am Prepare for the first alpha release of lightning 2.0. 2013-06-05 20:18:54 -03:00