diff options
Diffstat (limited to 'lld/test/ELF/riscv-call.test')
-rw-r--r-- | lld/test/ELF/riscv-call.test | 35 |
1 files changed, 17 insertions, 18 deletions
diff --git a/lld/test/ELF/riscv-call.test b/lld/test/ELF/riscv-call.test index d8077d48037..da689358b07 100644 --- a/lld/test/ELF/riscv-call.test +++ b/lld/test/ELF/riscv-call.test @@ -74,22 +74,21 @@ Sections: Type: R_RISCV_CALL Addend: -4 Symbols: - Local: - - Name: .text - Type: STT_SECTION - Section: .text - - Name: .data - Type: STT_SECTION - Section: .data - - Name: .bss - Type: STT_SECTION - Section: .bss - - Name: .reloc_neg - Type: STT_SECTION - Section: .reloc_neg - - Name: L1 - Section: .reloc_neg - Global: - - Name: _start - Section: .text + - Name: .text + Type: STT_SECTION + Section: .text + - Name: .data + Type: STT_SECTION + Section: .data + - Name: .bss + Type: STT_SECTION + Section: .bss + - Name: .reloc_neg + Type: STT_SECTION + Section: .reloc_neg + - Name: L1 + Section: .reloc_neg + - Name: _start + Section: .text + Binding: STB_GLOBAL ... |