]> Git Repo - binutils.git/blobdiff - ld/sa29200.sc-sh
* ldexp.c (exp_fold_tree): Don't lose the old flag bits.
[binutils.git] / ld / sa29200.sc-sh
index d0a395bebe31039f327dcd13b7b968633f1a1507..6526614762e382e36cfa4927bb5e5efc55adbb2e 100755 (executable)
@@ -22,6 +22,16 @@ SECTIONS {
        *(.data2);
        ${RELOCATING+_edata = .};
        ${CONSTRUCTING+CONSTRUCTORS}
+       ${CONSTRUCTING+ ___CTOR_LIST__ = .;}
+       ${CONSTRUCTING+ LONG((___CTOR_END__ - ___CTOR_LIST__) / 4 - 2)}
+       *(.ctors)
+       ${CONSTRUCTING+ LONG(0)}
+       ${CONSTRUCTING+ ___CTOR_END__ = .;}
+       ${CONSTRUCTING+ ___DTOR_LIST__ = .;}
+       ${CONSTRUCTING+ LONG((___DTOR_END__ - ___DTOR_LIST__) / 4 - 2)}
+       *(.dtors)
+       ${CONSTRUCTING+ LONG(0)}
+       ${CONSTRUCTING+ ___DTOR_END__ = .;}
     }
 
   .bss  . :
This page took 0.020378 seconds and 4 git commands to generate.