This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Stop the ARM short mapping symbol test being run for the symbianelf target.


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8c00185a1eeddb7218f8cc02f4c596b7c966a04d

commit 8c00185a1eeddb7218f8cc02f4c596b7c966a04d
Author: Matthew Wahab <matthew.wahab@foss.arm.com>
Date:   Fri Nov 20 15:53:41 2015 +0000

    Stop the ARM short mapping symbol test being run for the symbianelf target.
    
    	* gas/arm/mapshort-elf.d: Fix typo in exclusion list.

Diff:
---
 gas/testsuite/ChangeLog              | 4 ++++
 gas/testsuite/gas/arm/mapshort-elf.d | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 3d2b948..6492617 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-20  Matthew Wahab  <matthew.wahab@foss.arm.com>
+
+	* gas/arm/mapshort-elf.d: Fix typo in exclusion list.
+
 2015-11-19  Matthew Wahab  <matthew.wahab@arm.com>
 
 	* gas/aarch64/pan-illegal.d: New.
diff --git a/gas/testsuite/gas/arm/mapshort-elf.d b/gas/testsuite/gas/arm/mapshort-elf.d
index 866cdd2..b02aa39 100644
--- a/gas/testsuite/gas/arm/mapshort-elf.d
+++ b/gas/testsuite/gas/arm/mapshort-elf.d
@@ -1,7 +1,7 @@
 #objdump: --syms --special-syms -d
 #name: ARM Mapping Symbols for .short (ELF version)
 # This test is only valid on ELF based ports.
-#not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-*eabi* *-*-syymbianelf *-*-linux-* *-*-vxworks *-*-elf *-*-nacl*
+#not-target: *-*-*coff *-*-pe *-*-wince *-*-*aout* *-*-netbsd *-*-riscix* *-*-*eabi* *-*-symbianelf *-*-linux-* *-*-vxworks *-*-elf *-*-nacl*
 #source: mapshort.s
 
 # Test the generation and use of ARM ELF Mapping Symbols


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]