summaryrefslogtreecommitdiff
path: root/test/MC/ELF/pic-diff.s
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-10-19 00:19:49 +0000
committerEric Christopher <echristo@apple.com>2010-10-19 00:19:49 +0000
commit1dcb1eafbc0c94dc0cb9cd0d3f002524de8a5a92 (patch)
treea0211d7591ae98a122deeb82bc3fc081200b8283 /test/MC/ELF/pic-diff.s
parent3454ed9545d10064d84e45ad9a9ea26dddc255ba (diff)
Speculatively revert 116753 and 116756 to attempt to fix the bots.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116777 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ELF/pic-diff.s')
-rw-r--r--test/MC/ELF/pic-diff.s26
1 files changed, 13 insertions, 13 deletions
diff --git a/test/MC/ELF/pic-diff.s b/test/MC/ELF/pic-diff.s
index 176948ca7ad..50117d420bf 100644
--- a/test/MC/ELF/pic-diff.s
+++ b/test/MC/ELF/pic-diff.s
@@ -1,21 +1,21 @@
// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | elf-dump | FileCheck %s
-// CHECK: # Symbol 0x5
-// CHECK-NEXT: (('st_name', 0x5) # 'baz'
-// CHECK-NEXT: ('st_bind', 0x1)
-// CHECK-NEXT: ('st_type', 0x0)
-// CHECK-NEXT: ('st_other', 0x0)
-// CHECK-NEXT: ('st_shndx', 0x0)
-// CHECK-NEXT: ('st_value', 0x0)
-// CHECK-NEXT: ('st_size', 0x0)
+// CHECK: # Symbol 5
+// CHECK-NEXT: (('st_name', 5) # 'baz'
+// CHECK-NEXT: ('st_bind', 1)
+// CHECK-NEXT: ('st_type', 0)
+// CHECK-NEXT: ('st_other', 0)
+// CHECK-NEXT: ('st_shndx', 0)
+// CHECK-NEXT: ('st_value', 0)
+// CHECK-NEXT: ('st_size', 0)
// CHECK-NEXT: ),
// CHECK: ('_relocations', [
-// CHECK-NEXT: # Relocation 0x0
-// CHECK-NEXT: (('r_offset', 0xc)
-// CHECK-NEXT: ('r_sym', 0x5)
-// CHECK-NEXT: ('r_type', 0x2)
-// CHECK-NEXT: ('r_addend', 0x8)
+// CHECK-NEXT: # Relocation 0
+// CHECK-NEXT: (('r_offset', 12)
+// CHECK-NEXT: ('r_sym', 5)
+// CHECK-NEXT: ('r_type', 2)
+// CHECK-NEXT: ('r_addend', 8)
// CHECK-NEXT: ),
// CHECK-NEXT: ])