* config/tc-ppc.c (ppc_elf_lcomm): Use subsection 1.
authorAlan Modra <amodra@gmail.com>
Fri, 16 Aug 2013 12:34:46 +0000 (12:34 +0000)
committerAlan Modra <amodra@gmail.com>
Fri, 16 Aug 2013 12:34:46 +0000 (12:34 +0000)
gas/ChangeLog
gas/config/tc-ppc.c

index 7e600044dd1018e1edde89d840ec802687325039..62574a6259edeffdebd5a9c298e5a494a9596be1 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-16  Alan Modra  <amodra@gmail.com>
+
+       * config/tc-ppc.c (ppc_elf_lcomm): Use subsection 1.
+
 2013-08-14  David Edelsohn  <dje.gcc@gmail.com>
 
        * config/tc-ppc.c (ppc_comm): Accept optional fourth .lcomm
 
 2013-07-18  Sandeep Kumar Singh  <Sandeep.Singh2@kpitcummins.com>
 
-        * 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  <senthil_kumar.selvaraj@atmel.com>
 
 
 2013-06-01  George Thomas <george.thomas@atmel.com>
 
-        * 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  <hongjiu.lu@intel.com>
 
 2013-05-31  Paul Brook  <paul@codesourcery.com>
 
-       gas/
        * config/tc-mips.c (s_ehword): New.
 
 2013-05-30  Paul Brook  <paul@codesourcery.com>
index e426ed361919a854a41f27464996a24d7d6b621d..06f4e9f952f40560bfa863ae2baacdb652d23181 100644 (file)
@@ -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)
This page took 0.027615 seconds and 4 git commands to generate.