This is the mail archive of the binutils@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]

Re: Regression with your binutils 3e19fb8


On Thu, Apr 23, 2015 at 5:43 PM, Hans-Peter Nilsson
<hans-peter.nilsson@axis.com> wrote:
> For cris-elf:
> Running /tmp/hpautotest-binutils/bsrc/src/ld/testsuite/ld-elf/elf.exp ...
> FAIL: ld-elf/compressed1e
>
> brgds, H-P

I checked in this.

-- 
H.J.
---
commit 005db9f99bda55139778b28813606715f879f7de
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Apr 23 18:58:46 2015 -0700

    Xfail cris and frv for ld-elf/compressed1e.d

    cris and frv don't support -shared.

    * ld-elf/compressed1e.d: Only run for Linux/gnu.  Xfail cris and
    frv.

diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 15cbf24..6549453 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,5 +1,10 @@
 2015-04-23  H.J. Lu  <hongjiu.lu@intel.com>

+ * ld-elf/compressed1e.d: Only run for Linux/gnu.  Xfail cris and
+ frv.
+
+2015-04-23  H.J. Lu  <hongjiu.lu@intel.com>
+
  PR ld/18277
  * ld-elf/compressed1d.d: New.
  * ld-elf/compressed1e.d: Likewise.
diff --git a/ld/testsuite/ld-elf/compressed1e.d
b/ld/testsuite/ld-elf/compressed1e.d
index 8f23347..6e46381 100644
--- a/ld/testsuite/ld-elf/compressed1e.d
+++ b/ld/testsuite/ld-elf/compressed1e.d
@@ -2,6 +2,8 @@
 #as: --compress-debug-sections=none
 #ld: -shared --compress-debug-sections=zlib-gnu
 #readelf: -SW
+#target: *-*-linux* *-*-gnu*
+#xfail: cris*-*-* frv-*-*

 #failif
 #...


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