diff options
author | Roland McGrath <roland@gnu.org> | 2012-11-21 19:31:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2012-11-21 19:31:24 +0000 |
commit | e0799d78b16861d304aef64ada6949a19ded2aca (patch) | |
tree | 9aebc9973dadc06c130930f85733e98cf2f597df /ld/testsuite/ld-elf/comm-data.exp | |
parent | cfcad218b1aac54ce8a17794031feba20910a403 (diff) | |
download | gdb-e0799d78b16861d304aef64ada6949a19ded2aca.zip gdb-e0799d78b16861d304aef64ada6949a19ded2aca.tar.gz gdb-e0799d78b16861d304aef64ada6949a19ded2aca.tar.bz2 |
* ld-elf/comm-data.exp: Add XFAIL for arm*-*-* targets, referring
to PR ld/13802.
Diffstat (limited to 'ld/testsuite/ld-elf/comm-data.exp')
-rw-r--r-- | ld/testsuite/ld-elf/comm-data.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elf/comm-data.exp b/ld/testsuite/ld-elf/comm-data.exp index 1c75f55..71b856d 100644 --- a/ld/testsuite/ld-elf/comm-data.exp +++ b/ld/testsuite/ld-elf/comm-data.exp @@ -59,6 +59,8 @@ if [is_elf64 "tmpdir/libcomm-data.so"] { append AFLAGS " --defsym ELF64=1" } +setup_xfail "arm*-*-*" "ld/13802" + # Verify that a common symbol has been converted to an undefined # reference to the global symbol of the same name defined above # and that the debug reference has been dropped. |