aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-03-05 03:27:24 +0000
committerRoland McGrath <roland@gnu.org>2003-03-05 03:27:24 +0000
commit790eed83d16363ef9d1241f366e0f3559b7f5c90 (patch)
tree44008915820c8315645a1c131a96b821b107ca29 /ChangeLog
parent510793fd95ba91303b052c0db5c30cf291035ee9 (diff)
downloadglibc-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--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1a7ae32..2b7f720 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>.