1 From b15bb9c9dc6875a2fe08feba6f31cce6a9468cf7 Mon Sep 17 00:00:00 2001
2 From: Roland McGrath <roland@gnu.org>
3 Date: Wed, 21 Nov 2012 19:32:32 +0000
4 Subject: [PATCH 17/27] * ld-elf/comm-data.exp: Add XFAIL for arm*-*-*
5 targets, referring to PR ld/13802.
8 ld/testsuite/ChangeLog | 5 +++++
9 ld/testsuite/ld-elf/comm-data.exp | 2 ++
10 2 files changed, 7 insertions(+)
12 diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
13 index e02432f..aada077 100644
14 --- a/ld/testsuite/ChangeLog
15 +++ b/ld/testsuite/ChangeLog
17 +2012-11-21 Roland McGrath <mcgrathr@google.com>
19 + * ld-elf/comm-data.exp: Add XFAIL for arm*-*-* targets, referring
22 2012-11-14 H.J. Lu <hongjiu.lu@intel.com>
24 * ld-elf/shared.exp (build_cxx_tests): Move out the commented out
25 diff --git a/ld/testsuite/ld-elf/comm-data.exp b/ld/testsuite/ld-elf/comm-data.exp
26 index 1c75f55..71b856d 100644
27 --- a/ld/testsuite/ld-elf/comm-data.exp
28 +++ b/ld/testsuite/ld-elf/comm-data.exp
29 @@ -59,6 +59,8 @@ if [is_elf64 "tmpdir/libcomm-data.so"] {
30 append AFLAGS " --defsym ELF64=1"
33 +setup_xfail "arm*-*-*" "ld/13802"
35 # Verify that a common symbol has been converted to an undefined
36 # reference to the global symbol of the same name defined above
37 # and that the debug reference has been dropped.