diff options
author | Alan Modra <amodra@gmail.com> | 2018-09-17 14:51:47 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-09-17 23:16:48 +0930 |
commit | 8c9604b6a2c553bc1edc6d80b934b99112292e58 (patch) | |
tree | f5da160c089650afda6e0b145d854ead8a645cfe /binutils | |
parent | 6fa52824c316091c2beb22fceed9ba96d17f37c4 (diff) | |
download | gdb-8c9604b6a2c553bc1edc6d80b934b99112292e58.zip gdb-8c9604b6a2c553bc1edc6d80b934b99112292e58.tar.gz gdb-8c9604b6a2c553bc1edc6d80b934b99112292e58.tar.bz2 |
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')
-rw-r--r-- | binutils/ChangeLog | 13 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/strip-13mips64.s | 2 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/strip-13rel.s | 2 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/strip-13rela.s | 2 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/strip-14mips64.s | 2 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/strip-14rel.s | 2 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/strip-14rela.s | 2 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/strip-15mips64.s | 2 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/strip-15rel.s | 2 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/strip-15rela.s | 2 |
10 files changed, 22 insertions, 9 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5c75f96..0de8686 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,16 @@ +2018-09-17 Alan Modra <amodra@gmail.com> + + * 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. + 2018-09-17 Nick Clifton <nickc@redhat.com> * testsuite/binutils-all/compress.exp: Rename second "objcopy diff --git a/binutils/testsuite/binutils-all/strip-13mips64.s b/binutils/testsuite/binutils-all/strip-13mips64.s index ea652a4..c0ceccb 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 f708f6f..15c3a61 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 2c01ab2..9effc52 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 723da8d..e1f5096 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 b0ddc49..7c0ce2e 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 414d303..d027724 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 a15c377..c71b8e2 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 1819a53..fa0feb1 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 7bcd85e..8eed15f 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 |