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] Fix gas testsuite failures for ARM netbesdelf configuration.


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

commit 61e137e28153e1715076b867f35df03e99dc90dd
Author: Nick Clifton <nickc@redhat.com>
Date:   Thu Jan 21 14:39:34 2016 +0000

    Fix gas testsuite failures for ARM netbesdelf configuration.
    
    	PR gas/19454
    	* testsuite/gas/arm/mapshort-elf.d: Fix expected output to cope
    	with arm-netbsdelf target.
    	* testsuite/gas/arm/blx-bl-convert.d: Skip for netbsdelf.

Diff:
---
 gas/ChangeLog                          | 7 +++++++
 gas/testsuite/gas/arm/blx-bl-convert.d | 2 +-
 gas/testsuite/gas/arm/mapshort-elf.d   | 3 +--
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 7c59774..83f4077 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,10 @@
+2016-01-21  Nick Clifton  <nickc@redhat.com>
+
+	PR gas/19454
+	* testsuite/gas/arm/mapshort-elf.d: Fix expected output to cope
+	with arm-netbsdelf target.
+	* testsuite/gas/arm/blx-bl-convert.d: Skip for netbsdelf.
+
 2016-01-20  Nick Clifton  <nickc@redhat.com>
 
 	PR 19456
diff --git a/gas/testsuite/gas/arm/blx-bl-convert.d b/gas/testsuite/gas/arm/blx-bl-convert.d
index 37f0b67..9c25163 100644
--- a/gas/testsuite/gas/arm/blx-bl-convert.d
+++ b/gas/testsuite/gas/arm/blx-bl-convert.d
@@ -1,7 +1,7 @@
 #name: blx->bl convert under no -march/cpu
 #error-output: blx-bl-convert.l
 #objdump: -d
-#skip: *-*-pe *-wince-* *-*-coff *-*-vxworks
+#skip: *-*-pe *-wince-* *-*-coff *-*-vxworks *-*-netbsdelf
 
 .*:     file format .*
 
diff --git a/gas/testsuite/gas/arm/mapshort-elf.d b/gas/testsuite/gas/arm/mapshort-elf.d
index b02aa39..38cd0e8 100644
--- a/gas/testsuite/gas/arm/mapshort-elf.d
+++ b/gas/testsuite/gas/arm/mapshort-elf.d
@@ -22,8 +22,7 @@ SYMBOL TABLE:
 0+1c l       .text	00000000 \$d
 0+1f l       .text	00000000 bar
 0+00 l       .data	00000000 wibble
-0+00 l       .data	00000000 \$d
-# The ELF based port does not generate a .ARM.attributes symbol
+#...
 
 Disassembly of section .text:


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