dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/libffi/src/s390 ffi.c,1.2,1.3


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/libffi/src/s390 ffi.c,1.2,1.3
Date: Thu, 06 Feb 2003 18:24:54 -0500

Update of /cvsroot/dotgnu-pnet/pnet/libffi/src/s390
In directory subversions:/tmp/cvs-serv22735/libffi/src/s390

Modified Files:
        ffi.c 
Log Message:


More libffi updates from the gcc CVS tree.


Index: ffi.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/libffi/src/s390/ffi.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** ffi.c       6 Feb 2003 01:15:38 -0000       1.2
--- ffi.c       6 Feb 2003 23:24:51 -0000       1.3
***************
*** 71,77 ****
  static void ffi_prep_args (unsigned char *, extended_cif *);
  static int ffi_check_float_struct (ffi_type *);
! void ffi_closure_helper_SYSV (ffi_closure *, unsigned long *, 
!                             unsigned long long *, unsigned long *);
!  
  /*====================== End of Prototypes ===========================*/
   
--- 71,81 ----
  static void ffi_prep_args (unsigned char *, extended_cif *);
  static int ffi_check_float_struct (ffi_type *);
! void
! #if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ > 2)
! __attribute__ ((visibility ("hidden")))
! #endif
! ffi_closure_helper_SYSV (ffi_closure *, unsigned long *, 
!                        unsigned long long *, unsigned long *);
! 
  /*====================== End of Prototypes ===========================*/
   





reply via email to

[Prev in Thread] Current Thread [Next in Thread]