[ELF] - Fixed section name pattern in two more testcases.
authorGeorge Rimar <grimar@accesssoftek.com>
Wed, 10 Aug 2016 14:02:35 +0000 (14:02 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Wed, 10 Aug 2016 14:02:35 +0000 (14:02 +0000)
llvm-svn: 278227

lld/test/ELF/linkerscript/linkerscript-phdrs-flags.s
lld/test/ELF/linkerscript/linkerscript-phdrs.s

index d4a08f6..1ae500d 100644 (file)
@@ -3,7 +3,7 @@
 # RUN: echo "PHDRS {all PT_LOAD FILEHDR PHDRS FLAGS (1 + 0x2);} \
 # RUN:       SECTIONS { \
 # RUN:           . = 0x10000200; \
-# RUN:           .text : {*(.text.*)} :all \
+# RUN:           .text : {*(.text*)} :all \
 # RUN:           .foo : {*(.foo.*)} :all \
 # RUN:           .data : {*(.data.*)} :all}" > %t.script
 
index ca9703f..cd6bf82 100644 (file)
@@ -3,7 +3,7 @@
 # RUN: echo "PHDRS {all PT_LOAD FILEHDR PHDRS ;} \
 # RUN:       SECTIONS { \
 # RUN:           . = 0x10000200; \
-# RUN:           .text : {*(.text.*)} :all \
+# RUN:           .text : {*(.text*)} :all \
 # RUN:           .foo : {*(.foo.*)} :all \
 # RUN:           .data : {*(.data.*)} :all}" > %t.script