OSDN Git Service

2001-07-12 Aldy Hernandez <aldyh@redhat.com>
authoraldyh <aldyh>
Fri, 13 Jul 2001 15:41:39 +0000 (15:41 +0000)
committeraldyh <aldyh>
Fri, 13 Jul 2001 15:41:39 +0000 (15:41 +0000)
        * libc/machine/mips/setjmp.S: Allow mips16 and mips64 to coexist.

newlib/ChangeLog
newlib/libc/machine/mips/setjmp.S

index 040a00e..3adb3e0 100644 (file)
@@ -1,3 +1,7 @@
+2001-07-12  Aldy Hernandez  <aldyh@redhat.com>
+
+        * libc/machine/mips/setjmp.S: Allow mips16 and mips64 to coexist.
+
 2001-06-27  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * libc/include/machine/ieeefp.h (__IEEE_BYTES_LITTLE_ENDIAN):
index 9532e7a..9778394 100644 (file)
@@ -9,12 +9,10 @@
    The MIPS 64 version saves registers fp20 to fp31.  23 registers
    are saved in all.  */
 
-#ifndef __mips64
 #ifdef __mips16
 /* This file contains 32 bit assembly code.  */
        .set nomips16
 #endif
-#endif
 
 /* int setjmp (jmp_buf);  */
        .globl  setjmp