diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-01-08 05:47:47 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-01-08 05:47:47 +0000 |
commit | 70cd1f971ba91574980d707a1bd7da29a970158c (patch) | |
tree | d85c7fcd5dfb7d34a0d4cfc2487fe1eab436deb7 /ChangeLog | |
parent | 85555eeb7b4c2cee0714c8860caa4f5851b9045b (diff) | |
download | glibc-70cd1f971ba91574980d707a1bd7da29a970158c.tar.gz |
Update.
* sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_runtime_setup):
If profile != 0 does not anymore mean GLRO(dl_profile) != NULL.
* sysdeps/powerpc/powerpc32/bits/link.h: Fix types of some fields in
the register and result structures.
* sysdeps/powerpc/powerpc64/bits/link.h: Fix types of some fields
in the 32-bit register and result structures.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,8 +1,14 @@ 2005-01-07 Ulrich Drepper <drepper@redhat.com> + * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_runtime_setup): + If profile != 0 does not anymore mean GLRO(dl_profile) != NULL. * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_prof_resolve): Extend _dl_prof_resolve to add pass extra parameters to _dl_profile_fixup and set up structure with register content. + * sysdeps/powerpc/powerpc32/bits/link.h: Fix types of some fields in + the register and result structures. + * sysdeps/powerpc/powerpc64/bits/link.h: Fix types of some fields + in the 32-bit register and result structures. * sysdeps/powerpc/powerpc64/dl-trampoline.S: Use register names. |