diff options
author | Takashi Iwai <tiwai@suse.de> | 2016-11-11 18:15:22 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-11-11 18:15:22 +0300 |
commit | a04dae9eb15a2629de75c4ddde44e677a356f93a (patch) | |
tree | b7e4b1a0983c4882abbdba09107c09836e0ee0f0 /scripts/gcc-plugins/gcc-common.h | |
parent | 4ce8e6a51abfc69bf222f676cfe938f7732385d7 (diff) | |
parent | f336c3f072216a16187b22069681d014dcb43db6 (diff) | |
download | linux-a04dae9eb15a2629de75c4ddde44e677a356f93a.tar.xz |
Merge branch 'topic/restize-docs' into for-next
Diffstat (limited to 'scripts/gcc-plugins/gcc-common.h')
-rw-r--r-- | scripts/gcc-plugins/gcc-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gcc-plugins/gcc-common.h b/scripts/gcc-plugins/gcc-common.h index 172850bcd0d9..950fd2e64bb7 100644 --- a/scripts/gcc-plugins/gcc-common.h +++ b/scripts/gcc-plugins/gcc-common.h @@ -130,6 +130,7 @@ extern void dump_gimple_stmt(pretty_printer *, gimple, int, int); #endif #define __unused __attribute__((__unused__)) +#define __visible __attribute__((visibility("default"))) #define DECL_NAME_POINTER(node) IDENTIFIER_POINTER(DECL_NAME(node)) #define DECL_NAME_LENGTH(node) IDENTIFIER_LENGTH(DECL_NAME(node)) |