Skip to content

Commit

Permalink
Fix gUSA sequence in SH atomic functions in
Browse files Browse the repository at this point in the history
sysdeps/unix/sysv/linux/sh/bits/atomic.h.
  • Loading branch information
Kaz Kojima committed Jun 22, 2012
1 parent 0479b30 commit d230f50
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 93 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
2012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Kaz Kojima <kkojima@rr.iij4u.or.jp>

* sysdeps/unix/sysv/linux/sh/bits/atomic.h
(__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
(__arch_compare_and_exchange_val_16_acq): Likewise.
(__arch_compare_and_exchange_val_32_acq): Likewise.
(atomic_exchange_and_add): Fix gUSA sequence.
(atomic_add): Likewise.
(atomic_add_negative): Likewise.
(atomic_add_zero): Likewise.
(atomic_bit_test_set): Likewise.

2012-06-22 Andreas Schwab <schwab@redhat.com>

[BZ #13579]
Expand Down
Loading

0 comments on commit d230f50

Please sign in to comment.