Always display addend as signed hex number
[deliverable/binutils-gdb.git] / ld / testsuite / ld-xtensa / coalesce1.s
1 .global foo
2 .data
3 .global g_name
4 .align 4
5 g_name:
6 .word 0xffffffff
7 .text
8 .global main
9 .align 4
10 main:
11 entry a5,16
12 movi a5,20000
13 movi a6,g_name
14 call8 foo
15 ret
This page took 0.031147 seconds and 4 git commands to generate.