summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/Mips
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Object/Mips')
-rw-r--r--llvm/test/Object/Mips/abi-flags.yaml7
-rw-r--r--llvm/test/Object/Mips/elf-abi.yaml40
-rw-r--r--llvm/test/Object/Mips/elf-flags.yaml10
-rw-r--r--llvm/test/Object/Mips/elf-mips64-rel.yaml26
4 files changed, 41 insertions, 42 deletions
diff --git a/llvm/test/Object/Mips/abi-flags.yaml b/llvm/test/Object/Mips/abi-flags.yaml
index ee66638c9d1..cdfaebe6e70 100644
--- a/llvm/test/Object/Mips/abi-flags.yaml
+++ b/llvm/test/Object/Mips/abi-flags.yaml
@@ -59,7 +59,6 @@ Sections:
Flags2: 0x0
Symbols:
- Local:
- - Name: .MIPS.abiflags
- Type: STT_SECTION
- Section: .MIPS.abiflags
+ - Name: .MIPS.abiflags
+ Type: STT_SECTION
+ Section: .MIPS.abiflags
diff --git a/llvm/test/Object/Mips/elf-abi.yaml b/llvm/test/Object/Mips/elf-abi.yaml
index 3a7b05e01cd..ceb64a38700 100644
--- a/llvm/test/Object/Mips/elf-abi.yaml
+++ b/llvm/test/Object/Mips/elf-abi.yaml
@@ -62,11 +62,11 @@ Sections:
Size: 4
Symbols:
- Global:
- - Name: T1
- Section: .text
- Value: 0
- Size: 4
+ - Name: T1
+ Section: .text
+ Value: 0
+ Size: 4
+ Binding: STB_GLOBAL
# o64
--- !ELF
@@ -84,11 +84,11 @@ Sections:
Size: 4
Symbols:
- Global:
- - Name: T1
- Section: .text
- Value: 0
- Size: 4
+ - Name: T1
+ Section: .text
+ Value: 0
+ Size: 4
+ Binding: STB_GLOBAL
# eabio32
--- !ELF
@@ -106,11 +106,11 @@ Sections:
Size: 4
Symbols:
- Global:
- - Name: T1
- Section: .text
- Value: 0
- Size: 4
+ - Name: T1
+ Section: .text
+ Value: 0
+ Size: 4
+ Binding: STB_GLOBAL
# eabi64
--- !ELF
@@ -128,9 +128,9 @@ Sections:
Size: 4
Symbols:
- Global:
- - Name: T1
- Section: .text
- Value: 0
- Size: 4
+ - Name: T1
+ Section: .text
+ Value: 0
+ Size: 4
+ Binding: STB_GLOBAL
...
diff --git a/llvm/test/Object/Mips/elf-flags.yaml b/llvm/test/Object/Mips/elf-flags.yaml
index dceabc05c8b..ad71f343f02 100644
--- a/llvm/test/Object/Mips/elf-flags.yaml
+++ b/llvm/test/Object/Mips/elf-flags.yaml
@@ -44,9 +44,9 @@ Sections:
Size: 4
Symbols:
- Global:
- - Name: T1
- Section: .text
- Value: 0
- Size: 4
+ - Name: T1
+ Section: .text
+ Value: 0
+ Size: 4
+ Binding: STB_GLOBAL
...
diff --git a/llvm/test/Object/Mips/elf-mips64-rel.yaml b/llvm/test/Object/Mips/elf-mips64-rel.yaml
index 3e565553475..169978ac5b5 100644
--- a/llvm/test/Object/Mips/elf-mips64-rel.yaml
+++ b/llvm/test/Object/Mips/elf-mips64-rel.yaml
@@ -98,17 +98,17 @@ Sections:
Size: 0x0F
Symbols:
- Local:
- - Name: .text
- Type: STT_SECTION
- Section: .text
- - Name: .rodata
- Type: STT_SECTION
- Section: .rodata
- Global:
- - Name: main
- Type: STT_FUNC
- Section: .text
- Size: 0x58
- - Name: printf
+ - Name: .text
+ Type: STT_SECTION
+ Section: .text
+ - Name: .rodata
+ Type: STT_SECTION
+ Section: .rodata
+ - Name: main
+ Type: STT_FUNC
+ Section: .text
+ Size: 0x58
+ Binding: STB_GLOBAL
+ - Name: printf
+ Binding: STB_GLOBAL
...
OpenPOWER on IntegriCloud