1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-08 13:10:19 +02:00
guile/doc
Paulo Andrade ed5589ce59 Build and pass all test cases on Alpha Linux
* check/lightning.c, include/lightning.h: Add the new jit_va_push
	interface. That should be called when passing a va_list to a C
	function. This is required because on Alpha a va_list is passed
	by value, and lightning does not know about data types, so, cannot
	understand it is pushing a va_list as argument.

	* lib/jit_names.c, lib/lightning.c: Minor changes for the new
	jit_code_va_push.

	* check/cva_list.c: Update only test case using jit_va_push, to
	pass a va_list to a C function.

	doc/body.texi: Better documentation of the varargs interface.

	* jit_alpha.c, jit_alpha-cpu.c: Update to properly push a
	C va_list and correctly calculate varargs offset.

	* lib/jit_aarch64-sz.c, lib/jit_aarch64.c, lib/jit_alpha-sz.c,
	lib/jit_arm-sz.c, lib/jit_arm.c, lib/jit_hppa-sz.c, lib/jit_hppa.c,
	lib/jit_ia64-sz.c, lib/jit_ia64.c, lib/jit_mips-sz.c, lib/jit_mips.c,
	lib/jit_ppc-sz.c, lib/jit_ppc.c, lib/jit_s390-sz.c, lib/jit_s390.c,
	lib/jit_sparc-sz.c, lib/jit_sparc.c, lib/jit_x86-sz.c, lib/jit_x86.c:
	Update for the new jit_va_push interface.
2018-02-26 09:48:50 -03:00
..
.cvsignore big merge 2008-01-09 15:49:22 +01:00
.gitignore add .gitignore 2008-01-09 15:49:21 +01:00
body.texi Build and pass all test cases on Alpha Linux 2018-02-26 09:48:50 -03:00
fact.c Update documentation on jit_frame and jit_tramp 2015-01-19 19:09:37 -02:00
ifib.c Implement a correct generation of Fibonacci numbers. 2015-11-30 15:32:48 -02:00
incr.c Add code to release all memory used by the jit state. 2013-02-11 15:51:55 -02:00
lightning.texi Update texinfo documentation to match current implementation. 2013-01-24 19:41:35 -02:00
Makefile.am Update copyright year 2017-09-14 10:44:12 -04:00
printf.c Properly correct read of freed memory 2015-03-08 16:22:10 -03:00
rfib.c Implement a correct generation of Fibonacci numbers. 2015-11-30 15:32:48 -02:00
rpn.c Add code to release all memory used by the jit state. 2013-02-11 15:51:55 -02:00
version.texi Update copyright year 2017-09-14 10:44:12 -04:00