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
12001e0f
Commit
12001e0f
authored
21 years ago
by
Alan Modra
Committed by
Alan Modra
21 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/types.c (pointer): POWERPC64 has 8 byte pointers.
From-SVN: r77533
parent
a41ea816
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
libffi/ChangeLog
+2
-0
libffi/src/types.c
+1
-1
No files found.
libffi/ChangeLog
View file @
12001e0f
2004-02-09 Alan Modra <amodra@bigpond.net.au>
* src/types.c (pointer): POWERPC64 has 8 byte pointers.
* src/powerpc/ffi.c (ffi_prep_args64): Correct long double handling.
(ffi_closure_helper_LINUX64): Fix typo.
* testsuite/libffi.call/cls_align_longdouble.c: Pass -mlong-double-128
...
...
This diff is collapsed.
Click to expand it.
libffi/src/types.c
View file @
12001e0f
...
...
@@ -43,7 +43,7 @@ FFI_INTEGRAL_TYPEDEF(sint32, 4, 4, FFI_TYPE_SINT32);
FFI_INTEGRAL_TYPEDEF
(
float
,
4
,
4
,
FFI_TYPE_FLOAT
);
#if defined ALPHA || defined SPARC64 || defined X86_64 || defined S390X \
|| defined IA64
|| defined IA64
|| defined POWERPC64
FFI_INTEGRAL_TYPEDEF
(
pointer
,
8
,
8
,
FFI_TYPE_POINTER
);
...
...
This diff is collapsed.
Click to expand it.
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