From 1fcd7e871c38ac1049dd5d5509ea1f11a456bf16 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 14 Sep 2018 19:20:06 +0930 Subject: [PATCH] PR23633 testcase fix PR binutils/23633 * testsuite/binutils-all/pr23633.d: Don't fail when assembler generates sections other than .text. --- binutils/ChangeLog | 6 ++++++ binutils/testsuite/binutils-all/pr23633.d | 1 + 2 files changed, 7 insertions(+) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 35ea46c0ba..929b4f3bf6 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2018-09-14 Alan Modra + + PR binutils/23633 + * testsuite/binutils-all/pr23633.d: Don't fail when assembler + generates sections other than .text. + 2018-09-13 H.J. Lu PR binutils/23633 diff --git a/binutils/testsuite/binutils-all/pr23633.d b/binutils/testsuite/binutils-all/pr23633.d index 12f9b0d905..efe7938e66 100644 --- a/binutils/testsuite/binutils-all/pr23633.d +++ b/binutils/testsuite/binutils-all/pr23633.d @@ -6,3 +6,4 @@ #... Contents of section .text: 0000 00000000.* +#pass -- 2.34.1