about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-17 03:34:06 +0000
committerRoland McGrath <roland@gnu.org>1996-07-17 03:34:06 +0000
commit184b7b466a34e1e7f3c4824109e66bc1e7fdfe23 (patch)
treeeb74d766a99559ded4faf8621b267cd9a03c6813 /ChangeLog
parentf36f8dcf1cf07c66e9f7a3eba408e2b0af12d717 (diff)
downloadglibc-184b7b466a34e1e7f3c4824109e66bc1e7fdfe23.tar.gz
glibc-184b7b466a34e1e7f3c4824109e66bc1e7fdfe23.tar.xz
glibc-184b7b466a34e1e7f3c4824109e66bc1e7fdfe23.zip
* elf/dl-lookup.c (_dl_lookup_symbol): Avoid sizeof dynamic auto array
	because that is broken on alpha.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45b890aae9..3959781d03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Tue Jul 16 16:43:58 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
+	* elf/dl-lookup.c (_dl_lookup_symbol): Avoid sizeof dynamic auto array
+	because that is broken on alpha.
+
 	* sysdeps/mach/hurd/mmap.c: Use same inheritance arg in second vm_map
 	call as in first.