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 /binutils/testsuite | |
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.
Diffstat (limited to 'binutils/testsuite')
-rw-r--r-- | binutils/testsuite/binutils-all/pr23633.d | 1 |
1 files changed, 1 insertions, 0 deletions
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 |