diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2003-03-14 05:32:50 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2003-03-14 05:32:50 +0000 |
commit | b5bac573e6adefab9fb3f693a42434b77ed5a0da (patch) | |
tree | 74e9cd080744772c566d02427af97e184be781d8 /ChangeLog | |
parent | 5ace1393645876e733698cc05dac51a8bfbec965 (diff) | |
download | glibc-b5bac573e6adefab9fb3f693a42434b77ed5a0da.tar glibc-b5bac573e6adefab9fb3f693a42434b77ed5a0da.tar.gz glibc-b5bac573e6adefab9fb3f693a42434b77ed5a0da.tar.bz2 glibc-b5bac573e6adefab9fb3f693a42434b77ed5a0da.zip |
* sysdeps/generic/ldconfig.h (FLAG_MIPS64_LIBN32, FLAG_MIPS64_LIBN64): Define. * elf/cache.c (print_entry): Handle mips64 n32 and n64.
* sysdeps/generic/ldconfig.h (FLAG_MIPS64_LIBN32,
FLAG_MIPS64_LIBN64): Define.
* elf/cache.c (print_entry): Handle mips64 n32 and n64.
2003-03-14 Alexandre Oliva <aoliva@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2003-03-14 Alexandre Oliva <aoliva@redhat.com> + * sysdeps/generic/ldconfig.h (FLAG_MIPS64_LIBN32, + FLAG_MIPS64_LIBN64): Define. + * elf/cache.c (print_entry): Handle mips64 n32 and n64. + +2003-03-14 Alexandre Oliva <aoliva@redhat.com> + * sysdeps/mips/memcpy.S: Map t0-3 to a4-7 on new abis. * sysdeps/mips/memset.S: Likewise. * sysdeps/mips/sys/regdef.h: Alias a4-7 or t0-3 to $8-11 |