mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 10:54:07 +08:00
* src/ia64/ffitarget.h (ffi_arg): Use long long instead of DI.
From-SVN: r97303
This commit is contained in:
parent
ae7f3734d5
commit
51f55d7c89
@ -1,3 +1,7 @@
|
||||
2005-03-30 Hans Boehm <Hans.Boehm@hp.com>
|
||||
|
||||
* src/ia64/ffitarget.h (ffi_arg): Use long long instead of DI.
|
||||
|
||||
2005-03-30 Steve Ellcey <sje@cup.hp.com>
|
||||
|
||||
* src/ia64/ffitarget.h (ffi_arg) ADD DI attribute.
|
||||
|
@ -27,8 +27,8 @@
|
||||
#define LIBFFI_TARGET_H
|
||||
|
||||
#ifndef LIBFFI_ASM
|
||||
typedef unsigned long ffi_arg __attribute__ ((mode (DI)));
|
||||
typedef signed long ffi_sarg __attribute__ ((mode (DI)));
|
||||
typedef unsigned long long ffi_arg;
|
||||
typedef signed long long ffi_sarg;
|
||||
|
||||
typedef enum ffi_abi {
|
||||
FFI_FIRST_ABI = 0,
|
||||
|
Loading…
Reference in New Issue
Block a user