1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-05 06:50:21 +02:00
guile/include/lightning
pcpa 73e520767f Remove inconsistent, public jit_arg_reg_p macro
* include/lightning/jit_aarch64.h,
	include/lightning/jit_alpha.h,
	include/lightning/jit_arm.h,
	include/lightning/jit_hppa.h,
	include/lightning/jit_mips.h,
	 include/lightning/jit_ppc.h,
	include/lightning/jit_s390.h,
	include/lightning/jit_sparc.h,
	include/lightning/jit_x86.h,
	lib/jit_aarch64.c, lib/jit_alpha.c,
	lib/jit_arm.c, lib/jit_hppa.c,
	lib/jit_ia64.c, lib/jit_mips.c,
	lib/jit_ppc.c, lib/jit_s390.c,
	lib/jit_sparc.c, lib/jit_x86.c: Remove jit_arg_reg_p and
	jit_arg_f_reg_p from a public header, and define it only
	on port specific files where an integer offset is used
	to qualify an argument identifier. Exported code expects
	an opaque pointer (but of jit_node_t* type) to "qualify"
	an argument identifier.
	This patch, and the code review/simplification done during
	it also corrected some bugs:
	o Inconsistent jit_arg_d value of double argument after 3
	  integer arguments in arm for jit_functions; tested, C
	  functions were being properly called.
	o Inconsistent use of getarg_{f,d} and putarg*_{f,d} on
	  s390 (32-bit) that happened to not have a proper test
	  case, as it would only happen for jit functions, and
	  tested, called C functions had proper arguments.
	o Corrected a "last minute" correction that did not go
	  to the committed version, and would not compile on hppa,
	  due to bad _jit_putargi_d prototype definition.
2015-01-17 17:31:09 -02:00
..
jit_aarch64.h Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -02:00
jit_alpha.h Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -02:00
jit_arm.h Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -02:00
jit_hppa.h Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -02:00
jit_ia64.h Do not export private definitions and types. 2014-04-09 14:46:30 -03:00
jit_mips.h Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -02:00
jit_ppc.h Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -02:00
jit_private.h S390: Add support for 32 bit. 2015-01-08 10:45:30 -02:00
jit_s390.h Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -02:00
jit_sparc.h Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -02:00
jit_x86.h Remove inconsistent, public jit_arg_reg_p macro 2015-01-17 17:31:09 -02:00
Makefile.am S390: Replace s390x filenames with s390 2015-01-08 13:01:49 -02:00