Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / mixed2b.s
1 .globl foo
2 .data
3 .align 4
4 .type foo, @object
5 .size foo, 4
6 foo:
7 .long 1
This page took 0.030234 seconds and 4 git commands to generate.