[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r16306 - in /fsf/glibc-2_11-branch/ports: ./ sysdeps/arm/ sysdeps/hppa/ sysdeps/mips/
- To: commits@xxxxxxxxxx
- Subject: [Commits] r16306 - in /fsf/glibc-2_11-branch/ports: ./ sysdeps/arm/ sysdeps/hppa/ sysdeps/mips/
- From: eglibc@xxxxxxxxxx
- Date: Wed, 21 Dec 2011 00:06:35 -0000
Author: eglibc
Date: Wed Dec 21 00:06:34 2011
New Revision: 16306
Log:
Import glibc-ports-2.11 for 2011-12-21
Modified:
fsf/glibc-2_11-branch/ports/ChangeLog.arm
fsf/glibc-2_11-branch/ports/ChangeLog.hppa
fsf/glibc-2_11-branch/ports/ChangeLog.mips
fsf/glibc-2_11-branch/ports/sysdeps/arm/dl-tls.h
fsf/glibc-2_11-branch/ports/sysdeps/hppa/dl-tls.h
fsf/glibc-2_11-branch/ports/sysdeps/mips/dl-tls.h
Modified: fsf/glibc-2_11-branch/ports/ChangeLog.arm
==============================================================================
--- fsf/glibc-2_11-branch/ports/ChangeLog.arm (original)
+++ fsf/glibc-2_11-branch/ports/ChangeLog.arm Wed Dec 21 00:06:34 2011
@@ -1,3 +1,7 @@
+2011-04-11 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * sysdeps/arm/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
+
2011-06-30 Richard Sandiford <richard.sandiford@xxxxxxxxxx>
* sysdeps/arm/elf/start.S (_start): Align the constant pool to 4 bytes.
Modified: fsf/glibc-2_11-branch/ports/ChangeLog.hppa
==============================================================================
--- fsf/glibc-2_11-branch/ports/ChangeLog.hppa (original)
+++ fsf/glibc-2_11-branch/ports/ChangeLog.hppa Wed Dec 21 00:06:34 2011
@@ -1,3 +1,8 @@
+2011-10-20 Carlos O'Donell <carlos@xxxxxxxxxxxxxxxx>
+
+ * sysdeps/hppa/dl-tls.h: Update copyright year.
+ Define TLS_DTV_UNALLOCATED.
+
2009-11-15 Carlos O'Donell <carlos@xxxxxxxxxxxxxxxx>
[BZ #6676]
Modified: fsf/glibc-2_11-branch/ports/ChangeLog.mips
==============================================================================
--- fsf/glibc-2_11-branch/ports/ChangeLog.mips (original)
+++ fsf/glibc-2_11-branch/ports/ChangeLog.mips Wed Dec 21 00:06:34 2011
@@ -1,3 +1,7 @@
+2011-04-11 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
+
+ * sysdeps/mips/dl-tls.h (TLS_DTV_UNALLOCATED): Define.
+
2011-11-17 Joseph Myers <joseph@xxxxxxxxxxxxxxxx>
* sysdeps/unix/sysv/linux/mips/mips64/n64/ftw.c,
Modified: fsf/glibc-2_11-branch/ports/sysdeps/arm/dl-tls.h
==============================================================================
--- fsf/glibc-2_11-branch/ports/sysdeps/arm/dl-tls.h (original)
+++ fsf/glibc-2_11-branch/ports/sysdeps/arm/dl-tls.h Wed Dec 21 00:06:34 2011
@@ -1,5 +1,5 @@
/* Thread-local storage handling in the ELF dynamic linker. ARM version.
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -27,3 +27,6 @@
extern void *__tls_get_addr (tls_index *ti);
+
+/* Value used for dtv entries for which the allocation is delayed. */
+#define TLS_DTV_UNALLOCATED ((void *) -1l)
Modified: fsf/glibc-2_11-branch/ports/sysdeps/hppa/dl-tls.h
==============================================================================
--- fsf/glibc-2_11-branch/ports/sysdeps/hppa/dl-tls.h (original)
+++ fsf/glibc-2_11-branch/ports/sysdeps/hppa/dl-tls.h Wed Dec 21 00:06:34 2011
@@ -1,5 +1,5 @@
/* Thread-local storage handling in the ELF dynamic linker. hppa version.
- Copyright (C) 2003 Free Software Foundation, Inc.
+ Copyright (C) 2003, 2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -27,3 +27,6 @@
extern void *__tls_get_addr (tls_index *ti);
+
+/* Value used for dtv entries for which the allocation is delayed. */
+#define TLS_DTV_UNALLOCATED ((void *) -1l)
Modified: fsf/glibc-2_11-branch/ports/sysdeps/mips/dl-tls.h
==============================================================================
--- fsf/glibc-2_11-branch/ports/sysdeps/mips/dl-tls.h (original)
+++ fsf/glibc-2_11-branch/ports/sysdeps/mips/dl-tls.h Wed Dec 21 00:06:34 2011
@@ -1,5 +1,5 @@
/* Thread-local storage handling in the ELF dynamic linker. MIPS version.
- Copyright (C) 2005 Free Software Foundation, Inc.
+ Copyright (C) 2005, 2011 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -44,3 +44,6 @@
# define GET_ADDR_OFFSET (ti->ti_offset + TLS_DTV_OFFSET)
# define __TLS_GET_ADDR(__ti) (__tls_get_addr (__ti) - TLS_DTV_OFFSET)
+
+/* Value used for dtv entries for which the allocation is delayed. */
+#define TLS_DTV_UNALLOCATED ((void *) -1l)
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits