From: Roland McGrath Date: Thu, 20 May 2004 22:07:41 +0000 (+0000) Subject: * sysdeps/mips/dl-machine.h (ELF_DL_FRAME_SIZE) X-Git-Tag: cvs/fedora-base~451 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=48db0d69c8867d593dacf49e80a182542bc162ab;p=thirdparty%2Fglibc.git * 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). --- diff --git a/ChangeLog b/ChangeLog index 909f9f4d710..e3dc25172d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-05-15 Chris Demetriou + + * 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 * malloc/obstack.c (_obstack) [!defined _LIBC]: Remove; not used.