about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-01-30 17:44:06 +0000
committerUlrich Drepper <drepper@redhat.com>2008-01-30 17:44:06 +0000
commitdd3113da540fff39e6a26ac3d360ea0bfb3d5af8 (patch)
tree9b7c7efddcf170aff4fca5d3d6f56c8864612bea
parentf37eb57f8034463e5eebc296c1cd75a07274887b (diff)
downloadglibc-dd3113da540fff39e6a26ac3d360ea0bfb3d5af8.tar.gz
glibc-dd3113da540fff39e6a26ac3d360ea0bfb3d5af8.tar.xz
glibc-dd3113da540fff39e6a26ac3d360ea0bfb3d5af8.zip
* sysdeps/unix/sysv/linux/x86_64/sem_post.S (sem_post): Avoid
	unnecessary addr32 prefix.
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 09c7d07587..f79a43e436 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-30  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/x86_64/sem_post.S (sem_post): Avoid
+	unnecessary addr32 prefix.
+
 2008-01-29  Roland McGrath  <roland@redhat.com>
 
 	* Makeconfig (ptw-CPPFLAGS, sysd-rules-patterns): New variables.