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)
This commit is contained in:
parent
99f647e200
commit
f77d3081de
2 changed files with 4 additions and 4 deletions
|
@ -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 *
|
||||
|
|
|
@ -35,4 +35,4 @@ Disassembly of section \.text:
|
|||
80c0b: R_386_PLT32 \.plt
|
||||
|
||||
00080c0f <sexternal>:
|
||||
80c0f: c3 ret
|
||||
80c0f: c3 ret *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue