diff options
-rw-r--r-- | test/CodeGen/ARM/2010-12-15-elf-lcomm.ll | 2 | ||||
-rw-r--r-- | test/MC/ARM/elf-thumbfunc.s | 2 | ||||
-rw-r--r-- | test/MC/ELF/abs.s | 2 | ||||
-rw-r--r-- | test/MC/ELF/alias-reloc.s | 4 | ||||
-rw-r--r-- | test/MC/ELF/alias.s | 14 | ||||
-rw-r--r-- | test/MC/ELF/basic-elf-32.s | 10 | ||||
-rw-r--r-- | test/MC/ELF/basic-elf-64.s | 10 | ||||
-rw-r--r-- | test/MC/ELF/comdat.s | 6 | ||||
-rw-r--r-- | test/MC/ELF/common.s | 12 | ||||
-rw-r--r-- | test/MC/ELF/file.s | 4 | ||||
-rw-r--r-- | test/MC/ELF/local-reloc.s | 2 | ||||
-rw-r--r-- | test/MC/ELF/merge.s | 2 | ||||
-rw-r--r-- | test/MC/ELF/noexec.s | 2 | ||||
-rw-r--r-- | test/MC/ELF/pic-diff.s | 2 | ||||
-rw-r--r-- | test/MC/ELF/pr9292.s | 4 | ||||
-rw-r--r-- | test/MC/ELF/relocation-386.s | 4 | ||||
-rw-r--r-- | test/MC/ELF/relocation.s | 2 | ||||
-rw-r--r-- | test/MC/ELF/rename.s | 2 | ||||
-rw-r--r-- | test/MC/ELF/set.s | 4 | ||||
-rw-r--r-- | test/MC/ELF/symref.s | 24 | ||||
-rw-r--r-- | test/MC/ELF/tls-i386.s | 14 | ||||
-rw-r--r-- | test/MC/ELF/tls.s | 8 | ||||
-rw-r--r-- | test/MC/ELF/type.s | 4 | ||||
-rw-r--r-- | test/MC/ELF/undef.s | 2 | ||||
-rw-r--r-- | test/MC/ELF/weak.s | 4 | ||||
-rw-r--r-- | test/MC/ELF/weakref-reloc.s | 6 | ||||
-rw-r--r-- | test/MC/ELF/weakref.s | 36 | ||||
-rwxr-xr-x | test/Scripts/elf-dump | 2 |
28 files changed, 95 insertions, 95 deletions
diff --git a/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll b/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll index fbdf162a63..dd0ca5ced0 100644 --- a/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll +++ b/test/CodeGen/ARM/2010-12-15-elf-lcomm.ll @@ -22,7 +22,7 @@ ; OBJ-NEXT: 'st_value', 0x00000000 ; OBJ-NEXT: 'st_size', 0x00000050 ; OBJ-NEXT: 'st_bind', 0x0 -; OBJ-NEXT: 'st_type', 0x00000001 +; OBJ-NEXT: 'st_type', 0x1 ; OBJ-NEXT: 'st_other', 0x00000000 ; OBJ-NEXT: 'st_shndx', 0x00000004 diff --git a/test/MC/ARM/elf-thumbfunc.s b/test/MC/ARM/elf-thumbfunc.s index c9591f86c8..0aa7f41cc4 100644 --- a/test/MC/ARM/elf-thumbfunc.s +++ b/test/MC/ARM/elf-thumbfunc.s @@ -17,4 +17,4 @@ foo: @CHECK-NEXT: 'st_value', 0x00000001 @CHECK-NEXT: 'st_size', 0x00000000 @CHECK-NEXT: 'st_bind', 0x1 -@CHECK-NEXT: 'st_type', 0x00000002 +@CHECK-NEXT: 'st_type', 0x2 diff --git a/test/MC/ELF/abs.s b/test/MC/ELF/abs.s index 18a5156868..2de8f7c2d7 100644 --- a/test/MC/ELF/abs.s +++ b/test/MC/ELF/abs.s @@ -9,7 +9,7 @@ // CHECK: # Symbol 1 // CHECK-NEXT: (('st_name', 0x00000001) # 'zed' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x0000fff1) // CHECK-NEXT: ('st_value', 0x0000000000000000) diff --git a/test/MC/ELF/alias-reloc.s b/test/MC/ELF/alias-reloc.s index 3accec5c22..71975ba814 100644 --- a/test/MC/ELF/alias-reloc.s +++ b/test/MC/ELF/alias-reloc.s @@ -34,7 +34,7 @@ foo2: // CHECK: # Symbol 1 // CHECK-NEXT: (('st_name', 0x00000005) # 'bar' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -44,7 +44,7 @@ foo2: // CHECK: # Symbol 6 // CHECK-NEXT: (('st_name', 0x0000000e) # 'bar2' // CHECK-NEXT: ('st_bind', 0x2) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000004) // CHECK-NEXT: ('st_value', 0x0000000000000005) diff --git a/test/MC/ELF/alias.s b/test/MC/ELF/alias.s index 46cb4f697d..e429bd7578 100644 --- a/test/MC/ELF/alias.s +++ b/test/MC/ELF/alias.s @@ -19,7 +19,7 @@ bar4 = foo4 // CHECK: # Symbol 1 // CHECK-NEXT: (('st_name', 0x00000005) # 'bar' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -28,7 +28,7 @@ bar4 = foo4 // CHECK-NEXT: # Symbol 2 // CHECK-NEXT: (('st_name', 0x0000001d) # 'bar4' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000002) +// CHECK-NEXT: ('st_type', 0x2) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -37,7 +37,7 @@ bar4 = foo4 // CHECK-NEXT: # Symbol 3 // CHECK-NEXT: (('st_name', 0x00000001) # 'foo' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -46,7 +46,7 @@ bar4 = foo4 // CHECK-NEXT: # Symbol 4 // CHECK-NEXT: (('st_name', 0x0000000e) # 'foo3' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -55,7 +55,7 @@ bar4 = foo4 // CHECK-NEXT: # Symbol 5 // CHECK-NEXT: (('st_name', 0x00000018) # 'foo4' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000002) +// CHECK-NEXT: ('st_type', 0x2) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -70,7 +70,7 @@ bar4 = foo4 // CHECK: # Symbol 9 // CHECK-NEXT: (('st_name', 0x00000013) # 'bar3' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -78,7 +78,7 @@ bar4 = foo4 // CHECK: # Symbol 10 // CHECK-NEXT: (('st_name', 0x00000009) # 'bar2' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ('st_value', 0x0000000000000000) diff --git a/test/MC/ELF/basic-elf-32.s b/test/MC/ELF/basic-elf-32.s index f8bfd0e842..b1e5b3d8cf 100644 --- a/test/MC/ELF/basic-elf-32.s +++ b/test/MC/ELF/basic-elf-32.s @@ -61,18 +61,18 @@ main: # @main // CHECK: ]) // CHECK: ('st_bind', 0x0) -// CHECK: ('st_type', 0x00000003) +// CHECK: ('st_type', 0x3) // CHECK: ('st_bind', 0x0) -// CHECK: ('st_type', 0x00000003) +// CHECK: ('st_type', 0x3) // CHECK: ('st_bind', 0x0) -// CHECK: ('st_type', 0x00000003) +// CHECK: ('st_type', 0x3) // CHECK: # 'main' // CHECK: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000002) +// CHECK-NEXT: ('st_type', 0x2) // CHECK: # 'puts' // CHECK: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) diff --git a/test/MC/ELF/basic-elf-64.s b/test/MC/ELF/basic-elf-64.s index 48c50532e0..3f65a302f0 100644 --- a/test/MC/ELF/basic-elf-64.s +++ b/test/MC/ELF/basic-elf-64.s @@ -65,18 +65,18 @@ main: # @main // CHECK: ]) // CHECK: ('st_bind', 0x0) -// CHECK: ('st_type', 0x00000003) +// CHECK: ('st_type', 0x3) // CHECK: ('st_bind', 0x0) -// CHECK: ('st_type', 0x00000003) +// CHECK: ('st_type', 0x3) // CHECK: ('st_bind', 0x0) -// CHECK: ('st_type', 0x00000003) +// CHECK: ('st_type', 0x3) // CHECK: # 'main' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000002) +// CHECK-NEXT: ('st_type', 0x2) // CHECK: # 'puts' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) diff --git a/test/MC/ELF/comdat.s b/test/MC/ELF/comdat.s index e74570382c..47005dd08f 100644 --- a/test/MC/ELF/comdat.s +++ b/test/MC/ELF/comdat.s @@ -45,7 +45,7 @@ // CHECK: # Symbol 1 // CHECK-NEXT: (('st_name', 0x00000001) # 'g1' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000007) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -54,7 +54,7 @@ // CHECK-NEXT: # Symbol 2 // CHECK-NEXT: (('st_name', 0x00000004) # 'g2' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000002) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -64,7 +64,7 @@ // CHECK: # Symbol 13 // CHECK-NEXT: (('st_name', 0x00000007) # 'g3' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ('st_value', 0x0000000000000000) diff --git a/test/MC/ELF/common.s b/test/MC/ELF/common.s index c6a97a0908..21020b5ce3 100644 --- a/test/MC/ELF/common.s +++ b/test/MC/ELF/common.s @@ -10,7 +10,7 @@ // CHECK: ('st_name', 0x00000001) # 'common1' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000001) +// CHECK-NEXT: ('st_type', 0x1) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -24,7 +24,7 @@ // CHECK: ('st_name', 0x00000009) # 'common2' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000001) +// CHECK-NEXT: ('st_type', 0x1) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', // CHECK-NEXT: ('st_value', 0x0000000000000001) @@ -36,7 +36,7 @@ // CHECK: # Symbol 3 // CHECK-NEXT: (('st_name', 0x00000011) # 'common6' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000001) +// CHECK-NEXT: ('st_type', 0x1) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000004) // CHECK-NEXT: ('st_value', 0x0000000000000010) @@ -49,7 +49,7 @@ // CHECK: ('st_name', 0x00000019) # 'common3' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000001) +// CHECK-NEXT: ('st_type', 0x1) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x0000fff2) // CHECK-NEXT: ('st_value', 0x0000000000000004) @@ -69,7 +69,7 @@ foo: // CHECK: ('st_name', 0x00000025) # 'common4' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000001) +// CHECK-NEXT: ('st_type', 0x1) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x0000fff2) // CHECK-NEXT: ('st_value', 0x0000000000000010) @@ -80,7 +80,7 @@ foo: // CHECK: # Symbol 9 // CHECK-NEXT: (('st_name', 0x0000002d) # 'common5' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000001) +// CHECK-NEXT: ('st_type', 0x1) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x0000fff2) // CHECK-NEXT: ('st_value', 0x0000000000000004) diff --git a/test/MC/ELF/file.s b/test/MC/ELF/file.s index c8f8a41fe3..37c8799fee 100644 --- a/test/MC/ELF/file.s +++ b/test/MC/ELF/file.s @@ -7,7 +7,7 @@ foa: // CHECK: # Symbol 1 // CHECK-NEXT: (('st_name', 0x00000001) # 'foo' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000004) +// CHECK-NEXT: ('st_type', 0x4) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x0000fff1) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -16,7 +16,7 @@ foa: // CHECK-NEXT: # Symbol 2 // CHECK-NEXT: (('st_name', 0x00000005) # 'foa' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) diff --git a/test/MC/ELF/local-reloc.s b/test/MC/ELF/local-reloc.s index 2d71cc893d..747e6979c0 100644 --- a/test/MC/ELF/local-reloc.s +++ b/test/MC/ELF/local-reloc.s @@ -24,7 +24,7 @@ foo: // CHECK: # Symbol 2 // CHECK-NEXT: (('st_name', 0x00000000) # '' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000003) +// CHECK-NEXT: ('st_type', 0x3) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) diff --git a/test/MC/ELF/merge.s b/test/MC/ELF/merge.s index 018a6a623e..d5579f6d18 100644 --- a/test/MC/ELF/merge.s +++ b/test/MC/ELF/merge.s @@ -88,7 +88,7 @@ foo: // CHECK: # Symbol 6 // CHECK-NEXT: (('st_name', 0x00000000) # '' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000003) +// CHECK-NEXT: ('st_type', 0x3) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000005) diff --git a/test/MC/ELF/noexec.s b/test/MC/ELF/noexec.s index 96966ae79e..073c148f03 100644 --- a/test/MC/ELF/noexec.s +++ b/test/MC/ELF/noexec.s @@ -16,7 +16,7 @@ // CHECK: # Symbol 4 // CHECK-NEXT: (('st_name', 0x00000000) # '' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000003) +// CHECK-NEXT: ('st_type', 0x3) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000004) // CHECK-NEXT: ('st_value', 0x0000000000000000) diff --git a/test/MC/ELF/pic-diff.s b/test/MC/ELF/pic-diff.s index bffd1e6c60..4e793e3395 100644 --- a/test/MC/ELF/pic-diff.s +++ b/test/MC/ELF/pic-diff.s @@ -12,7 +12,7 @@ // CHECK: # Symbol 5 // CHECK-NEXT: (('st_name', 0x00000005) # 'baz' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ('st_value', 0x0000000000000000) diff --git a/test/MC/ELF/pr9292.s b/test/MC/ELF/pr9292.s index 4d6db21e6c..9155e74cf1 100644 --- a/test/MC/ELF/pr9292.s +++ b/test/MC/ELF/pr9292.s @@ -9,7 +9,7 @@ mov %eax,bar // CHECK: (('st_name', 0x00000005) # 'bar' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -18,7 +18,7 @@ mov %eax,bar // CHECK-NEXT: # Symbol 5 // CHECK-NEXT: (('st_name', 0x00000001) # 'foo' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ('st_value', 0x0000000000000000) diff --git a/test/MC/ELF/relocation-386.s b/test/MC/ELF/relocation-386.s index d3021164d2..48b0354f2f 100644 --- a/test/MC/ELF/relocation-386.s +++ b/test/MC/ELF/relocation-386.s @@ -174,7 +174,7 @@ // CHECK-NEXT: ('st_value', 0x00000000) // CHECK-NEXT: ('st_size', 0x00000000) // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000006) +// CHECK-NEXT: ('st_type', 0x6) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000005) @@ -184,7 +184,7 @@ // CHECK-NEXT: ('st_value', 0x00000000) // CHECK-NEXT: ('st_size', 0x00000000) // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000003) +// CHECK-NEXT: ('st_type', 0x3) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000004) diff --git a/test/MC/ELF/relocation.s b/test/MC/ELF/relocation.s index 62cc05971a..54f0ce0747 100644 --- a/test/MC/ELF/relocation.s +++ b/test/MC/ELF/relocation.s @@ -116,6 +116,6 @@ bar: // CHECK: # Symbol 2 // CHECK: (('st_name', 0x00000000) # '' // CHECK: ('st_bind', 0x0) -// CHECK: ('st_type', 0x00000003) +// CHECK: ('st_type', 0x3) // CHECK: ('st_other', 0x00000000) // CHECK: ('st_shndx', 0x00000001) diff --git a/test/MC/ELF/rename.s b/test/MC/ELF/rename.s index f85f410da8..d402aff7f7 100644 --- a/test/MC/ELF/rename.s +++ b/test/MC/ELF/rename.s @@ -39,7 +39,7 @@ defined3: // CHECK: # Symbol 2 // CHECK-NEXT: (('st_name', 0x00000000) # '' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000003) +// CHECK-NEXT: ('st_type', 0x3) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) diff --git a/test/MC/ELF/set.s b/test/MC/ELF/set.s index 9c32947ba3..2ade90fb47 100644 --- a/test/MC/ELF/set.s +++ b/test/MC/ELF/set.s @@ -6,7 +6,7 @@ // CHECK: (('st_name', 0x00000001) # 'kernbase' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x0000fff1) // CHECK-NEXT: ('st_value', 0xffffffff80000000) @@ -26,7 +26,7 @@ // Test that there is an undefined reference to bar // CHECK: (('st_name', 0x0000000a) # 'bar' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ('st_value', 0x0000000000000000) diff --git a/test/MC/ELF/symref.s b/test/MC/ELF/symref.s index 78afc0d89d..5dbb0014b9 100644 --- a/test/MC/ELF/symref.s +++ b/test/MC/ELF/symref.s @@ -57,7 +57,7 @@ global1: // CHECK: # Symbol 1 // CHECK-NEXT: (('st_name', 0x00000013) # 'bar1@zed' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -66,7 +66,7 @@ global1: // CHECK-NEXT: # Symbol 2 // CHECK-NEXT: (('st_name', 0x00000025) # 'bar3@@zed' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -75,7 +75,7 @@ global1: // CHECK-NEXT: # Symbol 3 // CHECK-NEXT: (('st_name', 0x0000002f) # 'bar5@@zed' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -84,7 +84,7 @@ global1: // CHECK-NEXT: # Symbol 4 // CHECK-NEXT: (('st_name', 0x00000001) # 'defined1' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -93,7 +93,7 @@ global1: // CHECK-NEXT: # Symbol 5 // CHECK-NEXT: (('st_name', 0x0000000a) # 'defined2' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -102,7 +102,7 @@ global1: // CHECK-NEXT: # Symbol 6 // CHECK-NEXT: (('st_name', 0x00000000) # '' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000003) +// CHECK-NEXT: ('st_type', 0x3) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -111,7 +111,7 @@ global1: // CHECK-NEXT: # Symbol 7 // CHECK-NEXT: (('st_name', 0x00000000) # '' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000003) +// CHECK-NEXT: ('st_type', 0x3) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000003) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -120,7 +120,7 @@ global1: // CHECK-NEXT: # Symbol 8 // CHECK-NEXT: (('st_name', 0x00000000) # '' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000003) +// CHECK-NEXT: ('st_type', 0x3) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000004) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -129,7 +129,7 @@ global1: // CHECK-NEXT: # Symbol 9 // CHECK-NEXT: (('st_name', 0x0000004a) # 'g1@@zed' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000014) @@ -138,7 +138,7 @@ global1: // CHECK-NEXT: # Symbol 10 // CHECK-NEXT: (('st_name', 0x00000042) # 'global1' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000014) @@ -147,7 +147,7 @@ global1: // CHECK-NEXT: # Symbol 11 // CHECK-NEXT: (('st_name', 0x0000001c) # 'bar2@zed' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -156,7 +156,7 @@ global1: // CHECK-NEXT: # Symbol 12 // CHECK-NEXT: (('st_name', 0x00000039) # 'bar6@zed' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ('st_value', 0x0000000000000000) diff --git a/test/MC/ELF/tls-i386.s b/test/MC/ELF/tls-i386.s index 7dde9b2ff3..7c52e9dbf5 100644 --- a/test/MC/ELF/tls-i386.s +++ b/test/MC/ELF/tls-i386.s @@ -14,7 +14,7 @@ // CHECK-NEXT: ('st_value', 0x00000000) // CHECK-NEXT: ('st_size', 0x00000000) // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000006) +// CHECK-NEXT: ('st_type', 0x6) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ), @@ -23,7 +23,7 @@ // CHECK-NEXT: ('st_value', 0x00000000) // CHECK-NEXT: ('st_size', 0x00000000) // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000006) +// CHECK-NEXT: ('st_type', 0x6) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ), @@ -32,7 +32,7 @@ // CHECK-NEXT: ('st_value', 0x00000000) // CHECK-NEXT: ('st_size', 0x00000000) // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000006) +// CHECK-NEXT: ('st_type', 0x6) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ), @@ -41,7 +41,7 @@ // CHECK-NEXT: ('st_value', 0x00000000) // CHECK-NEXT: ('st_size', 0x00000000) // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000006) +// CHECK-NEXT: ('st_type', 0x6) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ), @@ -50,7 +50,7 @@ // CHECK-NEXT: ('st_value', 0x00000000) // CHECK-NEXT: ('st_size', 0x00000000) // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000006) +// CHECK-NEXT: ('st_type', 0x6) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ), @@ -59,7 +59,7 @@ // CHECK-NEXT: ('st_value', 0x00000000) // CHECK-NEXT: ('st_size', 0x00000000) // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000006) +// CHECK-NEXT: ('st_type', 0x6) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ), @@ -68,7 +68,7 @@ // CHECK-NEXT: ('st_value', 0x00000000) // CHECK-NEXT: ('st_size', 0x00000000) // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000006) +// CHECK-NEXT: ('st_type', 0x6) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ), diff --git a/test/MC/ELF/tls.s b/test/MC/ELF/tls.s index 7721b88922..07b3767112 100644 --- a/test/MC/ELF/tls.s +++ b/test/MC/ELF/tls.s @@ -12,7 +12,7 @@ foobar: // CHECK: (('st_name', 0x00000010) # 'foobar' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000006) +// CHECK-NEXT: ('st_type', 0x6) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000005) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -22,7 +22,7 @@ foobar: // CHECK: # Symbol 7 // CHECK-NEXT: (('st_name', 0x00000001) # 'foo1' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000006) +// CHECK-NEXT: ('st_type', 0x6) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -31,7 +31,7 @@ foobar: // CHECK-NEXT: # Symbol 8 // CHECK-NEXT: (('st_name', 0x00000006) # 'foo2' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000006) +// CHECK-NEXT: ('st_type', 0x6) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -40,7 +40,7 @@ foobar: // CHECK-NEXT: # Symbol 9 // CHECK-NEXT: (('st_name', 0x0000000b) # 'foo3' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000006) +// CHECK-NEXT: ('st_type', 0x6) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ('st_value', 0x0000000000000000) diff --git a/test/MC/ELF/type.s b/test/MC/ELF/type.s index 10d551ae8d..07e1e3bd79 100644 --- a/test/MC/ELF/type.s +++ b/test/MC/ELF/type.s @@ -15,7 +15,7 @@ bar: // CHECK: # Symbol 4 // CHECK-NEXT: (('st_name', 0x00000005) # 'bar' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000001) +// CHECK-NEXT: ('st_type', 0x1) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -24,7 +24,7 @@ bar: // CHECK-NEXT: # Symbol 5 // CHECK-NEXT: (('st_name', 0x00000001) # 'foo' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000002) +// CHECK-NEXT: ('st_type', 0x2) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000000) diff --git a/test/MC/ELF/undef.s b/test/MC/ELF/undef.s index 4b7f32de64..866b93c644 100644 --- a/test/MC/ELF/undef.s +++ b/test/MC/ELF/undef.s @@ -37,7 +37,7 @@ // CHECK: # Symbol 7 // CHECK-NEXT: (('st_name', 0x00000008) # 'sym6' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000001) +// CHECK-NEXT: ('st_type', 0x1) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ('st_value', 0x0000000000000000) diff --git a/test/MC/ELF/weak.s b/test/MC/ELF/weak.s index cfd5a6329a..7c896743eb 100644 --- a/test/MC/ELF/weak.s +++ b/test/MC/ELF/weak.s @@ -12,7 +12,7 @@ bar: //CHECK: # Symbol 4 //CHECK-NEXT: (('st_name', 0x00000005) # 'bar' //CHECK-NEXT: ('st_bind', 0x2) -//CHECK-NEXT: ('st_type', 0x00000000) +//CHECK-NEXT: ('st_type', 0x0) //CHECK-NEXT: ('st_other', 0x00000000) //CHECK-NEXT: ('st_shndx', 0x00000001) //CHECK-NEXT: ('st_value', 0x0000000000000004) @@ -21,7 +21,7 @@ bar: //CHECK-NEXT: # Symbol 5 //CHECK: (('st_name', 0x00000001) # 'foo' //CHECK-NEXT: ('st_bind', 0x2) -//CHECK-NEXT: ('st_type', 0x00000000) +//CHECK-NEXT: ('st_type', 0x0) //CHECK-NEXT: ('st_other', 0x00000000) //CHECK-NEXT: ('st_shndx', 0x00000000) //CHECK-NEXT: ('st_value', 0x0000000000000000) diff --git a/test/MC/ELF/weakref-reloc.s b/test/MC/ELF/weakref-reloc.s index 49b97dc2bf..e32b0be13c 100644 --- a/test/MC/ELF/weakref-reloc.s +++ b/test/MC/ELF/weakref-reloc.s @@ -23,7 +23,7 @@ // CHECK: # Symbol 4 // CHECK-NEXT: (('st_name', 0x00000009) # '_GLOBAL_OFFSET_TABLE_' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -32,7 +32,7 @@ // CHECK-NEXT: # Symbol 5 // CHECK-NEXT: (('st_name', 0x00000001) # 'foo' // CHECK-NEXT: ('st_bind', 0x2) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -41,7 +41,7 @@ // CHECK-NEXT: # Symbol 6 // CHECK-NEXT: (('st_name', 0x00000005) # 'zed' // CHECK-NEXT: ('st_bind', 0x1) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ('st_value', 0x0000000000000000) diff --git a/test/MC/ELF/weakref.s b/test/MC/ELF/weakref.s index 2325a9634d..98286dd311 100644 --- a/test/MC/ELF/weakref.s +++ b/test/MC/ELF/weakref.s @@ -72,7 +72,7 @@ bar15: // CHECK: # Symbol 0 // CHECK-NEXT: (('st_name', 0x00000000) # '' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000000) // CHECK-NEXT: ('st_value', 0x0000000000000000) @@ -81,7 +81,7 @@ bar15: // CHECK-NEXT: # Symbol 1 // CHECK-NEXT: (('st_name', 0x00000015) # 'bar6' // CHECK-NEXT: ('st_bind', 0x0) -// CHECK-NEXT: ('st_type', 0x00000000) +// CHECK-NEXT: ('st_type', 0x0) // CHECK-NEXT: ('st_other', 0x00000000) // CHECK-NEXT: ('st_shndx', 0x00000001) // CHECK-NEXT: ('st_value', 0x0000000000000018) @@ -90,7 +90,7 @@ bar15: // CHECK-NEXT: # Symbo |