Don't emit data_section_size when -r is specified
* ld/scripttempl/elfm9s12z.sc (.install): Add RELOCATING+ qualifier.
This commit is contained in:
parent
19f1fffecd
commit
57d5aa265f
@ -389,7 +389,7 @@ SECTIONS
|
||||
|
||||
.install ${RELOCATING-0}:
|
||||
{
|
||||
. = __data_section_size;
|
||||
${RELOCATING+. = __data_section_size;}
|
||||
} ${RELOCATING+ > ${TEXT_MEMORY}}
|
||||
|
||||
/* Relocation for some bss and data sections. */
|
||||
|
Loading…
Reference in New Issue
Block a user