* 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).
This commit is contained in:
Roland McGrath 2004-05-20 22:07:41 +00:00
parent a84d6b933e
commit 48db0d69c8
1 changed files with 6 additions and 0 deletions

View File

@ -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.