diff options
Diffstat (limited to 'backends/platform/dc')
-rw-r--r-- | backends/platform/dc/plugin_head.S | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backends/platform/dc/plugin_head.S b/backends/platform/dc/plugin_head.S new file mode 100644 index 0000000000..6cbe9eec85 --- /dev/null +++ b/backends/platform/dc/plugin_head.S @@ -0,0 +1,6 @@ + + .section .ctors,"aw",@progbits + .section .dtors,"aw",@progbits + + .end + |