Use "pulongest" on aarch64-tdep.c:aarch64_gdbarch_init
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / reloc-discard.ld
1 SECTIONS
2 {
3 /* .dynamic needs to go first with MIPS IRIX-style emulations. */
4 .dynamic : { *(.dynamic) }
5 /DISCARD/ : { *(.rel.*) *(.rela.*) }
6 }
This page took 0.030578 seconds and 4 git commands to generate.