1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 03:30:24 +02:00
Mirror of the upstream GNU Guile repository on Savannah. https://www.gnu.org/software/guile/
Find a file
pcpa 8b28150303 Correct mips o32 abi that was broken when adding n32 abi support.
* lib/jit_mips.c: Correct cut&paste error that caused wrong
	stack offset calculation for double arguments in stack in
	the o32 abi.
	Correct typo in the __LITTLE_ENDIAN macro name, that came
	from cut&paste error in the original typo in lib/jit_ppc.c.

	* lib/jit_ia64.c, lib/jit_ppc.c: Correct typo in the
	__LITTLE_ENDIAN macro name.
2013-06-25 12:21:07 -03:00
check Build and pass all tests on big endian Irix mips using the n32 abi. 2013-06-22 19:44:00 -03:00
doc Build and pass all test cases on a multiprocessor HP-UX. 2013-06-09 18:31:50 -03:00
include Build and pass all tests on big endian Irix mips using the n32 abi. 2013-06-22 19:44:00 -03:00
lib Correct mips o32 abi that was broken when adding n32 abi support. 2013-06-25 12:21:07 -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 mips o32 abi that was broken when adding n32 abi support. 2013-06-25 12:21:07 -03:00
configure.ac Build and pass all tests on big endian Irix mips using the n32 abi. 2013-06-22 19:44:00 -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.