aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF/got.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/MC/ELF/got.s')
-rw-r--r--test/MC/ELF/got.s6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/MC/ELF/got.s b/test/MC/ELF/got.s
index 798150e..a3abef5 100644
--- a/test/MC/ELF/got.s
+++ b/test/MC/ELF/got.s
@@ -6,9 +6,6 @@
movl foo@GOT, %eax
movl foo@GOTPCREL(%rip), %eax
-// CHECK: (('st_name', 0x00000005) # '_GLOBAL_OFFSET_TABLE_'
-// CHECK-NEXT: ('st_bind', 0x00000001)
-
// CHECK: ('_relocations', [
// CHECK-NEXT: # Relocation 0x00000000
// CHECK-NEXT: (('r_offset',
@@ -23,3 +20,6 @@
// CHECK-NEXT: ('r_addend',
// CHECK-NEXT: ),
// CHECK-NEXT: ])
+
+// CHECK: (('st_name', 0x00000005) # '_GLOBAL_OFFSET_TABLE_'
+// CHECK-NEXT: ('st_bind', 0x00000001)