No more black magic on init/exit calls.
[apps/pfixtools.git] / common.ld
diff --git a/common.ld b/common.ld
deleted file mode 100644 (file)
index e9b8470..0000000
--- a/common.ld
+++ /dev/null
@@ -1,10 +0,0 @@
-SECTIONS {
-    .rodata : {
-        . = ALIGN(8);
-        __madinit = . ;
-        *( MAD_INIT )
-        QUAD(0)
-        *( MAD_EXIT )
-        __madexit = . ;
-    }
-}