diff options
author | Alan Modra <amodra@gmail.com> | 2022-05-31 11:19:03 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2022-05-31 11:25:09 +0930 |
commit | f77d3081de7a0058cd837cb404a8736670289e09 (patch) | |
tree | 53de11e62a4b7c57e476b86c1001883c340af668 /ld | |
parent | 99f647e200a9a329e80fe813bc708e89927ea5ad (diff) | |
download | gdb-f77d3081de7a0058cd837cb404a8736670289e09.zip gdb-f77d3081de7a0058cd837cb404a8736670289e09.tar.gz gdb-f77d3081de7a0058cd837cb404a8736670289e09.tar.bz2 |
Ajdust more tests for opcodes/i386: remove trailing whitespace
git commit 202be274a4 also missed adjusting a few testsuite files.
This fixes
i686-vxworks +FAIL: VxWorks shared library test 1
i686-vxworks +FAIL: VxWorks executable test 1 (dynamic)
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ld-i386/vxworks1-lib.dd | 6 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/vxworks1.dd | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ld/testsuite/ld-i386/vxworks1-lib.dd b/ld/testsuite/ld-i386/vxworks1-lib.dd index c9fc054..da0a0af 100644 --- a/ld/testsuite/ld-i386/vxworks1-lib.dd +++ b/ld/testsuite/ld-i386/vxworks1-lib.dd @@ -32,10 +32,10 @@ Disassembly of section \.text: 80c1a: e8 01 fc ff ff call 80820 <sglobal@plt> 80c1f: e8 ec fb ff ff call 80810 <sexternal@plt> 80c24: 5b pop %ebx - 80c25: c3 ret + 80c25: c3 ret * 00080c26 <slocal>: - 80c26: c3 ret + 80c26: c3 ret * 00080c27 <sglobal>: - 80c27: c3 ret + 80c27: c3 ret * diff --git a/ld/testsuite/ld-i386/vxworks1.dd b/ld/testsuite/ld-i386/vxworks1.dd index 80f93c9..4699cae 100644 --- a/ld/testsuite/ld-i386/vxworks1.dd +++ b/ld/testsuite/ld-i386/vxworks1.dd @@ -35,4 +35,4 @@ Disassembly of section \.text: 80c0b: R_386_PLT32 \.plt 00080c0f <sexternal>: - 80c0f: c3 ret + 80c0f: c3 ret * |