about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2014-11-12 22:31:38 +0000
committerJoseph Myers <joseph@codesourcery.com>2014-11-12 22:31:38 +0000
commitc52ff39e8ee052e4a57676d65a27f09bd0a859ad (patch)
tree89b2ff9ba7308dcfd2ddabfd9abe301d9733aa49 /ChangeLog
parent2f5c1b000aaeb2c25b1df52453bba8de7f9453e2 (diff)
downloadglibc-c52ff39e8ee052e4a57676d65a27f09bd0a859ad.tar.gz
glibc-c52ff39e8ee052e4a57676d65a27f09bd0a859ad.tar.xz
glibc-c52ff39e8ee052e4a57676d65a27f09bd0a859ad.zip
Fix malloc_info namespace (bug 17570).
malloc_info is defined in the same file as malloc and free, but is not
an ISO C function, so should be a weak symbol.  This patch makes it
so.

Tested for x86_64 (testsuite, and that disassembly of installed shared
libraries is unchanged by the patch).

	[BZ #17570]
	* malloc/malloc.c (malloc_info): Rename to __malloc_info and
	define as weak alias of __malloc_info.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42a3e828fc..b7ec0f1eb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2014-11-12  Joseph Myers  <joseph@codesourcery.com>
 
+	[BZ #17570]
+	* malloc/malloc.c (malloc_info): Rename to __malloc_info and
+	define as weak alias of __malloc_info.
+
 	[BZ #17584]
 	* dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
 	as weak alias of __rewinddir.  Don't use libc_hidden_def.