RFC: section merge test (ld-elf)

Christophe Lyon christophe.lyon@linaro.org
Mon May 9 13:02:00 GMT 2016


On 9 May 2016 at 13:12, Nick Clifton <nickc@redhat.com> wrote:
> Hi Sivanupandi,
>
>> Ld/ChangeLog
>> 2016-05-05  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
>>
>>       * testsuite/ld-elf/flags1.d (readelf): Dump section header instead program headers.
>>       (xfail): Remove avr-*-*.
>>       Update regex to check the section flags.
>>       * testsuite/ld-elf/merge.d (xfail): Remove avr-*-*.
>
> Approved and applied - thanks for doing this.
>

Hi,

After this patch, I've noticed:
./ld/ld.sum:XPASS: --set-section-flags test 1 (sections)
on arm-none-nacl.

The attached patch removes *-*-nacl* from the xfail list.

OK to commit?


> Cheers
>   Nick
>
-------------- next part --------------
2016-05-09  Christophe Lyon  <christophe.lyon@linaro.org>

	* ld/testsuite/ld-elf/flags1.d (xfail): Remove *-*-nacl*"
-------------- next part --------------
diff --git a/ld/testsuite/ld-elf/flags1.d b/ld/testsuite/ld-elf/flags1.d
index 09ac477..c9de419 100644
--- a/ld/testsuite/ld-elf/flags1.d
+++ b/ld/testsuite/ld-elf/flags1.d
@@ -3,7 +3,7 @@
 #objcopy_linked_file: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code
 #readelf: -S --wide
 #xfail: "dlx-*-*" "h8300-*-*" "i960-*-*" "ip2k-*-*" "m32r-*-*"
-#xfail: "moxie-*-*" "mt-*-*" "visium-*-*" "*-*-nacl*"
+#xfail: "moxie-*-*" "mt-*-*" "visium-*-*"
 #xfail: "*-*-hpux*" "hppa*64*-*-*"
 # Fails on the DLX, H8300, I960, IP2K, M32R, MOXIE, MT, VISIUM
 #  and all NaCl targets,


More information about the Binutils mailing list