mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
edb2fa9a96
* ld-aarch64/gc-plt1.s: New file. * ld-aarch64/gc-plt2.s: Likewise. * ld-aarch64/gc-plt-hidden.s: Likewise. * ld-aarch64/gc-plt-main.s: Likewise. * ld-aarch64/gc-relocs-257.s: Likewise. * ld-aarch64/gc-plt-relocs.d: Update expected objdump. * ld-aarch64/gc-relocs-257.d: Likewise. * ld-aarch64/gc-relocs-257-dyn.d: Likewise. * ld-aarch64/aarch64-elf.exp: Add test.
17 lines
440 B
Makefile
17 lines
440 B
Makefile
#source: gc-start.s
|
|
#source: gc-relocs-257.s
|
|
#ld: --defsym tempy=0x11012 --defsym tempy2=0x45034 --defsym tempy3=0x1234 -T aarch64.ld --gc-sections
|
|
#objdump: -d
|
|
|
|
# This tests if linker is able to remove gc section containing
|
|
# R_AARCH64_ABS64 relocs. So after gc, we should be left with
|
|
# only the startup code.
|
|
|
|
.*: file format elf64-(little|big)aarch64
|
|
|
|
|
|
Disassembly of section .text:
|
|
|
|
0+8000 \<_start\>:
|
|
8000: d503201f nop
|