about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-04-01 19:56:00 +0000
committerUlrich Drepper <drepper@redhat.com>2006-04-01 19:56:00 +0000
commita44cffaa1235dc9e46c3d8174961eb4793c391ac (patch)
treed51550a07f6e3bd66e930902500b26f9f986b9c2 /ChangeLog
parent1f8f2b608cd0a19e924849a3df8bdba29c8063c5 (diff)
downloadglibc-a44cffaa1235dc9e46c3d8174961eb4793c391ac.tar.gz
glibc-a44cffaa1235dc9e46c3d8174961eb4793c391ac.tar.xz
glibc-a44cffaa1235dc9e46c3d8174961eb4793c391ac.zip
[BZ #2477]
	* sysdeps/unix/sysv/linux/i386/sysdep.h: Create correct LOADARGS_*
	macros for non-shared position-independent code.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cc94216eb5..97043e253b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2006-04-01  Ulrich Drepper  <drepper@redhat.com>
 
+	[BZ #2477]
+	* sysdeps/unix/sysv/linux/i386/sysdep.h: Create correct LOADARGS_*
+	macros for non-shared position-independent code.
+
 	[BZ #2472]
 	* bits/siginfo.h: Fix typo in ILL_ILLOPN definition.