From: Alan Modra Date: Mon, 17 Sep 2018 05:21:47 +0000 (+0930) Subject: Adjust some strip testcases to silence h8300 warnings X-Git-Tag: users/ARM/embedded-binutils-master-2018q4~712 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c9604b6a2c553bc1edc6d80b934b99112292e58;p=external%2Fbinutils.git 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. --- 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 + + * 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 * 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