mirror of
https://github.com/ctm/syn68k.git
synced 2024-12-27 05:32:17 +00:00
Includes salty-horse's fix for big endian compilation, but doesn't include his endian test result in config.h mods.
This commit is contained in:
commit
ef27cd8214
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
*.[ao]
|
||||
config.mak
|
||||
autom4te.cache
|
||||
config.log
|
||||
config.status
|
||||
configure
|
||||
INSTALL
|
||||
Makefile
|
||||
Makefile.in
|
||||
aclocal.m4
|
||||
compile
|
||||
config.guess
|
||||
config.sub
|
||||
depcomp
|
||||
install-sh
|
||||
missing
|
||||
config.h
|
||||
config.h.in
|
||||
stamp-h1
|
2
include/.gitignore
vendored
Normal file
2
include/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
stamp-h1
|
||||
syn68k_private.h
|
4
profile/.gitignore
vendored
Normal file
4
profile/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
.deps
|
||||
bucket.c
|
||||
makebucket
|
||||
profile
|
4
runtime/.gitignore
vendored
Normal file
4
runtime/.gitignore
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
mapindex.c
|
||||
mapinfo.c
|
||||
profileinfo.gz
|
||||
syn68k.c
|
@ -177,8 +177,8 @@ host_setup_cached_reg (COMMON_ARGS, int guest_reg,
|
||||
& (MAP_NATIVE_MASK
|
||||
#ifdef LITTLEENDIAN
|
||||
| MAP_SWAP16_MASK | MAP_SWAP32_MASK
|
||||
))
|
||||
#endif /* LITTLEENDIAN */
|
||||
))
|
||||
{
|
||||
host_unoffset_reg (c, codep, cc_spill_if_changed,
|
||||
guest_reg);
|
||||
|
9
runtime/native/i386/.gitignore
vendored
Normal file
9
runtime/native/i386/.gitignore
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
asmdata.h
|
||||
host-xlate.c
|
||||
host-xlate.h
|
||||
i386_stubs
|
||||
obj-stmp
|
||||
src-stmp
|
||||
subdir-stmp
|
||||
template
|
||||
xlate
|
2
syngen/.gitignore
vendored
Normal file
2
syngen/.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
syngen
|
||||
.deps
|
3
test/.gitignore
vendored
Normal file
3
test/.gitignore
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
syngentest
|
||||
testbattery.c
|
||||
.deps
|
Loading…
Reference in New Issue
Block a user