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/
* 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. |
||
---|---|---|
check | ||
doc | ||
include | ||
lib | ||
.gitattributes | ||
.gitignore | ||
AUTHORS | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
COPYING.DOC | ||
COPYING.LESSER | ||
Makefile.am | ||
NEWS | ||
README | ||
THANKS | ||
TODO |
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.