|
|
|
@ -311,7 +311,7 @@ cat <<EOF |
|
|
|
} |
|
|
|
.data1 ${RELOCATING-0} : { *(.data1) } |
|
|
|
.tdata ${RELOCATING-0} : { *(.tdata${RELOCATING+ .tdata.* .gnu.linkonce.td.*}) } |
|
|
|
.tbss ${RELOCATING-0} : { *(.tbss${RELOCATING+ .tbss.* .gnu.linkonce.tb.*) *(.tcommon}) } |
|
|
|
.tbss ${RELOCATING-0} : { *(.tbss${RELOCATING+ .tbss.* .gnu.linkonce.tb.*})${RELOCATING+ *(.tcommon)} } |
|
|
|
.eh_frame ${RELOCATING-0} : { KEEP (*(.eh_frame)) } |
|
|
|
.gcc_except_table ${RELOCATING-0} : { *(.gcc_except_table) } |
|
|
|
${WRITABLE_RODATA+${RODATA}} |
|
|
|
|