From: John Darrington Date: Tue, 24 Jul 2018 10:58:41 +0000 (+0200) Subject: S12Z: Emit uninitialized data in the .bss segment X-Git-Tag: users/ARM/embedded-binutils-master-2018q4~1247 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe57a8c9f51516feb4fe999d2ff079157db42c26;p=platform%2Fupstream%2Fbinutils.git S12Z: Emit uninitialized data in the .bss segment * scripttempl/elfm9s12z.sc: Put input sections called .common into the .bss segment. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 1358f02..61e2c6d 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,10 @@ 2018-07-27 John Darrington + * scripttempl/elfm9s12z.sc: Put input sections called .common + into the .bss segment. + +2018-07-27 John Darrington + * scripttempl/elfm9s12z.sc: Emit the data_section at the end of text. 2018-07-26 Alan Modra diff --git a/ld/scripttempl/elfm9s12z.sc b/ld/scripttempl/elfm9s12z.sc index a4a8d72..cf602b5 100644 --- a/ld/scripttempl/elfm9s12z.sc +++ b/ld/scripttempl/elfm9s12z.sc @@ -401,6 +401,7 @@ SECTIONS ${RELOCATING+__bss_start = .;} ${RELOCATING+*(.softregs)} ${RELOCATING+*(.sbss)} + ${RELOCATING+*(.common)} ${RELOCATING+*(.scommon)} *(.dynbss)