diff options
author | Andreas Jaeger <aj@suse.de> | 2004-04-15 14:08:16 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2004-04-15 14:08:16 +0000 |
commit | 57f4291c9d3ed7892d0aaaf153540fc5b290ace8 (patch) | |
tree | 8d11fc59a83e9d3db1fa9e8ef4b76ac4bb787938 /sysdeps | |
parent | af6aab77a667ece4bd7afb70970946e40f91cc55 (diff) | |
download | glibc-57f4291c9d3ed7892d0aaaf153540fc5b290ace8.tar glibc-57f4291c9d3ed7892d0aaaf153540fc5b290ace8.tar.gz glibc-57f4291c9d3ed7892d0aaaf153540fc5b290ace8.tar.bz2 glibc-57f4291c9d3ed7892d0aaaf153540fc5b290ace8.zip |
Fix last commit.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/mips/dl-machine.h | 2 |
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"\ ); |