1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-04 11:10:27 +02:00
Mirror of the upstream GNU Guile repository on Savannah. https://www.gnu.org/software/guile/
Find a file
pcpa af92c5adfe Correct build and pass all tests on Solaris Sparc.
* lib/jit_sparc-cpu.c: Correct compiler warning of value
	used before assignment. The usage is bogus as the api
	requires always patching jumps, but the random value used
	could cause an assertion due to invalid displacement.

	* lib/jit_sparc.c: Always load and store double arguments
	in stack as 2 float loads or stores, for safety, as unaligned
	access is not allowed in Sparc Solaris.
2013-06-18 22:54:29 -03:00
check Correct build and pass all tests on Solaris Sparc. 2013-06-18 22:54:29 -03:00
doc Build and pass all test cases on a multiprocessor HP-UX. 2013-06-09 18:31:50 -03:00
include Update ia64 port to work on HP-UX. 2013-06-14 15:47:13 -03:00
lib Correct build and pass all tests on Solaris Sparc. 2013-06-18 22:54:29 -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 Correct build and pass all tests on Solaris Sparc. 2013-06-18 22:54:29 -03:00
configure.ac Update ia64 port to work on HP-UX. 2013-06-14 15:47:13 -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.