about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-09 08:04:57 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-09 08:04:57 +0000
commita1ce647f8871e64dfcf62eb31108b25ed08914cb (patch)
tree811714f7181a79f1bebc51c1e40770f9e0da0fc7 /ChangeLog
parentfc5f4a97487fffc7f5451d216f278d83a8259efe (diff)
downloadglibc-a1ce647f8871e64dfcf62eb31108b25ed08914cb.tar.gz
glibc-a1ce647f8871e64dfcf62eb31108b25ed08914cb.tar.xz
glibc-a1ce647f8871e64dfcf62eb31108b25ed08914cb.zip
Update.
	* sysdeps/ia64/memchr.S: Add .pred.rel to avoid wrong assembler
	warnings.
	* sysdeps/ia64/memccpy.S: Likewise.
	Patches by Jim Wilson <wilson@redhat.com>.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56d17002c7..a26c7f72ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2000-09-09  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/ia64/memchr.S: Add .pred.rel to avoid wrong assembler
+	warnings.
+	* sysdeps/ia64/memccpy.S: Likewise.
+	Patches by Jim Wilson <wilson@redhat.com>.
+
 	* sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Use uname
 	before trying to read /proc.
 	Patch by Matt Wilson <msw@redhat.com>.