2.3.90-18
This commit is contained in:
parent
3a237114b1
commit
b8b11f3758
@ -1,6 +1,14 @@
|
|||||||
--- glibc-20051119T1959/ChangeLog 19 Nov 2005 17:22:39 -0000 1.9697
|
--- glibc-20051119T1959/ChangeLog 19 Nov 2005 17:22:39 -0000 1.9697
|
||||||
+++ glibc-20051119T1959-fedora/ChangeLog 19 Nov 2005 20:05:06 -0000 1.8782.2.133
|
+++ glibc-20051119T1959-fedora/ChangeLog 19 Nov 2005 21:57:33 -0000 1.8782.2.134
|
||||||
@@ -848,6 +848,11 @@
|
@@ -1,3 +1,7 @@
|
||||||
|
+2005-11-19 Roland McGrath <roland@redhat.com>
|
||||||
|
+
|
||||||
|
+ * elf/elf.h: Revert last change.
|
||||||
|
+
|
||||||
|
2005-11-19 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type.
|
||||||
|
@@ -848,6 +852,11 @@
|
||||||
R_ARM_TLS_TPOFF32, R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
|
R_ARM_TLS_TPOFF32, R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
|
||||||
R_ARM_TLS_LDO32, R_ARM_TLS_IE32, R_ARM_TLS_LE32): New macros.
|
R_ARM_TLS_LDO32, R_ARM_TLS_IE32, R_ARM_TLS_LE32): New macros.
|
||||||
|
|
||||||
@ -12,7 +20,7 @@
|
|||||||
2005-10-03 Roland McGrath <roland@redhat.com>
|
2005-10-03 Roland McGrath <roland@redhat.com>
|
||||||
|
|
||||||
* sysdeps/powerpc/nofpu: Directory removed, saved in ports repository.
|
* sysdeps/powerpc/nofpu: Directory removed, saved in ports repository.
|
||||||
@@ -1842,6 +1847,12 @@
|
@@ -1842,6 +1851,12 @@
|
||||||
* argp/argp-help.c (__argp_error): __asprintf -> vasprintf.
|
* argp/argp-help.c (__argp_error): __asprintf -> vasprintf.
|
||||||
(__argp_failure): Likewise.
|
(__argp_failure): Likewise.
|
||||||
|
|
||||||
@ -25,7 +33,7 @@
|
|||||||
2005-08-08 Ulrich Drepper <drepper@redhat.com>
|
2005-08-08 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* nscd/cache.c (cache_add): Commit hash table and header to disk.
|
* nscd/cache.c (cache_add): Commit hash table and header to disk.
|
||||||
@@ -1966,6 +1977,17 @@
|
@@ -1966,6 +1981,17 @@
|
||||||
__syslog_chk.
|
__syslog_chk.
|
||||||
* misc/Versions: Export __syslog_chk and __vsyslog_chk.
|
* misc/Versions: Export __syslog_chk and __vsyslog_chk.
|
||||||
|
|
||||||
@ -43,7 +51,7 @@
|
|||||||
2005-07-28 Thomas Schwinge <schwinge@nic-nac-project.de>
|
2005-07-28 Thomas Schwinge <schwinge@nic-nac-project.de>
|
||||||
|
|
||||||
[BZ #1137]
|
[BZ #1137]
|
||||||
@@ -5026,6 +5048,18 @@
|
@@ -5026,6 +5052,18 @@
|
||||||
|
|
||||||
* scripts/soversions.awk: Fix default version set handling.
|
* scripts/soversions.awk: Fix default version set handling.
|
||||||
|
|
||||||
@ -279,6 +287,17 @@
|
|||||||
# define O 0
|
# define O 0
|
||||||
#else
|
#else
|
||||||
# define O 1
|
# define O 1
|
||||||
|
--- glibc-20051119T1959/elf/elf.h 17 Nov 2005 23:02:17 -0000 1.152
|
||||||
|
+++ glibc-20051119T1959-fedora/elf/elf.h 19 Nov 2005 21:57:34 -0000 1.141.2.11
|
||||||
|
@@ -2031,7 +2031,7 @@ typedef Elf32_Addr Elf32_Conflict;
|
||||||
|
#define R_PPC64_SECTOFF_LO R_PPC_SECTOFF_LO
|
||||||
|
#define R_PPC64_SECTOFF_HI R_PPC_SECTOFF_HI
|
||||||
|
#define R_PPC64_SECTOFF_HA R_PPC_SECTOFF_HA
|
||||||
|
-#define R_PPC64_REL30 37 /* word30 (S + A - P) >> 2 */
|
||||||
|
+#define R_PPC64_ADDR30 37 /* word30 (S + A - P) >> 2 */
|
||||||
|
#define R_PPC64_ADDR64 38 /* doubleword64 S + A */
|
||||||
|
#define R_PPC64_ADDR16_HIGHER 39 /* half16 #higher(S + A) */
|
||||||
|
#define R_PPC64_ADDR16_HIGHERA 40 /* half16 #highera(S + A) */
|
||||||
--- glibc-20051119T1959/elf/ldconfig.c 7 Apr 2005 20:56:56 -0000 1.49
|
--- glibc-20051119T1959/elf/ldconfig.c 7 Apr 2005 20:56:56 -0000 1.49
|
||||||
+++ glibc-20051119T1959-fedora/elf/ldconfig.c 15 Apr 2005 09:32:44 -0000 1.47.2.3
|
+++ glibc-20051119T1959-fedora/elf/ldconfig.c 15 Apr 2005 09:32:44 -0000 1.47.2.3
|
||||||
@@ -953,17 +953,19 @@ search_dirs (void)
|
@@ -953,17 +953,19 @@ search_dirs (void)
|
||||||
|
Loading…
Reference in New Issue
Block a user