From: Andreas Jaeger Date: Thu, 15 Apr 2004 14:08:16 +0000 (+0000) Subject: Fix last commit. X-Git-Tag: cvs/fedora-base~531 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=be35bb08c95b079784e254a23fd05326eebfe51b;p=thirdparty%2Fglibc.git Fix last commit. --- diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h index b92a813ed07..aff843d01da 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"\ );