Tolerate some whitespace differences in readelf output.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-xtensa / coalesce1.s
CommitLineData
e0001a05
NC
1 .global foo
2 .data
3 .global g_name
4 .align 4
5g_name:
6 .word 0xffffffff
7 .text
8 .global main
9 .align 4
10main:
11 entry a5,16
12 movi a5,20000
13 movi a6,g_name
14 call8 foo
15 ret
This page took 0.536812 seconds and 4 git commands to generate.