Move some code.
[apps/pfixtools.git] / common.ld
1 SECTIONS {
2     .rodata : {
3         . = ALIGN(8);
4         __madinit = . ;
5         *( .mad.init )
6         QUAD(0)
7         *( .mad.exit )
8         __madexit = . ;
9     }
10 }