Properly implement STT_COMMON
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr18720b.c
CommitLineData
6e33951e
L
1#include <stdio.h>
2
3void
4foo (void)
5{
6 printf ("MAIN\n");
7}
8
9asm (".symver foo,foo@FOO");
10asm (".set foo_alias,foo");
11asm (".global foo_alias");
This page took 0.046605 seconds and 4 git commands to generate.