src bfd/ChangeLog bfd/archive.c bfd/bfd-in2.h ...

H.J. Lu hjl.tools@gmail.com
Fri Oct 29 16:17:00 GMT 2010


On Fri, Oct 29, 2010 at 9:10 AM, Joseph S. Myers
<joseph@codesourcery.com> wrote:
> On Fri, 29 Oct 2010, hjl@sourceware.org wrote:
>
>>       ld/testsuite/ld-elf: compress.exp compress1.s compress1a.d
>>                            compress1b.d compress1c.d
>
> FAIL: ld-elf/compress1c
>
> appears for targets not supporting -shared; it should be marked
> UNSUPPORTED for them, like various other -shared tests, instead.
>

I checked in this patch.


-- 
H.J.
---
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index 056be7f..18533d6 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -1,5 +1,9 @@
 2010-10-29  H.J. Lu  <hongjiu.lu@intel.com>

+	* ld-elf/compress1c.d: Only run for Linux targets.
+
+2010-10-29  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* ld-elf/compress.exp: New.
 	* ld-elf/compress1.s: Likewise.
 	* ld-elf/compress1a.d: Likewise.
diff --git a/ld/testsuite/ld-elf/compress1c.d b/ld/testsuite/ld-elf/compress1c.d
index 2822ce6..7be7cfb 100644
--- a/ld/testsuite/ld-elf/compress1c.d
+++ b/ld/testsuite/ld-elf/compress1c.d
@@ -2,6 +2,7 @@
 #as: --compress-debug-sections
 #ld: -shared
 #readelf: -S --wide
+#target: *-*-linux*

 #failif



More information about the Binutils mailing list