summaryrefslogtreecommitdiff
path: root/test/ELF/linkerscript/sections.s
diff options
context:
space:
mode:
Diffstat (limited to 'test/ELF/linkerscript/sections.s')
-rw-r--r--test/ELF/linkerscript/sections.s14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/ELF/linkerscript/sections.s b/test/ELF/linkerscript/sections.s
index 1a2323c001dc7..b7d396fdec9f2 100644
--- a/test/ELF/linkerscript/sections.s
+++ b/test/ELF/linkerscript/sections.s
@@ -85,13 +85,13 @@
# RUN: FileCheck -check-prefix=SEC-MULTI %s
# Idx Name Size
-# SEC-MULTI: 1 .text 0000000e {{[0-9a-f]*}} TEXT DATA
-# SEC-MULTI: 2 .data 00000023 {{[0-9a-f]*}} DATA
-# SEC-MULTI: 3 .bss 00000002 {{[0-9a-f]*}} BSS
-# SEC-MULTI: 4 .comment 00000008 {{[0-9a-f]*}}
-# SEC-MULTI: 5 .symtab 00000030 {{[0-9a-f]*}}
-# SEC-MULTI: 6 .shstrtab 00000035 {{[0-9a-f]*}}
-# SEC-MULTI: 7 .strtab 00000008 {{[0-9a-f]*}}
+# SEC-MULTI: 1 .text 0000000e {{[0-9a-f]*}} TEXT DATA
+# SEC-MULTI-NEXT: .data 00000023 {{[0-9a-f]*}} DATA
+# SEC-MULTI-NEXT: .bss 00000002 {{[0-9a-f]*}} BSS
+# SEC-MULTI-NEXT: .comment 00000008 {{[0-9a-f]*}}
+# SEC-MULTI-NEXT: .symtab 00000030 {{[0-9a-f]*}}
+# SEC-MULTI-NEXT: .shstrtab 00000035 {{[0-9a-f]*}}
+# SEC-MULTI-NEXT: .strtab 00000008 {{[0-9a-f]*}}
# Input section pattern contains additional semicolon.
# Case found in linux kernel script. Check we are able to parse it.