diff options
Diffstat (limited to 'ld/testsuite/ld-aarch64/gc-relocs-257-dyn.d')
-rw-r--r-- | ld/testsuite/ld-aarch64/gc-relocs-257-dyn.d | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ld/testsuite/ld-aarch64/gc-relocs-257-dyn.d b/ld/testsuite/ld-aarch64/gc-relocs-257-dyn.d new file mode 100644 index 0000000..f1f7eb6 --- /dev/null +++ b/ld/testsuite/ld-aarch64/gc-relocs-257-dyn.d @@ -0,0 +1,16 @@ +#source: gc-start.s +#source: gc-relocs-257.s +#ld: --defsym tempy=0x11012 --defsym tempy2=0x45034 --defsym tempy3=0x1234 -T aarch64.ld -shared --gc-sections +#objdump: -R -d + +# This tests if the linker is able to remove dynamic relocs created +# for R_AARCH64_ABS64 while removing a gc section. The section is +# also removed. So after gc, we should be left with the startup code. + +.*: file format elf64-(little|big)aarch64 + + +Disassembly of section .text: + +0+8000 \<_start\>: + 8000: d503201f nop |