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] Skip ld-elf/pr19162.d for arc target


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

commit 2955a517f3191a2972c3805899be8aab2b41e583
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Tue Mar 1 08:10:55 2016 -0800

    Skip ld-elf/pr19162.d for arc target
    
    	* testsuite/ld-elf/pr19162.d: Skip arc target.

Diff:
---
 ld/ChangeLog                  | 4 ++++
 ld/testsuite/ld-elf/pr19162.d | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 1fb7d78..472ffa9 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2016-03-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* testsuite/ld-elf/pr19162.d: Skip arc target.
+
 2016-02-29  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR ld/19162
diff --git a/ld/testsuite/ld-elf/pr19162.d b/ld/testsuite/ld-elf/pr19162.d
index 5ecdd9a..eb77c2c 100644
--- a/ld/testsuite/ld-elf/pr19162.d
+++ b/ld/testsuite/ld-elf/pr19162.d
@@ -3,6 +3,8 @@
 #ld: -shared -z max-page-size=0x200000
 #readelf: -l --wide
 #target: *-*-linux* *-*-gnu* *-*-nacl*
+#notarget: arc-*-*
+# arc target has an extra 64K stack section.
 
 #...
  +LOAD +0x0+[0-9a-f]{3} +0x[0-9a-f]+ +0x[0-9a-f]+ +0x0+[0-9a-f]{3} +0x0+[0-9a-f]{3} +R[WE]+ +0x200000


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