diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/scripttempl/elfd10v.sc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ld/scripttempl/elfd10v.sc b/ld/scripttempl/elfd10v.sc index 3d69755..ef57c81 100644 --- a/ld/scripttempl/elfd10v.sc +++ b/ld/scripttempl/elfd10v.sc @@ -108,7 +108,12 @@ SECTIONS *(.gnu.linkonce.d*) ${CONSTRUCTING+CONSTRUCTORS} } ${RELOCATING+ >DATA} - .data1 ${RELOCATING-0} : { *(.data1) } ${RELOCATING+ >DATA} + + .data1 ${RELOCATING-0} : { + *(.data1) + *(.data1.*) + } ${RELOCATING+ >DATA} + ${RELOCATING+${CTOR} >DATA} ${RELOCATING+${DTOR} >DATA} |