ld/testsuite/
* ld-elf/flags1.d: Add *-*-nacl* to xfail list. * ld-elf/orphan-region.d: Likewise.
This commit is contained in:
parent
11e7fd744a
commit
2a64e9e88d
@ -1,3 +1,8 @@
|
||||
2012-11-27 Roland McGrath <mcgrathr@google.com>
|
||||
|
||||
* ld-elf/flags1.d: Add *-*-nacl* to xfail list.
|
||||
* ld-elf/orphan-region.d: Likewise.
|
||||
|
||||
2012-11-23 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* ld-powerpc/plt1.d: Update for default "at" branch hints.
|
||||
|
@ -1,11 +1,12 @@
|
||||
#name: --set-section-flags test 1 (sections)
|
||||
#ld: -Tflags1.ld
|
||||
#objcopy_linked_file: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code
|
||||
#objcopy_linked_file: --set-section-flags .post_text_reserve=contents,alloc,load,readonly,code
|
||||
#readelf: -l --wide
|
||||
#xfail: "avr-*-*" "dlx-*-*" "h8300-*-*" "i960-*-*" "ip2k-*-*" "m32r-*-*"
|
||||
#xfail: "moxie-*-*" "mt-*-*" "msp430-*-*"
|
||||
#xfail: "moxie-*-*" "mt-*-*" "msp430-*-*" "*-*-nacl*"
|
||||
#xfail: "*-*-hpux*" "hppa*64*-*-*"
|
||||
# Fails on the AVR, DLX, H8300, I960, IP2K, M32R, MOXIE, MT, and MSP430
|
||||
# Fails on the AVR, DLX, H8300, I960, IP2K, M32R, MOXIE, MT, and MSP430,
|
||||
# and all NaCl targets,
|
||||
# because the two sections are not merged into one segment.
|
||||
# (There is no good reason why they have to be).
|
||||
# Fails on HPUX systems because the .type pseudo-op behaves differently.
|
||||
|
@ -3,9 +3,9 @@
|
||||
#readelf: -S -l --wide
|
||||
#xfail: arc-*-* d30v-*-* dlx-*-* fr30-*-* frv-*-elf i860-*-* i960-*-*
|
||||
#xfail: iq*-*-* mn10200-*-* moxie-*-* msp*-*-* mt-*-* or32-*-* pj*-*-*
|
||||
#xfail: spu-*-* hppa*64*-*-*
|
||||
#xfail: spu-*-* hppa*64*-*-* *-*-nacl*
|
||||
# if not using elf32.em, you don't get fancy orphan handling
|
||||
# spu twiddles LOAD range, hppa64 adds PHDR
|
||||
# spu twiddles LOAD range, hppa64 adds PHDR, nacl splits to two segments
|
||||
|
||||
#...
|
||||
\[[ 0-9]+\] \.text[ \t]+PROGBITS[ \t]+0*40000000[ \t]+.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user