* sysdeps/mips/dl-machine.h (ELF_DL_FRAME_SIZE)
authorRoland McGrath <roland@gnu.org>
Thu, 20 May 2004 22:07:41 +0000 (22:07 +0000)
committerRoland McGrath <roland@gnu.org>
Thu, 20 May 2004 22:07:41 +0000 (22:07 +0000)
(ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS): For the N32
and 64 ABIs, save and restore regs $10 and $11 (a6 and a7).

ChangeLog

index 909f9f4..e3dc251 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-05-15  Chris Demetriou  <cgd@broadcom.com>
+
+       * sysdeps/mips/dl-machine.h (ELF_DL_FRAME_SIZE)
+       (ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS): For the N32
+       and 64 ABIs, save and restore regs $10 and $11 (a6 and a7).
+
 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
 
        * malloc/obstack.c (_obstack) [!defined _LIBC]: Remove; not used.