summaryrefslogtreecommitdiffhomepage
path: root/include/psxtypes/compiler/__psx_compiler_gcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/psxtypes/compiler/__psx_compiler_gcc.h')
-rw-r--r--include/psxtypes/compiler/__psx_compiler_gcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/psxtypes/compiler/__psx_compiler_gcc.h b/include/psxtypes/compiler/__psx_compiler_gcc.h
index 6c22fa2..94baa9f 100644
--- a/include/psxtypes/compiler/__psx_compiler_gcc.h
+++ b/include/psxtypes/compiler/__psx_compiler_gcc.h
@@ -53,6 +53,7 @@
/* compiler attributes */
#define __attr_aligned__(x) __attribute__((__aligned__(x)))
#define __attr_ptr_size_aligned__ __attr_aligned__(__SIZEOF_POINTER__)
+#define __attr_section__(s) __attribute__((section(s)))
#define __attr_packed__ __attribute__((__packed__))
#define __attr_export__ __attribute__((dllexport))
#define __attr_import__ __attribute__((dllimport))