/[dotgnu-pnet]/pnet/libffi/fficonfig.h.in
ViewVC logotype

Diff of /pnet/libffi/fficonfig.h.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by ktreichel, Sat Jul 30 19:00:13 2005 UTC revision 1.5 by ktreichel, Wed Aug 17 19:27:00 2005 UTC
# Line 34  Line 34 
34     */     */
35  #undef HAVE_AS_SPARC_UA_PCREL  #undef HAVE_AS_SPARC_UA_PCREL
36    
37    /* Define if __attribute__((visibility("hidden"))) is supported. */
38    #undef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE
39    
40  /* Define to 1 if you have the <inttypes.h> header file. */  /* Define to 1 if you have the <inttypes.h> header file. */
41  #undef HAVE_INTTYPES_H  #undef HAVE_INTTYPES_H
42    
# Line 133  Line 136 
136  /* Define to 1 if your processor stores words with the most significant byte  /* Define to 1 if your processor stores words with the most significant byte
137     first (like Motorola and SPARC, unlike Intel and VAX). */     first (like Motorola and SPARC, unlike Intel and VAX). */
138  #undef WORDS_BIGENDIAN  #undef WORDS_BIGENDIAN
139    
140    
141    #ifdef HAVE_HIDDEN_VISIBILITY_ATTRIBUTE
142    #ifdef LIBFFI_ASM
143    #define FFI_HIDDEN(name) .hidden name
144    #else
145    #define FFI_HIDDEN __attribute__ ((visibility ("hidden")))
146    #endif
147    #else
148    #ifdef LIBFFI_ASM
149    #define FFI_HIDDEN(name)
150    #else
151    #define FFI_HIDDEN
152    #endif
153    #endif
154    

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26