forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* src/powerpc/ffi.c (ffi_prep_args_SYSV): Move var declaration
before statements. (ffi_prep_args64): Support little-endian. (ffi_closure_helper_SYSV, ffi_closure_helper_LINUX64): Likewise. * src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Likewise. * src/powerpc/ppc_closure.S (ffi_closure_SYSV): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@200383 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
amodra
committed
Jun 25, 2013
1 parent
7f54d14
commit 4b39381
Showing
4 changed files
with
93 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
2013-06-25 Alan Modra <[email protected]> | ||
|
||
* src/powerpc/ffi.c (ffi_prep_args_SYSV): Move var declaration | ||
before statements. | ||
(ffi_prep_args64): Support little-endian. | ||
(ffi_closure_helper_SYSV, ffi_closure_helper_LINUX64): Likewise. | ||
* src/powerpc/linux64_closure.S (ffi_closure_LINUX64): Likewise. | ||
* src/powerpc/ppc_closure.S (ffi_closure_SYSV): Likewise. | ||
|
||
2013-05-22 Dominique d'Humieres <[email protected]> | ||
Rainer Orth <[email protected]> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters