x86: Updated align branch tests for Darwin and i686-pc-elf
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / load2.s
1 .data
2 .type foo, @object
3 foo:
4 .text
5 .globl _start
6 .type _start, @function
7 _start:
8 addl foo@GOT, %ebx
This page took 0.030888 seconds and 4 git commands to generate.