diff options
Diffstat (limited to 'ld/testsuite/ld-srec/srec.exp')
-rw-r--r-- | ld/testsuite/ld-srec/srec.exp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ld/testsuite/ld-srec/srec.exp b/ld/testsuite/ld-srec/srec.exp index e9641ed7f8..ef375ec5e8 100644 --- a/ld/testsuite/ld-srec/srec.exp +++ b/ld/testsuite/ld-srec/srec.exp @@ -374,8 +374,9 @@ setup_xfail "thumb-*-pe*" setup_xfail "thumb-*-elf*" setup_xfail "arm*-*-linux*" -# The S-record linker doesn't build special EABI sections. -# setup_xfail "powerpc*-*-eabi*" +# The S-record linker doesn't put common symbols in small data +# the way the ELF linker does. +setup_xfail "powerpc*-*-*" # The S-record linker doesn't include the .{zda} sections. setup_xfail "v850*-*-elf" |