Set SHF_INFO_LINK bit for SHT_REL/SHT_RELA sections
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / needed-by-reloc.s
1 .globl foo
2
3 .data
4 .long foo
5 .text
6 foo:
7 .long 1
This page took 0.030026 seconds and 4 git commands to generate.