summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/symbol-table-elf.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/llvm-objdump/symbol-table-elf.test')
-rw-r--r--llvm/test/tools/llvm-objdump/symbol-table-elf.test36
1 files changed, 18 insertions, 18 deletions
diff --git a/llvm/test/tools/llvm-objdump/symbol-table-elf.test b/llvm/test/tools/llvm-objdump/symbol-table-elf.test
index 649e54c99bf..a2a7f018618 100644
--- a/llvm/test/tools/llvm-objdump/symbol-table-elf.test
+++ b/llvm/test/tools/llvm-objdump/symbol-table-elf.test
@@ -28,22 +28,22 @@ Sections:
AddressAlign: 0x0000000000000010
Content: "00000000"
Symbols:
- Global:
- - Name: foo
- Type: STT_FUNC
- Section: .text
- Value: 0x1004
- - Name: bar
- Type: STT_OBJECT
- Section: .text
- Value: 0x1008
- Local:
- - Name: lfoo
- Type: STT_FUNC
- Section: .text
- Value: 0x1004
- - Name: lbar
- Type: STT_OBJECT
- Section: .text
- Value: 0x1008
+ - Name: lfoo
+ Type: STT_FUNC
+ Section: .text
+ Value: 0x1004
+ - Name: lbar
+ Type: STT_OBJECT
+ Section: .text
+ Value: 0x1008
+ - Name: foo
+ Type: STT_FUNC
+ Section: .text
+ Value: 0x1004
+ Binding: STB_GLOBAL
+ - Name: bar
+ Type: STT_OBJECT
+ Section: .text
+ Value: 0x1008
+ Binding: STB_GLOBAL
OpenPOWER on IntegriCloud