From: Alan Modra Date: Fri, 16 Aug 2013 12:34:46 +0000 (+0000) Subject: * config/tc-ppc.c (ppc_elf_lcomm): Use subsection 1. X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=cbe02d4f39ad1c75f2fa3926f0352815812047b9;p=deliverable%2Fbinutils-gdb.git * config/tc-ppc.c (ppc_elf_lcomm): Use subsection 1. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 7e600044dd..62574a6259 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2013-08-16 Alan Modra + + * config/tc-ppc.c (ppc_elf_lcomm): Use subsection 1. + 2013-08-14 David Edelsohn * config/tc-ppc.c (ppc_comm): Accept optional fourth .lcomm @@ -270,14 +274,14 @@ 2013-07-18 Sandeep Kumar Singh - * config/rx-defs.h: Add macros for RX100, RX200, RX600, and + * config/rx-defs.h: Add macros for RX100, RX200, RX600, and RX610. - * config/rx-parse.y: (rx_check_float_support): Add function to + * config/rx-parse.y: (rx_check_float_support): Add function to check floating point operation support for target RX100 and RX200. - * config/tc-rx.c: Add CPU options RX100, RX200, RX600, and RX610. - * doc/c-rx.texi: Add -mcpu option to recognize macros for RX100, - RX200, RX600, and RX610 + * config/tc-rx.c: Add CPU options RX100, RX200, RX600, and RX610. + * doc/c-rx.texi: Add -mcpu option to recognize macros for RX100, + RX200, RX600, and RX610 2013-07-18 Senthil Kumar Selvaraj @@ -852,7 +856,7 @@ 2013-06-01 George Thomas - * gas/config/tc-avr.c: Change ISA for devices with USB support to + * gas/config/tc-avr.c: Change ISA for devices with USB support to AVR_ISA_XMEGAU 2013-05-31 H.J. Lu @@ -862,7 +866,6 @@ 2013-05-31 Paul Brook - gas/ * config/tc-mips.c (s_ehword): New. 2013-05-30 Paul Brook diff --git a/gas/config/tc-ppc.c b/gas/config/tc-ppc.c index e426ed3619..06f4e9f952 100644 --- a/gas/config/tc-ppc.c +++ b/gas/config/tc-ppc.c @@ -2196,7 +2196,7 @@ ppc_elf_lcomm (int xxx ATTRIBUTE_UNUSED) align2 = 0; record_alignment (bss_section, align2); - subseg_set (bss_section, 0); + subseg_set (bss_section, 1); if (align2) frag_align (align2, 0, 0); if (S_GET_SEGMENT (symbolP) == bss_section)