diff options
author | Anton Blanchard <anton@samba.org> | 2014-11-25 07:26:12 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-11-25 07:28:28 -0500 |
commit | 5fbb569186ef678d7ca3b7b865dd36f851eb433c (patch) | |
tree | 458e410b3691d26e9428b7c92706385430991c1b /ChangeLog | |
parent | 467fec0bb47464ff49e7075194342b028c75c72f (diff) | |
download | glibc-5fbb569186ef678d7ca3b7b865dd36f851eb433c.tar glibc-5fbb569186ef678d7ca3b7b865dd36f851eb433c.tar.gz glibc-5fbb569186ef678d7ca3b7b865dd36f851eb433c.tar.bz2 glibc-5fbb569186ef678d7ca3b7b865dd36f851eb433c.zip |
powerpc: Fix __arch_compare_and_exchange_bool_64_rel
Fix a typo in the inline assembly.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2014-11-25 Anton Blanchard <anton@samba.org> + + * sysdeps/powerpc/bits/atomic.h + (__arch_compare_and_exchange_bool_64_rel): Load from mem. + 2014-11-24 Sterling Augustine <saugustine@google.com> * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros. |