Use bfd_is_abs_section to check discarded input section
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / pr17306a.s
1 .data
2 .globl foo
3 foo:
4 .long -1
5 .text
6 .globl _start
7 .type _start, @function
8 _start:
9 pushl foo@GOT(%ebx)
This page took 0.031047 seconds and 5 git commands to generate.