diff options
Diffstat (limited to 'lld/test/ELF/riscv-jal-error.test')
-rw-r--r-- | lld/test/ELF/riscv-jal-error.test | 47 |
1 files changed, 23 insertions, 24 deletions
diff --git a/lld/test/ELF/riscv-jal-error.test b/lld/test/ELF/riscv-jal-error.test index 9df95c9cc4e..113efa5c5f1 100644 --- a/lld/test/ELF/riscv-jal-error.test +++ b/lld/test/ELF/riscv-jal-error.test @@ -66,28 +66,27 @@ Sections: Flags: [ SHF_WRITE, SHF_ALLOC ] AddressAlign: 0x0000000000000001 Symbols: - Local: - - Name: .text - Type: STT_SECTION - Section: .text - - Name: .data - Type: STT_SECTION - Section: .data - - Name: .bss - Type: STT_SECTION - Section: .bss - - Name: L1 - Section: .text - - Name: L2 - Section: .text - Value: 0x0000000000000004 - - Name: L3 - Section: .text - Value: 0x0000000000000008 - - Name: L4 - Section: .text - Value: 0x000000000000000C - 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: L1 + Section: .text + - Name: L2 + Section: .text + Value: 0x0000000000000004 + - Name: L3 + Section: .text + Value: 0x0000000000000008 + - Name: L4 + Section: .text + Value: 0x000000000000000C + - Name: _start + Section: .text + Binding: STB_GLOBAL ... |