diff options
-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 * |