mirror of git://gcc.gnu.org/git/gcc.git
ffi_darwin.c (ffi_prep_args): Declare bytes again.
2003-10-19 Andreas Tobler <a.tobler@schweiz.ch> * src/powerpc/ffi_darwin.c (ffi_prep_args): Declare bytes again. Used when FFI_DEBUG = 1. From-SVN: r72691
This commit is contained in:
parent
31762a1ce7
commit
0df6970d65
|
@ -1,3 +1,8 @@
|
||||||
|
2003-10-19 Andreas Tobler <a.tobler@schweiz.ch>
|
||||||
|
|
||||||
|
* src/powerpc/ffi_darwin.c (ffi_prep_args): Declare bytes again.
|
||||||
|
Used when FFI_DEBUG = 1.
|
||||||
|
|
||||||
2003-10-14 Alan Modra <amodra@bigpond.net.au>
|
2003-10-14 Alan Modra <amodra@bigpond.net.au>
|
||||||
|
|
||||||
* src/types.c (double, longdouble): Default POWERPC64 to 8 byte size
|
* src/types.c (double, longdouble): Default POWERPC64 to 8 byte size
|
||||||
|
|
|
@ -81,6 +81,7 @@ enum { ASM_NEEDS_REGISTERS = 4 };
|
||||||
void ffi_prep_args(extended_cif *ecif, unsigned *const stack)
|
void ffi_prep_args(extended_cif *ecif, unsigned *const stack)
|
||||||
/*@=exportheader@*/
|
/*@=exportheader@*/
|
||||||
{
|
{
|
||||||
|
const unsigned bytes = ecif->cif->bytes;
|
||||||
const unsigned flags = ecif->cif->flags;
|
const unsigned flags = ecif->cif->flags;
|
||||||
|
|
||||||
/* 'stacktop' points at the previous backchain pointer. */
|
/* 'stacktop' points at the previous backchain pointer. */
|
||||||
|
|
Loading…
Reference in New Issue