mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-12 00:30:20 +02:00
S390: Replace s390x filenames with s390
* include/lightning/jit_s390.h, lib/jit_s390-cpu.c, lib/jit_s390-fpu.c, lib/jit_s390-sz.c, lib/jit_s390.c: Renamed s390x* files to s390*. * check/float.tst, check/lightning.c, configure.ac, include/lightning.h, include/lightning/Makefile.am, lib/Makefile.am, lib/jit_s390.c, lib/jit_size.c, lib/lightning.c: Update for renamed files.
This commit is contained in:
parent
32c4f90a2b
commit
192f89c0ee
14 changed files with 34 additions and 23 deletions
|
@ -51,9 +51,9 @@ if cpu_aarch64
|
|||
lightning_include_HEADERS = \
|
||||
jit_aarch64.h
|
||||
endif
|
||||
if cpu_s390x
|
||||
if cpu_s390
|
||||
lightning_include_HEADERS = \
|
||||
jit_s390x.h
|
||||
jit_s390.h
|
||||
endif
|
||||
if cpu_alpha
|
||||
lightning_include_HEADERS = \
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
* Paulo Cesar Pereira de Andrade
|
||||
*/
|
||||
|
||||
#ifndef _jit_s390x_h
|
||||
#define _jit_s390x_h
|
||||
#ifndef _jit_s390_h
|
||||
#define _jit_s390_h
|
||||
|
||||
#define JIT_HASH_CONSTS 1
|
||||
#define JIT_NUM_OPERANDS 2
|
||||
|
@ -71,4 +71,4 @@ typedef enum {
|
|||
#define JIT_NOREG _NOREG
|
||||
} jit_reg_t;
|
||||
|
||||
#endif /* _jit_s390x_h */
|
||||
#endif /* _jit_s390_h */
|
Loading…
Add table
Add a link
Reference in a new issue