From: Andreas Jaeger Date: Thu, 15 Apr 2004 14:08:16 +0000 (+0000) Subject: Fix last commit. X-Git-Tag: glibc-2.16-ports-before-merge~1191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57f4291c9d3ed7892d0aaaf153540fc5b290ace8;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"\ );