summaryrefslogtreecommitdiff
path: root/binutils/testsuite/binutils-all
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2018-09-17 14:51:47 +0930
committerAlan Modra <amodra@gmail.com>2018-09-17 23:16:48 +0930
commit8c9604b6a2c553bc1edc6d80b934b99112292e58 (patch)
treef5da160c089650afda6e0b145d854ead8a645cfe /binutils/testsuite/binutils-all
parent6fa52824c316091c2beb22fceed9ba96d17f37c4 (diff)
downloadbinutils-gdb-8c9604b6a2c553bc1edc6d80b934b99112292e58.tar.gz
Adjust some strip testcases to silence h8300 warnings
* testsuite/binutils-all/strip-13mips64.s: Add section flags for reloc section. * testsuite/binutils-all/strip-13rel.s: Likewise. * testsuite/binutils-all/strip-13rela.s: Likewise. * testsuite/binutils-all/strip-14mips64.s: Likewise. * testsuite/binutils-all/strip-14rel.s: Likewise. * testsuite/binutils-all/strip-14rela.s: Likewise. * testsuite/binutils-all/strip-15mips64.s: Likewise. * testsuite/binutils-all/strip-15rel.s: Likewise. * testsuite/binutils-all/strip-15rela.s: Likewise.
Diffstat (limited to 'binutils/testsuite/binutils-all')
-rw-r--r--binutils/testsuite/binutils-all/strip-13mips64.s2
-rw-r--r--binutils/testsuite/binutils-all/strip-13rel.s2
-rw-r--r--binutils/testsuite/binutils-all/strip-13rela.s2
-rw-r--r--binutils/testsuite/binutils-all/strip-14mips64.s2
-rw-r--r--binutils/testsuite/binutils-all/strip-14rel.s2
-rw-r--r--binutils/testsuite/binutils-all/strip-14rela.s2
-rw-r--r--binutils/testsuite/binutils-all/strip-15mips64.s2
-rw-r--r--binutils/testsuite/binutils-all/strip-15rel.s2
-rw-r--r--binutils/testsuite/binutils-all/strip-15rela.s2
9 files changed, 9 insertions, 9 deletions
diff --git a/binutils/testsuite/binutils-all/strip-13mips64.s b/binutils/testsuite/binutils-all/strip-13mips64.s
index ea652a47d76..c0ceccb79a8 100644
--- a/binutils/testsuite/binutils-all/strip-13mips64.s
+++ b/binutils/testsuite/binutils-all/strip-13mips64.s
@@ -2,7 +2,7 @@
foo:
.dc.l 0x12345678
- .section .rela.text
+ .section .rela.text,""
.dc.a 0
.dc.l 0
.dc.b 0, 0, 0, RELOC
diff --git a/binutils/testsuite/binutils-all/strip-13rel.s b/binutils/testsuite/binutils-all/strip-13rel.s
index f708f6f4323..15c3a6165ea 100644
--- a/binutils/testsuite/binutils-all/strip-13rel.s
+++ b/binutils/testsuite/binutils-all/strip-13rel.s
@@ -2,7 +2,7 @@
foo:
.dc.l 0x12345678
- .section .rel.text
+ .section .rel.text,""
.ifdef ELF64
.8byte 0
.8byte RELOC
diff --git a/binutils/testsuite/binutils-all/strip-13rela.s b/binutils/testsuite/binutils-all/strip-13rela.s
index 2c01ab2a99f..9effc52d100 100644
--- a/binutils/testsuite/binutils-all/strip-13rela.s
+++ b/binutils/testsuite/binutils-all/strip-13rela.s
@@ -2,7 +2,7 @@
foo:
.dc.l 0x12345678
- .section .rela.text
+ .section .rela.text,""
.ifdef ELF64
.8byte 0
.8byte RELOC
diff --git a/binutils/testsuite/binutils-all/strip-14mips64.s b/binutils/testsuite/binutils-all/strip-14mips64.s
index 723da8da35e..e1f5096e68e 100644
--- a/binutils/testsuite/binutils-all/strip-14mips64.s
+++ b/binutils/testsuite/binutils-all/strip-14mips64.s
@@ -2,7 +2,7 @@
foo:
.dc.l 0x12345678
- .section .rela.text
+ .section .rela.text,""
.dc.a 0
.dc.l 0x000ffff0
.dc.b 0, 0, 0, RELOC
diff --git a/binutils/testsuite/binutils-all/strip-14rel.s b/binutils/testsuite/binutils-all/strip-14rel.s
index b0ddc496b01..7c0ce2e08ab 100644
--- a/binutils/testsuite/binutils-all/strip-14rel.s
+++ b/binutils/testsuite/binutils-all/strip-14rel.s
@@ -2,7 +2,7 @@
foo:
.dc.l 0x12345678
- .section .rel.text
+ .section .rel.text,""
.ifdef ELF64
.dc.a 0
diff --git a/binutils/testsuite/binutils-all/strip-14rela.s b/binutils/testsuite/binutils-all/strip-14rela.s
index 414d3035f3c..d0277247c53 100644
--- a/binutils/testsuite/binutils-all/strip-14rela.s
+++ b/binutils/testsuite/binutils-all/strip-14rela.s
@@ -2,7 +2,7 @@
foo:
.dc.l 0x12345678
- .section .rela.text
+ .section .rela.text,""
.ifdef ELF64
.dc.a 0
diff --git a/binutils/testsuite/binutils-all/strip-15mips64.s b/binutils/testsuite/binutils-all/strip-15mips64.s
index a15c3772ca6..c71b8e2d66c 100644
--- a/binutils/testsuite/binutils-all/strip-15mips64.s
+++ b/binutils/testsuite/binutils-all/strip-15mips64.s
@@ -2,7 +2,7 @@
foo:
.dc.l 0x12345678
- .section .rela.text
+ .section .rela.text,""
.dc.a 0
.dc.l 0x00000000
.dc.b 0, 0, 0, RELOC
diff --git a/binutils/testsuite/binutils-all/strip-15rel.s b/binutils/testsuite/binutils-all/strip-15rel.s
index 1819a539e17..fa0feb1fdd0 100644
--- a/binutils/testsuite/binutils-all/strip-15rel.s
+++ b/binutils/testsuite/binutils-all/strip-15rel.s
@@ -2,7 +2,7 @@
foo:
.dc.l 0x12345678
- .section .rel.text
+ .section .rel.text,""
.ifdef ELF64
.dc.a 0
diff --git a/binutils/testsuite/binutils-all/strip-15rela.s b/binutils/testsuite/binutils-all/strip-15rela.s
index 7bcd85e2836..8eed15f72ee 100644
--- a/binutils/testsuite/binutils-all/strip-15rela.s
+++ b/binutils/testsuite/binutils-all/strip-15rela.s
@@ -2,7 +2,7 @@
foo:
.dc.l 0x12345678
- .section .rela.text
+ .section .rela.text,""
.ifdef ELF64
.dc.a 0