about summary refs log tree commit diff
path: root/sysdeps/mips/dl-machine.h
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2004-04-15 14:08:16 +0000
committerAndreas Jaeger <aj@suse.de>2004-04-15 14:08:16 +0000
commitbe35bb08c95b079784e254a23fd05326eebfe51b (patch)
tree0a7922ee643e52225d53a672ccfd778fcd9198d6 /sysdeps/mips/dl-machine.h
parentb77d7dffa21f5ca6f42d7c697e977e035400246a (diff)
downloadglibc-be35bb08c95b079784e254a23fd05326eebfe51b.tar.gz
glibc-be35bb08c95b079784e254a23fd05326eebfe51b.tar.xz
glibc-be35bb08c95b079784e254a23fd05326eebfe51b.zip
Fix last commit.
Diffstat (limited to 'sysdeps/mips/dl-machine.h')
-rw-r--r--sysdeps/mips/dl-machine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h
index b92a813ed0..aff843d01d 100644
--- a/sysdeps/mips/dl-machine.h
+++ b/sysdeps/mips/dl-machine.h
@@ -512,7 +512,7 @@ _dl_start_user:\n\
 	" STRINGXP(PTR_LA) " $2, _dl_fini\n\
 	# Jump to the user entry point.\n\
 	move $25, $17\n\
-	jr $25\n\
+	jr $25\n\t"\
 	_RTLD_EPILOGUE(ENTRY_POINT)\
 	".previous"\
 );