3.0.9rc12

This commit is contained in:
Anthony Green
2009-12-29 10:06:04 -05:00
parent 14e2e92e86
commit 0cfe60e9d1
51 changed files with 1400 additions and 919 deletions

View File

@@ -1,15 +1,15 @@
10
dir
155472
155499
svn+ssh://green@gcc.gnu.org/svn/gcc/trunk/libffi/src
svn+ssh://green@gcc.gnu.org/svn/gcc
2009-12-26T04:59:25.888276Z
155470
green
2009-12-28T18:19:18.861565Z
155492
dje
@@ -26,10 +26,10 @@ green
138bc75d-0d04-0410-961f-82ee72b054a4
powerpc
arm
dir
arm
powerpc
dir
closures.c
@@ -38,11 +38,11 @@ file
2009-12-20T06:01:56.058555Z
c36f20ce319c714943a9f8272a1ec6c7
2009-12-10T10:09:17.074519Z
155124
ro
2009-12-29T03:43:00.566983Z
51d610374f7ef5c8ca8e54c607e251d9
2009-12-26T18:49:55.630686Z
155475
andreast
@@ -64,7 +64,7 @@ ro
16543
16354
m32r
dir
@@ -72,15 +72,6 @@ dir
sh64
dir
m68k
dir
alpha
dir
x86
dir
types.c
file
@@ -115,19 +106,28 @@ aph
2904
frv
x86
dir
alpha
dir
m68k
dir
avr32
dir
frv
dir
s390
dir
pa
cris
dir
cris
pa
dir
ia64

View File

@@ -50,11 +50,6 @@
executable memory. */
# define FFI_MMAP_EXEC_WRIT 1
# endif
# if defined(X86_64) && defined(__sun__) && defined(__svr4__)
/* The data segment on 64-bit Solaris/x86 isn't executable, so use mmap
instead. */
# define FFI_MMAP_EXEC_WRIT 1
# endif
#endif
#if FFI_MMAP_EXEC_WRIT && !defined FFI_MMAP_EXEC_SELINUX