ld: Issue an error for GC on __patchable_function_entries section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr14170b.s
1 .data
2 .type foo,%object
3 .globl foo
4 foo:
5 .dc.a 0
6 .size foo, . - foo
7 .type foo,%object
8 .globl bar
9 bar:
10 .dc.a 0
11 .size bar, . - bar
This page took 0.032955 seconds and 4 git commands to generate.