Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / needed2c.c
1 extern void dumpme (void);
2 int main (void)
3 {
4 dumpme();
5 return 0;
6 }
This page took 0.045626 seconds and 4 git commands to generate.