Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
[deliverable/binutils-gdb.git] / ld / testsuite / ld-powerpc / nodotsym.s
1 .section .opd,"aw"
2 .p2align 3
3 .global foo
4 .type foo,@function
5 foo:
6 .quad .L.foo,.TOC.@tocbase,0
7
8 .text
9 .L.foo:
10 blr
11 .size foo,.-.L.foo
This page took 0.030755 seconds and 4 git commands to generate.