Skip to content

Commit

Permalink
microblaze: 64b atomic operations are not supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
Torvald Riegel committed Nov 21, 2014
1 parent b59d114 commit 0d79fa5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2014-11-21 Torvald Riegel <triegel@redhat.com>

* sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
by setting it to 0. 64b atomics are not supported currently.

2014-11-21 Alexandre Oliva <aoliva@redhat.com>

[BZ #16469]
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/microblaze/bits/atomic.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ typedef uintptr_t uatomicptr_t;
typedef intmax_t atomic_max_t;
typedef uintmax_t uatomic_max_t;

#define __HAVE_64B_ATOMICS 1
#define __HAVE_64B_ATOMICS 0
#define USE_ATOMIC_COMPILER_BUILTINS 0


Expand Down

0 comments on commit 0d79fa5

Please sign in to comment.