1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00
Mirror of the upstream GNU Guile repository on Savannah. https://www.gnu.org/software/guile/
Find a file
Paolo Bonzini a76f19c5ef fix problems with i386 32-bit floating point branches
2009-02-17  Paolo Bonzini  <bonzini@gnu.org>

	* lightning/fp-common.h: Define double branches if missing.
	* lightning/i386/asm.h: Define JC and JNC mnemonics.
	* lightning/i386/fp-32.h: Fix jit_fp_btest.  All reported
	by Mike Spivey.
2009-02-17 09:57:23 +01:00
build-aux detect 32-/64-bit variant of i386 back-end at include time (not configure time) 2008-06-11 19:00:37 -07:00
doc detect 32-/64-bit variant of i386 back-end at include time (not configure time) 2008-06-11 19:00:37 -07:00
lightning fix problems with i386 32-bit floating point branches 2009-02-17 09:57:23 +01:00
opcode detect 32-/64-bit variant of i386 back-end at include time (not configure time) 2008-06-11 19:00:37 -07:00
tests avoid CRLF issues on mingw 2008-05-19 10:58:41 +02:00
.cvsignore big merge 2008-01-09 15:49:22 +01:00
.gitattributes add .gitattributes file 2008-04-10 11:30:17 +02:00
.gitignore add .gitignore 2008-01-09 15:49:21 +01:00
aclocal.m4 first merge of x86-64 backend and related configury changes 2008-01-09 15:49:45 +01:00
AUTHORS give credit to whom credit is due 2008-01-09 15:50:04 +01:00
ChangeLog fix problems with i386 32-bit floating point branches 2009-02-17 09:57:23 +01:00
config.h.in first merge of x86-64 backend and related configury changes 2008-01-09 15:49:45 +01:00
configure detect 32-/64-bit variant of i386 back-end at include time (not configure time) 2008-06-11 19:00:37 -07:00
configure.ac detect 32-/64-bit variant of i386 back-end at include time (not configure time) 2008-06-11 19:00:37 -07: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
INSTALL initial import 2004-10-10 21:18:38 +00:00
lightning.h switch to GPLv3 2008-01-09 15:50:13 +01:00
lightningize.in detect 32-/64-bit variant of i386 back-end at include time (not configure time) 2008-06-11 19:00:37 -07:00
Makefile.am first merge of x86-64 backend and related configury changes 2008-01-09 15:49:45 +01:00
Makefile.in cherrypick from ludovic courtes 2008-01-09 15:49:46 +01:00
NEWS add floating-point for x86-64 2008-01-09 15:50:06 +01:00
README initial import 2004-10-10 21:18:38 +00:00
THANKS fix problems with i386 32-bit floating point branches 2009-02-17 09:57:23 +01: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.