diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-05 03:27:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-05 03:27:24 +0000 |
commit | 790eed83d16363ef9d1241f366e0f3559b7f5c90 (patch) | |
tree | 44008915820c8315645a1c131a96b821b107ca29 /ChangeLog | |
parent | 510793fd95ba91303b052c0db5c30cf291035ee9 (diff) | |
download | glibc-790eed83d16363ef9d1241f366e0f3559b7f5c90.zip glibc-790eed83d16363ef9d1241f366e0f3559b7f5c90.tar.gz glibc-790eed83d16363ef9d1241f366e0f3559b7f5c90.tar.bz2 |
* sysdeps/powerpc/powerpc64/dl-machine.h: Include <dl-tls.h>.
(elf_machine_rela): Always use RESOLVE_MAP, needed for
R_PPC64_JMP_SLOT as well as TLS cases.
(BIT_INSERT): Move parenthesis where it ought to have been.
Reported by Steven Munroe <sjmunroe@us.ibm.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2003-03-04 Roland McGrath <roland@redhat.com> + * sysdeps/powerpc/powerpc64/dl-machine.h: Include <dl-tls.h>. + (elf_machine_rela): Always use RESOLVE_MAP, needed for + R_PPC64_JMP_SLOT as well as TLS cases. + (BIT_INSERT): Move parenthesis where it ought to have been. + Reported by Steven Munroe <sjmunroe@us.ibm.com>. + * posix/confstr.c (confstr): Correct STRING_LEN values for _CS_GNU_LIBC_VERSION and _CS_GNU_LIBPTHREAD_VERSION, add missing break. Reported by Alexandre Julliard <julliard@winehq.com>. |