summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/yaml2obj-elf-rel.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Object/yaml2obj-elf-rel.yaml')
-rw-r--r--llvm/test/Object/yaml2obj-elf-rel.yaml22
1 files changed, 11 insertions, 11 deletions
diff --git a/llvm/test/Object/yaml2obj-elf-rel.yaml b/llvm/test/Object/yaml2obj-elf-rel.yaml
index f98c8e262a7..b84d5b85bee 100644
--- a/llvm/test/Object/yaml2obj-elf-rel.yaml
+++ b/llvm/test/Object/yaml2obj-elf-rel.yaml
@@ -49,17 +49,17 @@ Sections:
Type: R_MIPS_LO16
Symbols:
- Local:
- - Name: loc1
- - Name: loc2
- Global:
- - Name: glob1
- Section: .text
- Value: 0x0
- Size: 4
- - Name: glob2
- Weak:
- - Name: weak1
+ - Name: loc1
+ - Name: loc2
+ - Name: glob1
+ Section: .text
+ Value: 0x0
+ Size: 4
+ Binding: STB_GLOBAL
+ - Name: glob2
+ Binding: STB_GLOBAL
+ - Name: weak1
+ Binding: STB_WEAK
# CHECK: Section {
# CHECK-NEXT: Index: 0
OpenPOWER on IntegriCloud