aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC/ELF
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2010-09-27 22:04:54 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2010-09-27 22:04:54 +0000
commitc3c413f63117896f186fc4385bdaac0578d3613f (patch)
treec04ac19233e85be20f764cd868cf00d72bdbb9d7 /test/MC/ELF
parent5acb3de8b7cfd5a104722526b731a3c87bb1a46e (diff)
downloadexternal_llvm-c3c413f63117896f186fc4385bdaac0578d3613f.zip
external_llvm-c3c413f63117896f186fc4385bdaac0578d3613f.tar.gz
external_llvm-c3c413f63117896f186fc4385bdaac0578d3613f.tar.bz2
Write relocations in the end of the file. This matches what gas does and
makes files easier to diff. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114898 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/MC/ELF')
-rw-r--r--test/MC/ELF/basic-elf.ll71
-rw-r--r--test/MC/ELF/local-reloc.s19
-rw-r--r--test/MC/ELF/merge.s10
3 files changed, 50 insertions, 50 deletions
diff --git a/test/MC/ELF/basic-elf.ll b/test/MC/ELF/basic-elf.ll
index 1aa43f7..b9be067 100644
--- a/test/MC/ELF/basic-elf.ll
+++ b/test/MC/ELF/basic-elf.ll
@@ -20,6 +20,24 @@ declare i32 @puts(i8* nocapture) nounwind
; 32: (('sh_name', 0) # ''
; 32: # '.text'
+
+; 32: ('st_bind', 0)
+; 32: ('st_type', 3)
+
+; 32: ('st_bind', 0)
+; 32: ('st_type', 3)
+
+; 32: ('st_bind', 0)
+; 32: ('st_type', 3)
+
+; 32: # 'main'
+; 32: ('st_bind', 1)
+; 32-NEXT: ('st_type', 2)
+
+; 32: # 'puts'
+; 32: ('st_bind', 1)
+; 32-NEXT: ('st_type', 0)
+
; 32: # '.rel.text'
; 32: ('_relocations', [
@@ -41,24 +59,6 @@ declare i32 @puts(i8* nocapture) nounwind
; 32: ),
; 32: ])
-; 32: ('st_bind', 0)
-; 32: ('st_type', 3)
-
-; 32: ('st_bind', 0)
-; 32: ('st_type', 3)
-
-; 32: ('st_bind', 0)
-; 32: ('st_type', 3)
-
-; 32: # 'main'
-; 32: ('st_bind', 1)
-; 32-NEXT: ('st_type', 2)
-
-; 32: # 'puts'
-; 32: ('st_bind', 1)
-; 32-NEXT: ('st_type', 0)
-
-
; 64: ('e_indent[EI_CLASS]', 2)
; 64: ('e_indent[EI_DATA]', 1)
; 64: ('e_indent[EI_VERSION]', 1)
@@ -67,6 +67,24 @@ declare i32 @puts(i8* nocapture) nounwind
; 64: (('sh_name', 0) # ''
; 64: # '.text'
+
+; 64: ('st_bind', 0)
+; 64: ('st_type', 3)
+
+; 64: ('st_bind', 0)
+; 64: ('st_type', 3)
+
+; 64: ('st_bind', 0)
+; 64: ('st_type', 3)
+
+; 64: # 'main'
+; 64-NEXT: ('st_bind', 1)
+; 64-NEXT: ('st_type', 2)
+
+; 64: # 'puts'
+; 64-NEXT: ('st_bind', 1)
+; 64-NEXT: ('st_type', 0)
+
; 64: # '.rela.text'
; 64: ('_relocations', [
@@ -91,20 +109,3 @@ declare i32 @puts(i8* nocapture) nounwind
; 64: ('r_addend', -4)
; 64: ),
; 64: ])
-
-; 64: ('st_bind', 0)
-; 64: ('st_type', 3)
-
-; 64: ('st_bind', 0)
-; 64: ('st_type', 3)
-
-; 64: ('st_bind', 0)
-; 64: ('st_type', 3)
-
-; 64: # 'main'
-; 64-NEXT: ('st_bind', 1)
-; 64-NEXT: ('st_type', 2)
-
-; 64: # 'puts'
-; 64-NEXT: ('st_bind', 1)
-; 64-NEXT: ('st_type', 0)
diff --git a/test/MC/ELF/local-reloc.s b/test/MC/ELF/local-reloc.s
index e5a3d4c..30c0f68 100644
--- a/test/MC/ELF/local-reloc.s
+++ b/test/MC/ELF/local-reloc.s
@@ -10,6 +10,15 @@ foo:
// CHECK: # Section 1
// CHECK-next: (('sh_name', 1) # '.text'
+// Symbol number 2 is section number 1
+// CHECK: # Symbol 2
+// CHECK-NEXT: (('st_name', 0) # ''
+// CHECK-NEXT: ('st_bind', 0)
+// CHECK-NEXT: ('st_type', 3)
+// CHECK-NEXT: ('st_other', 0)
+// CHECK-NEXT: ('st_shndx', 1)
+// CHECK-NEXT: ('st_value', 0)
+// CHECK-NEXT: ('st_size', 0)
// Relocation refers to symbol number 2
// CHECK: ('_relocations', [
@@ -20,13 +29,3 @@ foo:
// CHECK-NEXT: ('r_addend',
// CHECK-NEXT: ),
// CHECK-NEXT: ])
-
-// Symbol number 2 is section number 1
-// CHECK: # Symbol 2
-// CHECK-NEXT: (('st_name', 0) # ''
-// CHECK-NEXT: ('st_bind', 0)
-// CHECK-NEXT: ('st_type', 3)
-// CHECK-NEXT: ('st_other', 0)
-// CHECK-NEXT: ('st_shndx', 1)
-// CHECK-NEXT: ('st_value', 0)
-// CHECK-NEXT: ('st_size', 0)
diff --git a/test/MC/ELF/merge.s b/test/MC/ELF/merge.s
index 82e1d88..14828d2 100644
--- a/test/MC/ELF/merge.s
+++ b/test/MC/ELF/merge.s
@@ -9,6 +9,11 @@
.text
movsd .Lfoo(%rip), %xmm1
+// Symbol number 1 is .Lfoo
+
+// CHECK: # Symbol 1
+// CHECK-NEXT: (('st_name', 1) # '.Lfoo'
+
// Relocation refers to symbol 1
// CHECK: ('_relocations', [
@@ -19,8 +24,3 @@
// CHECK-NEXT: ('r_addend',
// CHECK-NEXT: ),
// CHECK-NEXT: ])
-
-// Symbol number 1 is .Lfoo
-
-// CHECK: # Symbol 1
-// CHECK-NEXT: (('st_name', 1) # '.Lfoo'