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
dd5f9ea2
Commit
dd5f9ea2
authored
Feb 07, 2004
by
Alan Modra
Committed by
Alan Modra
Feb 07, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/types.c: Use 16 byte long double for POWERPC64.
From-SVN: r77441
parent
fb7e4164
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
libffi/ChangeLog
+4
-0
libffi/src/types.c
+1
-1
No files found.
libffi/ChangeLog
View file @
dd5f9ea2
2004-02-07 Alan Modra <amodra@bigpond.net.au>
* src/types.c: Use 16 byte long double for POWERPC64.
2004-01-25 Eric Botcazou <ebotcazou@libertysurf.fr>
* src/sparc/ffi.c (ffi_prep_args_v9): Shift the parameter array
...
...
libffi/src/types.c
View file @
dd5f9ea2
...
...
@@ -90,7 +90,7 @@ FFI_INTEGRAL_TYPEDEF(longdouble, 16, 16, FFI_TYPE_LONGDOUBLE);
FFI_INTEGRAL_TYPEDEF
(
longdouble
,
16
,
8
,
FFI_TYPE_LONGDOUBLE
);
#endif
#elif defined X86_64
#elif defined X86_64
|| defined POWERPC64
FFI_INTEGRAL_TYPEDEF
(
double
,
8
,
8
,
FFI_TYPE_DOUBLE
);
FFI_INTEGRAL_TYPEDEF
(
longdouble
,
16
,
16
,
FFI_TYPE_LONGDOUBLE
);
...
...
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