ELF: Support the section flag 'o' in .section directive
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / data2.c
1 int foo = 0;
2 extern int foo_alias __attribute__ ((weak, alias ("foo")));
3
4 void
5 bar (void)
6 {
7 foo = -1;
8 }
9
This page took 0.035842 seconds and 4 git commands to generate.