diff mbox

RFC: section merge test (ld-elf)

Message ID CAKdteOYhBGtzP9eMkzU0yn8zZc9j0SM1m6YOZW2k--NKibqotw@mail.gmail.com
State New
Headers show

Commit Message

Christophe Lyon May 9, 2016, 1:02 p.m. UTC
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

>
2016-05-09  Christophe Lyon  <christophe.lyon@linaro.org>

	* ld/testsuite/ld-elf/flags1.d (xfail): Remove *-*-nacl*"
diff mbox

Patch

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,