binutils-gdb/ld/testsuite/ld-elfvers/vers27b.c
Alan Modra 5f89899448 Re: Use __asm__ rather than asm in ld testsuite
* testsuite/ld-elf/pr19553c.c: Replace asm with __asm__.
	* testsuite/ld-elfvers/vers27b.c: Likewise.
2020-06-16 22:44:13 +09:30

4 lines
67 B
C

#include "vers.h"
void foo () {}
__asm__ (".hidden " SYMPFX(foo));