mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-27 04:52:05 +08:00
5f89899448
* testsuite/ld-elf/pr19553c.c: Replace asm with __asm__. * testsuite/ld-elfvers/vers27b.c: Likewise.
4 lines
67 B
C
4 lines
67 B
C
#include "vers.h"
|
|
void foo () {}
|
|
__asm__ (".hidden " SYMPFX(foo));
|