diff options
author | Christophe Lyon <christophe.lyon@linaro.org> | 2016-05-10 09:33:08 +0200 |
---|---|---|
committer | Christophe Lyon <christophe.lyon@linaro.org> | 2016-05-10 09:33:08 +0200 |
commit | d63a50b79e50b9a48570a9d9fdb86d7c692f3c18 (patch) | |
tree | 85b73a5690394a3688450dbc9c0f867e654e539b | |
parent | 66a368220cc109070a30ac2bbf24057c8b07a2b0 (diff) | |
download | gdb-d63a50b79e50b9a48570a9d9fdb86d7c692f3c18.zip gdb-d63a50b79e50b9a48570a9d9fdb86d7c692f3c18.tar.gz gdb-d63a50b79e50b9a48570a9d9fdb86d7c692f3c18.tar.bz2 |
2016-05-10 Christophe Lyon <christophe.lyon@linaro.org>
* ld/testsuite/ld-elf/flags1.d (xfail): Remove *-*-nacl*".
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/flags1.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 3188f29..ef1d3de 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2016-05-10 Christophe Lyon <christophe.lyon@linaro.org> + + * ld/testsuite/ld-elf/flags1.d (xfail): Remove *-*-nacl*". + 2016-05-09 Christophe Monat <christophe.monat@st.com> PR ld/20030 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, |