Just one more thing...
[apps/pfixtools.git] / common.ld
index 6f7485f..e9b8470 100644 (file)
--- a/common.ld
+++ b/common.ld
@@ -2,9 +2,9 @@ SECTIONS {
     .rodata : {
         . = ALIGN(8);
         __madinit = . ;
-        *( .mad.init )
+        *( MAD_INIT )
         QUAD(0)
-        *( .mad.exit )
+        *( MAD_EXIT )
         __madexit = . ;
     }
 }