Don't re-export common symbols
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr18720b.c
1 #include <stdio.h>
2
3 void
4 foo (void)
5 {
6 printf ("MAIN\n");
7 }
8
9 asm (".symver foo,foo@FOO");
10 asm (".set foo_alias,foo");
11 asm (".global foo_alias");
This page took 0.036264 seconds and 4 git commands to generate.