summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog104
1 files changed, 103 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bb37744d6..b771d0faed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,109 @@
+2008-10-17 Jakub Jelinek <jakub@redhat.com>
+
+ * elf/Makefile: Add rules to build and run tst-tls17.
+ * elf/tst-tls17.c: New test.
+ * elf/tst-tlsmod17a.c: New file.
+ * elf/tst-tlsmod17b.c: Likewise.
+
+2008-10-17 Ulrich Drepper <drepper@redhat.com>
+
+ * stdlib/divmod_1.c: Use correct type for dummy variable.
+ * stdlib/mod_1.c: Likewise.
+
+2008-10-16 Ulrich Drepper <drepper@redhat.com>
+
+ * elf/dl-tls.c (_dl_update_slotinfo): Copy all of the initial DTV.
+
+2008-10-16 Jakub Jelinek <jakub@redhat.com>
+
+ * sysdeps/unix/sysv/linux/sys/signalfd.h (signalfd): Fix __THROW vs.
+ __nonnull order for C++.
+ * sysdeps/unix/sysv/linux/alpha/sys/signalfd.h (signalfd): Likewise.
+ * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h (signalfd): Likewise.
+
+2008-10-01 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * stdlib/longlong.h: Update from GCC.
+
+2008-10-09 Jakub Jelinek <jakub@redhat.com>
+ David S. Miller <davem@davemloft.net>
+
+ * sysdeps/sparc/sparc64/sparcv9v/memcpy.S: When not USE_BPR,
+ make sure any registers used with 64-bit 'branch-on-register'
+ instructions have their top 32-bits clear.
+ * sysdeps/sparc/sparc64/sparcv9v/memset.S: Likewise.
+ * sysdeps/sparc/sparc64/sparcv9v2/memcpy.S: Likewise.
+
+2008-09-18 Andreas Schwab <schwab@suse.de>
+
+ [BZ #6942]
+ * resolv/res_send.c (send_vc): Fix use of unaligned address.
+ Properly handle partial reads.
+
+2008-10-01 Mark Shinwell <shinwell@codesourcery.com>
+
+ * elf/elf.h (STO_MIPS_PLT): New.
+ (R_MIPS_COPY): New.
+ (R_MIPS_JUMP_SLOT): New.
+ (R_MIPS_NUM): Redefine to 128.
+ (DT_MIPS_PLTGOT): New.
+ (DT_MIPS_RWPLT): New.
+ (DT_MIPS_NUM): Redefine to 0x35.
+
+2008-10-01 Ulrich Drepper <drepper@redhat.com>
+
+ * timezone/africa: Update from tzdata2008f.
+ * timezone/asia: Likewise.
+ * timezone/australasia: Likewise.
+ * timezone/europe: Likewise.
+ * timezone/leapseconds: Likewise.
+ * timezone/northamerica: Likewise.
+ * timezone/southamerica: Likewise.
+ * timezone/zone.tab: Likewise.
+
+2008-09-30 Ulrich Drepper <drepper@redhat.com>
+
+ * nscd/connections.c: Disable use of paccept for now.
+
+2008-09-29 Ulrich Drepper <drepper@redhat.com>
+
+ * socket/Versions: Remove paccept export for GLIBC_2.9.
+ * socket/Makefile (routines): Remove paccept.
+ * socket/sys/socket.h: Remove paccept declaration.
+
+ * po/sv.po: Update from translation team.
+
+2008-09-22 Deborah S. Townsend <dstownse@us.ibm.com>
+
+ * sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
+ * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
+
+2008-09-16 Ulrich Drepper <drepper@redhat.com>
+
+ * dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
+ Patch by Olivier Fourdan <ofourdan@redhat.com>.
+
+2008-09-15 Ulrich Drepper <drepper@redhat.com>
+
+ * sunrpc/rpc/svc.h: Declare svcfd_create.
+ Patch by Michael Solberg <msolberg@redhat.com>.
+
+2008-09-12 Flavio Leitner <fleitner@redhat.com>
+ Ulrich Drepper <drepper@redhat.com>
+
+ * malloc/malloc.c (public_vALLOc): Try other arenas in case
+ _int_valloc fails.
+ (public_pVALLOc): Likewise.
+
+2008-09-02 Andreas Jaeger <aj@suse.de>
+
+ * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Fix last
+ commit.
+
2008-08-26 Aurelien Jarno <aurelien@aurel32.net>
[BZ #6860]
- * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
+ * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
2008-07-18 Daniel Jacobowitz <dan@codesourcery.com>