diff options
author | Alan Modra <amodra@gmail.com> | 2018-09-14 19:20:06 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2018-09-14 21:21:40 +0930 |
commit | 1fcd7e871c38ac1049dd5d5509ea1f11a456bf16 (patch) | |
tree | 864a7bac40a726feaf37ed271a66ccb03e4e15d0 | |
parent | a4cd947aca23d58966ead843e120f4c19db01030 (diff) | |
download | gdb-1fcd7e871c38ac1049dd5d5509ea1f11a456bf16.zip gdb-1fcd7e871c38ac1049dd5d5509ea1f11a456bf16.tar.gz gdb-1fcd7e871c38ac1049dd5d5509ea1f11a456bf16.tar.bz2 |
PR23633 testcase fix
PR binutils/23633
* testsuite/binutils-all/pr23633.d: Don't fail when assembler
generates sections other than .text.
-rw-r--r-- | binutils/ChangeLog | 6 | ||||
-rw-r--r-- | binutils/testsuite/binutils-all/pr23633.d | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 35ea46c..929b4f3 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,9 @@ +2018-09-14 Alan Modra <amodra@gmail.com> + + PR binutils/23633 + * testsuite/binutils-all/pr23633.d: Don't fail when assembler + generates sections other than .text. + 2018-09-13 H.J. Lu <hongjiu.lu@intel.com> PR binutils/23633 diff --git a/binutils/testsuite/binutils-all/pr23633.d b/binutils/testsuite/binutils-all/pr23633.d index 12f9b0d..efe7938 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 |