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:
Clifford T. Matthews 2009-06-01 16:14:50 -06:00
commit ef27cd8214
8 changed files with 44 additions and 1 deletions

19
.gitignore vendored Normal file
View 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
View File

@ -0,0 +1,2 @@
stamp-h1
syn68k_private.h

4
profile/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
.deps
bucket.c
makebucket
profile

4
runtime/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
mapindex.c
mapinfo.c
profileinfo.gz
syn68k.c

View File

@ -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
View 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
View File

@ -0,0 +1,2 @@
syngen
.deps

3
test/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
syngentest
testbattery.c
.deps