mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
* sysdeps/unix/mips/sysdep.h [! __PIC__] (PSEUDO): Add nop after jump.
From Johannes Stezenbach <js@convergence.de>.
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
2002-11-05 Roland McGrath <roland@redhat.com>
|
2002-11-05 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/mips/sysdep.h [! __PIC__] (PSEUDO): Add nop after jump.
|
||||||
|
From Johannes Stezenbach <js@convergence.de>.
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/mips/Versions (libc: GLIBC_2.0): Change
|
* sysdeps/unix/sysv/linux/mips/Versions (libc: GLIBC_2.0): Change
|
||||||
#errlist-compat magic comment to give 123 as size.
|
#errlist-compat magic comment to give 123 as size.
|
||||||
(libc: GLIBC_2.1): Remove this set, moving #errlist-compat magic to ...
|
(libc: GLIBC_2.1): Remove this set, moving #errlist-compat magic to ...
|
||||||
|
@@ -50,6 +50,7 @@ syse1:
|
|||||||
.set noreorder; \
|
.set noreorder; \
|
||||||
.align 2; \
|
.align 2; \
|
||||||
99: j __syscall_error; \
|
99: j __syscall_error; \
|
||||||
|
nop; \
|
||||||
ENTRY(name) \
|
ENTRY(name) \
|
||||||
.set noreorder; \
|
.set noreorder; \
|
||||||
li v0, SYS_ify(syscall_name); \
|
li v0, SYS_ify(syscall_name); \
|
||||||
|
Reference in New Issue
Block a user