PR testsuite/32843 (strikes again)
2009-09-17 Loren J. Rittle <ljrittle@acm.org> PR testsuite/32843 (strikes again) * src/x86/ffi.c (ffi_prep_cif_machdep): Add X86_FREEBSD to enable proper extension on char and short. From-SVN: r151819
This commit is contained in:
parent
591a849566
commit
987ce5575c
@ -1,3 +1,9 @@
|
||||
2009-09-17 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
PR testsuite/32843 (strikes again)
|
||||
* src/x86/ffi.c (ffi_prep_cif_machdep): Add X86_FREEBSD to
|
||||
enable proper extension on char and short.
|
||||
|
||||
2009-09-15 David Daney <ddaney@caviumnetworks.com>
|
||||
|
||||
* src/java_raw_api.c (ffi_java_raw_to_rvalue): Remove special
|
||||
|
@ -155,7 +155,7 @@ ffi_status ffi_prep_cif_machdep(ffi_cif *cif)
|
||||
#ifdef X86
|
||||
case FFI_TYPE_STRUCT:
|
||||
#endif
|
||||
#if defined(X86) || defined (X86_WIN32) || defined(X86_DARWIN) || defined(X86_WIN64)
|
||||
#if defined(X86) || defined (X86_WIN32) || defined(X86_FREEBSD) || defined(X86_DARWIN) || defined(X86_WIN64)
|
||||
case FFI_TYPE_UINT8:
|
||||
case FFI_TYPE_UINT16:
|
||||
case FFI_TYPE_SINT8:
|
||||
|
Loading…
Reference in New Issue
Block a user