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] Limit pr20513c/pr20513d to Linux and GNU targets


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

commit 1b2d85b255f11d0fce6c323f9e113673445c961a
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Fri Sep 2 07:58:24 2016 -0700

    Limit pr20513c/pr20513d to Linux and GNU targets
    
    	* testsuite/ld-elf/pr20513c.d: Limit to *-*-linux* and *-*-gnu*
    	targets.
    	* testsuite/ld-elf/pr20513d.d: Likewise.

Diff:
---
 ld/ChangeLog                   | 6 ++++++
 ld/testsuite/ld-elf/pr20513c.d | 1 +
 ld/testsuite/ld-elf/pr20513d.d | 1 +
 3 files changed, 8 insertions(+)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index e7b9bab..8ef9e51 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2016-09-02  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* testsuite/ld-elf/pr20513c.d: Limit to *-*-linux* and *-*-gnu*
+	targets.
+	* testsuite/ld-elf/pr20513d.d: Likewise.
+
 2016-09-01  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR ld/20513
diff --git a/ld/testsuite/ld-elf/pr20513c.d b/ld/testsuite/ld-elf/pr20513c.d
index 6a019ef..ab9b360 100644
--- a/ld/testsuite/ld-elf/pr20513c.d
+++ b/ld/testsuite/ld-elf/pr20513c.d
@@ -2,6 +2,7 @@
 #source: pr20513b.s
 #ld: -shared
 #readelf: -S --wide
+#target: *-*-linux* *-*-gnu*
 
 #failif
 #...
diff --git a/ld/testsuite/ld-elf/pr20513d.d b/ld/testsuite/ld-elf/pr20513d.d
index 9b7199f..d1700a7 100644
--- a/ld/testsuite/ld-elf/pr20513d.d
+++ b/ld/testsuite/ld-elf/pr20513d.d
@@ -2,6 +2,7 @@
 #source: pr20513a.s
 #ld: -shared
 #readelf: -S --wide
+#target: *-*-linux* *-*-gnu*
 
 #failif
 #...


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