diff options
Diffstat (limited to 'ld/scripttempl/pdp11.sc')
-rw-r--r-- | ld/scripttempl/pdp11.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/pdp11.sc b/ld/scripttempl/pdp11.sc index b6cfed88341..8605ae7b793 100644 --- a/ld/scripttempl/pdp11.sc +++ b/ld/scripttempl/pdp11.sc @@ -35,7 +35,7 @@ SECTIONS ${RELOCATING+__etext = .;} ${PAD_TEXT+${RELOCATING+. = ${DATA_ALIGNMENT};}} } - ${RELOCATING+. = ${DATA_ALIGNMENT};} + ${RELOCATING+. = ${DATA_SEG_ADDR};} .data : { *(.data) |