[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r1291 - in /fsf/trunk/libc: ChangeLog elf/dl-minimal.c
- To: commits@xxxxxxxxxx
- Subject: [commits] r1291 - in /fsf/trunk/libc: ChangeLog elf/dl-minimal.c
- From: eglibc@xxxxxxxxxx
- Date: Fri, 26 Jan 2007 08:01:38 -0000
Author: eglibc
Date: Fri Jan 26 00:01:38 2007
New Revision: 1291
Log:
Import glibc-mainline for 2007-01-26
Modified:
fsf/trunk/libc/ChangeLog
fsf/trunk/libc/elf/dl-minimal.c
Modified: fsf/trunk/libc/ChangeLog
==============================================================================
--- fsf/trunk/libc/ChangeLog (original)
+++ fsf/trunk/libc/ChangeLog Fri Jan 26 00:01:38 2007
@@ -1,5 +1,6 @@
2007-01-24 Ulrich Drepper <drepper@xxxxxxxxxx>
+ * elf/dl-minimal.c: Undefine _itoa first.
* stdio-common/_itoa.h: Define _itoa and _fitoa for 64-bit platforms.
* malloc/mtrace.c: Revert last change.
* posix/wordexp.c: Likewise.
Modified: fsf/trunk/libc/elf/dl-minimal.c
==============================================================================
--- fsf/trunk/libc/elf/dl-minimal.c (original)
+++ fsf/trunk/libc/elf/dl-minimal.c Fri Jan 26 00:01:38 2007
@@ -1,5 +1,5 @@
/* Minimal replacements for basic facilities used in the dynamic linker.
- Copyright (C) 1995-1998,2000-2002,2004,2005,2006
+ Copyright (C) 1995-1998,2000-2002,2004-2006,2007
Free Software Foundation, Inc.
This file is part of the GNU C Library.
@@ -283,6 +283,7 @@
}
+#undef _itoa
/* We always use _itoa instead of _itoa_word in ld.so since the former
also has to be present and it is never about speed when these
functions are used. */