[runtime] Use double-underscored attributes.
authorJon Purdy <evincarofautumn@gmail.com>
Thu, 2 Feb 2017 23:42:45 +0000 (15:42 -0800)
committerJon Purdy <evincarofautumn@gmail.com>
Fri, 3 Feb 2017 21:33:47 +0000 (13:33 -0800)
commitf138f07d160166d5b2c67dadfd24ab836c2c292e
tree061a8e73210e4f11d0149b52edb95eb7eb1d2817
parentcf55649fc04bb8533efac592b7715710f8a1086f
[runtime] Use double-underscored attributes.

E.g., 'aligned' => '__aligned__'. We use the following attributes:

 * aligned
 * always_inline
 * cold
 * deprecated
 * error
 * format
 * naked
 * noinline
 * packed
 * printf
 * tls_model
 * unavailable
 * used
 * visibility
 * warn_unused_result
15 files changed:
mono/arch/s390x/s390x-codegen.h
mono/btls/btls-util.h
mono/metadata/sgen-client-mono.h
mono/mini/mini-arm64.c
mono/mini/mini-runtime.c
mono/mini/mini-s390x.c
mono/sgen/sgen-protocol.h
mono/tests/libtest.c
mono/utils/atomic.c
mono/utils/mono-compiler.h
mono/utils/mono-hwcap-s390x.c
mono/utils/mono-publib.h
mono/utils/mono-signal-handler.h
mono/utils/mono-tls.c
mono/utils/valgrind.h