This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb/binutils-2_29-branch] [AArch64] Use "#pass" instead of "#..." to filter multiple lines


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=10e462de88e23964ffd209a0e70b8278bd3073f9

commit 10e462de88e23964ffd209a0e70b8278bd3073f9
Author: Jiong Wang <jiong.wang@arm.com>
Date:   Tue Jul 11 11:33:53 2017 +0100

    [AArch64] Use "#pass" instead of "#..." to filter multiple lines
    
    ld/
    	* testsuite/ld-aarch64/dt_textrel.d: Use "#pass" instead of ".*" to
    	filter out remaining lines.

Diff:
---
 ld/ChangeLog                         | 5 +++++
 ld/testsuite/ld-aarch64/dt_textrel.d | 3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 2151602..1f978bf 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2017-07-11  Jiong Wang  <jiong.wang@arm.com>
+
+	* testsuite/ld-aarch64/dt_textrel.d: Use "#pass" instead of ".*" to
+	filter out remaining lines.
+
 2017-07-07  Maciej W. Rozycki  <macro@imgtec.com>
 
 	* emultempl/mipself.em (mips_before_allocation): Avoid ELF
diff --git a/ld/testsuite/ld-aarch64/dt_textrel.d b/ld/testsuite/ld-aarch64/dt_textrel.d
index 2dbbd2f..e28d164 100644
--- a/ld/testsuite/ld-aarch64/dt_textrel.d
+++ b/ld/testsuite/ld-aarch64/dt_textrel.d
@@ -3,5 +3,4 @@
 #readelf: -d
 #...
 .*TEXTREL.*
-.*
-
+#pass


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]