diff options
author | Roland McGrath <roland@gnu.org> | 2004-05-20 22:07:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2004-05-20 22:07:41 +0000 |
commit | 48db0d69c8867d593dacf49e80a182542bc162ab (patch) | |
tree | 347fe2ee0d1d652dad8c9b88868c502c31959ac5 | |
parent | a84d6b933e5601f2037d770458ebfea1d3d36a15 (diff) | |
download | glibc-48db0d69c8867d593dacf49e80a182542bc162ab.zip glibc-48db0d69c8867d593dacf49e80a182542bc162ab.tar.gz glibc-48db0d69c8867d593dacf49e80a182542bc162ab.tar.bz2 |
* 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).
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |