[binutils-gdb] Skip elf/section14 test for h8300 targets

H.J.Lu hjl@sourceware.org
Thu Aug 30 18:07:00 GMT 2018


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

commit a869991180094d4cbeb0bd2f275fc7b30e513fb7
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Thu Aug 30 11:06:16 2018 -0700

    Skip elf/section14 test for h8300 targets
    
    Skip elf/section14 test for h8300 targets since the h8300 port issues a
    warning message for new sections created without atrributes.
    
    	* testsuite/gas/elf/section14.d: Skip h8300 targets.

Diff:
---
 gas/ChangeLog                     | 4 ++++
 gas/testsuite/gas/elf/section14.d | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index aa8633a..e880917 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,5 +1,9 @@
 2018-08-30  H.J. Lu  <hongjiu.lu@intel.com>
 
+	* testsuite/gas/elf/section14.d: Skip h8300 targets.
+
+2018-08-30  H.J. Lu  <hongjiu.lu@intel.com>
+
 	* testsuite/gas/elf/elf.exp: Run section14.
 	* testsuite/gas/elf/section14.d: New file.
 	* testsuite/gas/elf/section14.s: Likewise.
diff --git a/gas/testsuite/gas/elf/section14.d b/gas/testsuite/gas/elf/section14.d
index 82b8a77..d4fafa2 100644
--- a/gas/testsuite/gas/elf/section14.d
+++ b/gas/testsuite/gas/elf/section14.d
@@ -1,6 +1,9 @@
 #name: array sections
 #as: --no-pad-sections
 #readelf: -S --wide
+# The h8300 port issues a warning message for new sections created
+# without atrributes.
+#skip: h8300-*
 
 There are [0-9]+ section headers, starting at offset 0x[0-9a-f]+:



More information about the Binutils-cvs mailing list