gdb: Convert language la_compute_program field to a method
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / branch1.s
CommitLineData
02a86693
L
1 .text
2 .type bar, @function
3bar:
4 ret
5 .globl foo
6 .type foo, @function
7foo:
8 ret
9 .globl _start
10 .type _start, @function
11_start:
12 call *foo@GOT
13 call *bar@GOT
14 jmp *foo@GOT
15 jmp *bar@GOT
This page took 0.228435 seconds and 4 git commands to generate.