* lib/simple-atomic.c (asm) [0x590 <= __SUNPRO_C && __STDC__]:
+2021-09-13 Bruno Haible <bruno@clisp.org>
+
+ simple-atomic: Port to Oracle Studio 12.6.
+ * lib/simple-atomic.c (asm) [0x590 <= __SUNPRO_C && __STDC__]:
+ #define to __asm.
+
2021-09-13 Paul Eggert <eggert@cs.ucla.edu>
asyncsafe-spin: port to Oracle Studio 12.6 sparc
/* Specification. */
#include "simple-atomic.h"
+#if 0x590 <= __SUNPRO_C && __STDC__
+# define asm __asm
+#endif
+
#if defined _WIN32 && ! defined __CYGWIN__
/* Native Windows. */