Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
51f55d7c
Commit
51f55d7c
authored
Mar 31, 2005
by
Hans Boehm
Committed by
Hans Boehm
Mar 31, 2005
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/ia64/ffitarget.h (ffi_arg): Use long long instead of DI.
From-SVN: r97303
parent
ae7f3734
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
libffi/ChangeLog
+4
-0
libffi/src/ia64/ffitarget.h
+2
-2
No files found.
libffi/ChangeLog
View file @
51f55d7c
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.
...
...
libffi/src/ia64/ffitarget.h
View file @
51f55d7c
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment