Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
[AC_TRY_RUN([#include <stdio.h>
int test() {
#if defined(__GNUC__)
__asm__ __volatile__ ("
__asm__ __volatile__ (
.align 4
".align 4\n"
mfx_a1:
"mfx_a1:\n"
.byte 0
".byte 0\n"
mfx_a2:
"mfx_a2:\n"
");
);
#endif
return 0;
}
int mfx_asm_func();
static void test() {
__asm__ __volatile__("
__asm__ __volatile__(
.globl mfx_asm_func
".globl mfx_asm_func\n"
mfx_asm_func:
"mfx_asm_func:\n"
], [
return mfx_asm_func();