ld: Issue an error for GC on __patchable_function_entries section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr14323-2.c
CommitLineData
bc9ad2e4
L
1int foo __attribute__ ((section ("_data_foo"))) = 0;
2extern int foo_alias __attribute__ ((weak, alias ("foo")));
3extern char __start__data_foo;
4asm (".type __start__data_foo,%object");
5int x1 = 1;
6int x2 = 2;
7
8char *
9bar ()
10{
11 foo = -1;
12 return &__start__data_foo;
13}
This page took 0.372699 seconds and 4 git commands to generate.