Artifact 9271cc27ace32ccdbb69bcd8b0c450fbf631bbe1:
- File ffcall/avcall/asmmips.h — part of check-in [24d3bc4776] at 2011-01-30 17:11:43 on branch trunk — Adding ffcall (and built files) (user: matt, size: 333) [annotate] [blame] [check-ins using]
- File ffcall/callback/vacall_r/asmmips.h — part of check-in [24d3bc4776] at 2011-01-30 17:11:43 on branch trunk — Adding ffcall (and built files) (user: matt, size: 333) [annotate] [blame] [check-ins using]
- File ffcall/vacall/asmmips.h — part of check-in [24d3bc4776] at 2011-01-30 17:11:43 on branch trunk — Adding ffcall (and built files) (user: matt, size: 333) [annotate] [blame] [check-ins using]
// Assembly language support for mips CPU. // Bruno Haible 29.5.1999 // When assembly language code is compiled into a shared library, ELF linkers // need to know which symbols are functions. #if defined(__GNU__) || defined(__NetBSD__) #define DECLARE_FUNCTION(name) .type name,@function #else #define DECLARE_FUNCTION(name) #endif