summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.23.1/backport/0017-ld-elf-comm-data.exp-Add-XFAIL-for-arm-targets-refer.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.23.1/backport/0017-ld-elf-comm-data.exp-Add-XFAIL-for-arm-targets-refer.patch')
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.23.1/backport/0017-ld-elf-comm-data.exp-Add-XFAIL-for-arm-targets-refer.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.23.1/backport/0017-ld-elf-comm-data.exp-Add-XFAIL-for-arm-targets-refer.patch b/meta/recipes-devtools/binutils/binutils-2.23.1/backport/0017-ld-elf-comm-data.exp-Add-XFAIL-for-arm-targets-refer.patch
deleted file mode 100644
index 909d27a17b..0000000000
--- a/meta/recipes-devtools/binutils/binutils-2.23.1/backport/0017-ld-elf-comm-data.exp-Add-XFAIL-for-arm-targets-refer.patch
+++ /dev/null
@@ -1,40 +0,0 @@
1From b15bb9c9dc6875a2fe08feba6f31cce6a9468cf7 Mon Sep 17 00:00:00 2001
2From: Roland McGrath <roland@gnu.org>
3Date: Wed, 21 Nov 2012 19:32:32 +0000
4Subject: [PATCH 17/27] * ld-elf/comm-data.exp: Add XFAIL for arm*-*-*
5 targets, referring to PR ld/13802.
6
7---
8 ld/testsuite/ChangeLog | 5 +++++
9 ld/testsuite/ld-elf/comm-data.exp | 2 ++
10 2 files changed, 7 insertions(+)
11
12diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
13index e02432f..aada077 100644
14--- a/ld/testsuite/ChangeLog
15+++ b/ld/testsuite/ChangeLog
16@@ -1,3 +1,8 @@
17+2012-11-21 Roland McGrath <mcgrathr@google.com>
18+
19+ * ld-elf/comm-data.exp: Add XFAIL for arm*-*-* targets, referring
20+ to PR ld/13802.
21+
22 2012-11-14 H.J. Lu <hongjiu.lu@intel.com>
23
24 * ld-elf/shared.exp (build_cxx_tests): Move out the commented out
25diff --git a/ld/testsuite/ld-elf/comm-data.exp b/ld/testsuite/ld-elf/comm-data.exp
26index 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"
31 }
32
33+setup_xfail "arm*-*-*" "ld/13802"
34+
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.
38--
391.7.9.5
40