summaryrefslogtreecommitdiff
path: root/sysdeps/mips/mips64/dl-machine.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mips/mips64/dl-machine.h')
-rw-r--r--sysdeps/mips/mips64/dl-machine.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/mips/mips64/dl-machine.h b/sysdeps/mips/mips64/dl-machine.h
index e501a2520e..76981a6a9b 100644
--- a/sysdeps/mips/mips64/dl-machine.h
+++ b/sysdeps/mips/mips64/dl-machine.h
@@ -423,6 +423,7 @@ _dl_runtime_resolve:\n \
move $25, $2\n \
jr $25\n \
.end _dl_runtime_resolve\n \
+ .previous\n \
");
/* Mask identifying addresses reserved for the user program,
@@ -514,6 +515,7 @@ _dl_start_user:\n\
ld $7, 3*8($29)\n\
jr $25\n"\
_RTLD_EPILOGUE(ENTRY_POINT) \
+ "\n.previous"\
);