1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/ChangeLog
Paulo Andrade 2cea99361b Build and pass all tests on 32 and 64 bit sparc
* include/lightning/jit_private.h: Add new register classes to
	flag float registers and double only registers, required for sparc64
	where only low 32 bit fpr registers can be used for single precision
	operations.
	Add new 128 bit jit_regset_t type for sparc64 register set.

	* include/lightning/jit_sparc.h, lib/jit_sparc-cpu.c, lib/jit_sparc-fpu.c,
	lib/jit_sparc-sz.c, lib/jit_sparc.c: Update for 64 bits sparc.

	* lib/lightning.c: Update for new jit_regset_t required for sparc64.
2018-04-20 10:37:37 -03:00

17 lines
534 B
Text

-*- text -*-
Starting from September 1st, 2008, the Guile project no longer stores
change logs in `ChangeLog' files. Instead, changes are detailed in the
version control system's logs. They can be seen by downloading a copy
of the Git repository:
$ git clone git://git.sv.gnu.org/guile.git
$ git whatchanged
Alternatively, they can be seen on the web, using the Gitweb interface
at:
http://git.sv.gnu.org/gitweb/?p=guile.git
Change logs up to September 1st, 2008, are still available in the files
named `ChangeLog-2008'.