25 lines
595 B
Plaintext
25 lines
595 B
Plaintext
# REQUIRES: aarch64
|
|
|
|
# RUN: yaml2obj %s -o %t.o
|
|
# RUN: ld.lld %t.o -o %t.out
|
|
|
|
!ELF
|
|
FileHeader:
|
|
Class: ELFCLASS64
|
|
Data: ELFDATA2LSB
|
|
Type: ET_REL
|
|
Machine: EM_AARCH64
|
|
Sections:
|
|
- Type: SHT_PROGBITS
|
|
Name: .text
|
|
Flags: [ SHF_ALLOC, SHF_EXECINSTR ]
|
|
Content: "00000000"
|
|
- Type: SHT_RELA
|
|
Name: .rela.text
|
|
Link: .symtab
|
|
Info: .text
|
|
Relocations:
|
|
- Offset: 0
|
|
Symbol: ''
|
|
Type: R_AARCH64_NONE
|