diff options
author | Andreas Jaeger <aj@suse.de> | 2001-02-22 08:27:50 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-02-22 08:27:50 +0000 |
commit | ba0b6741da1a44ff547f751b8a515c3fd687593a (patch) | |
tree | 63d857f1d62466e0f8bad7dbf76f4f7dbff49101 /sysdeps/mips/dl-machine.h | |
parent | bd8fbd5724003b8c49c949cbceb7f735eb90afb4 (diff) | |
download | glibc-ba0b6741da1a44ff547f751b8a515c3fd687593a.tar glibc-ba0b6741da1a44ff547f751b8a515c3fd687593a.tar.gz glibc-ba0b6741da1a44ff547f751b8a515c3fd687593a.tar.bz2 glibc-ba0b6741da1a44ff547f751b8a515c3fd687593a.zip |
* sysdeps/mips/bsd-_setjmp.S (_setjmp): Reorder instructions to
avoid problems on MIPS I.
* sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.
* sysdeps/mips/dl-machine.h (RTLD_START): Remove duplicate ".set
noreorder".
Diffstat (limited to 'sysdeps/mips/dl-machine.h')
-rw-r--r-- | sysdeps/mips/dl-machine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/mips/dl-machine.h b/sysdeps/mips/dl-machine.h index cd8ee3c0e1..6a7d66c5b3 100644 --- a/sysdeps/mips/dl-machine.h +++ b/sysdeps/mips/dl-machine.h @@ -412,7 +412,6 @@ _dl_runtime_resolve:\n \ ".text\n"\ _RTLD_PROLOGUE(ENTRY_POINT)\ ".set noreorder\n\ - .set noreorder\n\ bltzal $0, 0f\n\ nop\n\ 0: .cpload $31\n\ |