cls_multi_schar.c (main): Fix initialization error.
2004-04-24 Andreas Tobler <a.tobler@schweiz.ch> * testsuite/libffi.call/cls_multi_schar.c (main): Fix initialization error. Reported by Thomas Heller <theller@python.net>. * testsuite/libffi.call/cls_multi_sshort.c (main): Likewise. * testsuite/libffi.call/cls_multi_ushort.c (main): Likewise. From-SVN: r81131
This commit is contained in:
parent
03a9170174
commit
67781b4446
4 changed files with 11 additions and 4 deletions
|
@ -1,10 +1,17 @@
|
|||
2004-04-24 Andreas Tobler <a.tobler@schweiz.ch>
|
||||
|
||||
* testsuite/libffi.call/cls_multi_schar.c (main): Fix initialization
|
||||
error. Reported by Thomas Heller <theller@python.net>.
|
||||
* testsuite/libffi.call/cls_multi_sshort.c (main): Likewise.
|
||||
* testsuite/libffi.call/cls_multi_ushort.c (main): Likewise.
|
||||
|
||||
2004-03-20 Matthias Klose <doko@debian.org>
|
||||
|
||||
* src/pa/linux.S: Fix typo.
|
||||
|
||||
2004-03-19 Matthias Klose <doko@debian.org>
|
||||
|
||||
* Makefile.am: Update
|
||||
* Makefile.am: Update.
|
||||
* Makefile.in: Regenerate.
|
||||
* src/pa/ffi.h.in: Remove.
|
||||
* src/pa/ffitarget.h: New file.
|
||||
|
|
|
@ -55,7 +55,7 @@ int main (void)
|
|||
|
||||
args_dbl[0] = &a;
|
||||
args_dbl[1] = &b;
|
||||
args_dbl[3] = NULL;
|
||||
args_dbl[2] = NULL;
|
||||
|
||||
cl_arg_types[0] = &ffi_type_schar;
|
||||
cl_arg_types[1] = &ffi_type_schar;
|
||||
|
|
|
@ -55,7 +55,7 @@ int main (void)
|
|||
|
||||
args_dbl[0] = &a;
|
||||
args_dbl[1] = &b;
|
||||
args_dbl[3] = NULL;
|
||||
args_dbl[2] = NULL;
|
||||
|
||||
cl_arg_types[0] = &ffi_type_sshort;
|
||||
cl_arg_types[1] = &ffi_type_sshort;
|
||||
|
|
|
@ -55,7 +55,7 @@ int main (void)
|
|||
|
||||
args_dbl[0] = &a;
|
||||
args_dbl[1] = &b;
|
||||
args_dbl[3] = NULL;
|
||||
args_dbl[2] = NULL;
|
||||
|
||||
cl_arg_types[0] = &ffi_type_ushort;
|
||||
cl_arg_types[1] = &ffi_type_ushort;
|
||||
|
|
Loading…
Add table
Reference in a new issue