Fix MIPS PSEUDO define for n32 and n64 non-PIC.

This commit is contained in:
Chandrakala Chavva 2010-08-13 23:25:10 +00:00 committed by Joseph Myers
parent fd5fe45924
commit 5237c94b63
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2010-08-13 Chandrakala Chavva <cchavva@caviumnetworks.com>
* sysdeps/unix/mips/mips64/n64/sysdep.h (PSEUDO): Add 'nop' in
jump delay slot.
* sysdeps/unix/mips/mips64/n32/sysdep.h (PSEUDO): Ditto.
2010-08-13 Joseph Myers <joseph@codesourcery.com>
* sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.

View File

@ -45,6 +45,7 @@ L(syse1):
.set noreorder; \
.align 2; \
99: j __syscall_error; \
nop; \
ENTRY(name) \
.set noreorder; \
li v0, SYS_ify(syscall_name); \

View File

@ -45,6 +45,7 @@ L(syse1):
.set noreorder; \
.align 2; \
99: j __syscall_error; \
nop; \
ENTRY(name) \
.set noreorder; \
li v0, SYS_ify(syscall_name); \