mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-12 19:55:45 +08:00
* config/cpu/sh/atomicity.h: Fix typo in comment.
From-SVN: r235156
This commit is contained in:
parent
b05cf382e0
commit
351a5f8142
@ -1,5 +1,7 @@
|
||||
2016-04-18 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* config/cpu/sh/atomicity.h: Fix typo in comment.
|
||||
|
||||
PR libstdc++/70294
|
||||
* include/std/thread (operator<, operator==): Move definitions to
|
||||
namespace-scope.
|
||||
|
@ -30,6 +30,6 @@
|
||||
// set in the environment. This makes it impossible to enable the proper
|
||||
// atomic model on SH without modifying GCC itself, because libstdc++ always
|
||||
// thinks the target doesn't do any atomics and uses the default mutex based
|
||||
// implementation from cpu/generic/atomicity/mutex.
|
||||
// implementation from cpu/generic/atomicity_mutex.
|
||||
|
||||
#include <ext/atomicity.h>
|
||||
|
Loading…
Reference in New Issue
Block a user