aboutsummaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all/copy-3.d
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2016-06-22 14:42:26 +0100
committerNick Clifton <nickc@redhat.com>2016-06-22 14:42:26 +0100
commit96037eb0b8c22e0b080863362bee4a4f6fc476ed (patch)
tree4d69ede78b95060a6a049cfeca9668b676fb61a6 /binutils/testsuite/binutils-all/copy-3.d
parent6b1edb94fedc7103b4929354d27304d0bd756f49 (diff)
downloadgdb-96037eb0b8c22e0b080863362bee4a4f6fc476ed.zip
gdb-96037eb0b8c22e0b080863362bee4a4f6fc476ed.tar.gz
gdb-96037eb0b8c22e0b080863362bee4a4f6fc476ed.tar.bz2
Fix various binutils testsuite failures.
* testsuite/binutils-all/ar.exp: Skip tests for Alpha target. Skip bfdtest1 tests for tic30 target. * testsuite/binutils-all/arm/objdump.exp: Skip for aout arm target. * testsuite/binutils-all/compress.exp: Expect some tests to fail on the nds32. * testsuite/binutils-all/copy-3.d: Skip for go32 targets. * testsuite/binutils-all/copy-4.d: Skip for AIX and linuxecoff targets. * testsuite/binutils-all/nm.exp: Treat beos based targets as ELF targets. * testsuite/binutils-all/objcopy.exp: Only run reverse bytes tests if the bintest.o file was created. Use the get_standard_section_names proc to get the name of the data section. * testsuite/binutils-all/objdump.exp: Update regexps to allow for RX section names. * testsuite/binutils-all/readelf.exp: Use get_standard_section_names proc to get the name of the data section. * testsuite/binutils-all/readelf.r: Allow for non standard text section names. * testsuite/binutils-all/readelf.s: Update regexps for tilepro. * testsuite/binutils-all/size.exp: Allow for non standard section names. * testsuite/binutils-all/update-section.exp: Expect comapre 1vs4 to fail on mips targets. * testsuite/lib/utils-lib.exp (default_binutils_run): Use get_standard_section_names proc. (run_dump_test): Likewise. (proc get_standard_section_names): New proc.
Diffstat (limited to 'binutils/testsuite/binutils-all/copy-3.d')
-rw-r--r--binutils/testsuite/binutils-all/copy-3.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/testsuite/binutils-all/copy-3.d b/binutils/testsuite/binutils-all/copy-3.d
index 655986a..284aa56 100644
--- a/binutils/testsuite/binutils-all/copy-3.d
+++ b/binutils/testsuite/binutils-all/copy-3.d
@@ -3,7 +3,7 @@
#objcopy: --set-section-flags .text=alloc,data
#name: copy with setting section flags 3
#source: bintest.s
-#not-target: *-*-*aout *-*-*pe *-*-*coff hppa*-*-hpux* *-*-cygwin* *-*-mingw* m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd rs6000-*-*
+#not-target: *-*-*aout *-*-*coff *-*-cygwin* *-*-darwin *-*-mingw* *-*-go32 *-*-*pe hppa*-*-hpux* m68k-*-netbsd m68k-*-openbsd* ns32k-*-netbsd powerpc-*-aix* rs6000-*-* rx-*-*
# The .text # section in PE/COFF has a fixed set of flags and these
# cannot be changed. We skip it for them.