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: src bfd/ChangeLog bfd/archive.c bfd/bfd-in2.h ...


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


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