diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-01-30 17:44:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-01-30 17:44:06 +0000 |
commit | dd3113da540fff39e6a26ac3d360ea0bfb3d5af8 (patch) | |
tree | 9b7c7efddcf170aff4fca5d3d6f56c8864612bea /nptl | |
parent | f37eb57f8034463e5eebc296c1cd75a07274887b (diff) | |
download | glibc-dd3113da540fff39e6a26ac3d360ea0bfb3d5af8.tar glibc-dd3113da540fff39e6a26ac3d360ea0bfb3d5af8.tar.gz glibc-dd3113da540fff39e6a26ac3d360ea0bfb3d5af8.tar.bz2 glibc-dd3113da540fff39e6a26ac3d360ea0bfb3d5af8.zip |
* sysdeps/unix/sysv/linux/x86_64/sem_post.S (sem_post): Avoid
unnecessary addr32 prefix.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 5 |
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. |