summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils-2.23.1/backport/0026-ld-testsuite.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.23.1/backport/0026-ld-testsuite.patch')
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.23.1/backport/0026-ld-testsuite.patch65
1 files changed, 0 insertions, 65 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.23.1/backport/0026-ld-testsuite.patch b/meta/recipes-devtools/binutils/binutils-2.23.1/backport/0026-ld-testsuite.patch
deleted file mode 100644
index b1e9e65383..0000000000
--- a/meta/recipes-devtools/binutils/binutils-2.23.1/backport/0026-ld-testsuite.patch
+++ /dev/null
@@ -1,65 +0,0 @@
1From fdf71da8350a7c2b4050e09c5a08e7d42b7a4a4a Mon Sep 17 00:00:00 2001
2From: Roland McGrath <roland@gnu.org>
3Date: Tue, 27 Nov 2012 17:23:31 +0000
4Subject: [PATCH 26/27] ld/testsuite/ * ld-elf/flags1.d: Add *-*-nacl* to
5 xfail list. * ld-elf/orphan-region.d: Likewise.
6
7---
8 ld/testsuite/ChangeLog | 5 +++++
9 ld/testsuite/ld-elf/flags1.d | 7 ++++---
10 ld/testsuite/ld-elf/orphan-region.d | 5 +++--
11 3 files changed, 12 insertions(+), 5 deletions(-)
12
13diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
14index aada077..c0558ac 100644
15--- a/ld/testsuite/ChangeLog
16+++ b/ld/testsuite/ChangeLog
17@@ -1,3 +1,8 @@
18+2012-11-27 Roland McGrath <mcgrathr@google.com>
19+
20+ * ld-elf/flags1.d: Add *-*-nacl* to xfail list.
21+ * ld-elf/orphan-region.d: Likewise.
22+
23 2012-11-21 Roland McGrath <mcgrathr@google.com>
24
25 * ld-elf/comm-data.exp: Add XFAIL for arm*-*-* targets, referring
26diff --git a/ld/testsuite/ld-elf/flags1.d b/ld/testsuite/ld-elf/flags1.d
27index e6bb001..ab8facc 100644
28--- a/ld/testsuite/ld-elf/flags1.d
29+++ b/ld/testsuite/ld-elf/flags1.d
30@@ -1,11 +1,12 @@
31 #name: --set-section-flags test 1 (sections)
32 #ld: -Tflags1.ld
33-#objcopy_linked_file: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code
34+#objcopy_linked_file: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code
35 #readelf: -l --wide
36 #xfail: "avr-*-*" "dlx-*-*" "h8300-*-*" "i960-*-*" "ip2k-*-*" "m32r-*-*"
37-#xfail: "moxie-*-*" "mt-*-*" "msp430-*-*"
38+#xfail: "moxie-*-*" "mt-*-*" "msp430-*-*" "*-*-nacl*"
39 #xfail: "*-*-hpux*" "hppa*64*-*-*"
40-# Fails on the AVR, DLX, H8300, I960, IP2K, M32R, MOXIE, MT, and MSP430
41+# Fails on the AVR, DLX, H8300, I960, IP2K, M32R, MOXIE, MT, and MSP430,
42+# and all NaCl targets,
43 # because the two sections are not merged into one segment.
44 # (There is no good reason why they have to be).
45 # Fails on HPUX systems because the .type pseudo-op behaves differently.
46diff --git a/ld/testsuite/ld-elf/orphan-region.d b/ld/testsuite/ld-elf/orphan-region.d
47index 9d6c90c..d63b1df 100644
48--- a/ld/testsuite/ld-elf/orphan-region.d
49+++ b/ld/testsuite/ld-elf/orphan-region.d
50@@ -3,9 +3,10 @@
51 #readelf: -S -l --wide
52 #xfail: arc-*-* d30v-*-* dlx-*-* fr30-*-* frv-*-elf i860-*-* i960-*-*
53 #xfail: iq*-*-* mn10200-*-* moxie-*-* msp*-*-* mt-*-* or32-*-* pj*-*-*
54-#xfail: spu-*-* hppa*64*-*-* frv-*-*
55+#xfail: spu-*-* hppa*64*-*-* frv-*-* *-*-nacl*
56 # if not using elf32.em, you don't get fancy orphan handling
57-# spu twiddles LOAD range, hppa64 adds PHDR, frv-linux adds GNU_STACK
58+# spu twiddles LOAD range, hppa64 adds PHDR, frv-linux adds GNU_STACK,
59+# nacl splits to two segments
60
61 #...
62 \[[ 0-9]+\] \.text[ \t]+PROGBITS[ \t]+0*40000000[ \t]+.*
63--
641.7.9.5
65