From 4aacc41fff5f96b3e318e99d036796424dadff7f Mon Sep 17 00:00:00 2001 From: Marcus Comstedt Date: Mon, 26 Sep 2016 15:16:41 +0200 Subject: DC: Implement atexit handling for plugins --- backends/platform/dc/plugin.x | 1 + 1 file changed, 1 insertion(+) (limited to 'backends/platform/dc/plugin.x') diff --git a/backends/platform/dc/plugin.x b/backends/platform/dc/plugin.x index 2c8469a335..039fca81cf 100644 --- a/backends/platform/dc/plugin.x +++ b/backends/platform/dc/plugin.x @@ -9,6 +9,7 @@ SECTIONS . = 0; .text : { + ___dso_handle = .; *(.text .stub .text.* .gnu.linkonce.t.*) *(.gnu.warning) } :plugin =0 -- cgit v1.2.3