mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-28 07:08:01 +08:00
* config/tc-ppc.c (ppc_elf_lcomm): Use subsection 1.
This commit is contained in:
@ -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
|
||||
@ -862,7 +866,6 @@
|
||||
|
||||
2013-05-31 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
gas/
|
||||
* config/tc-mips.c (s_ehword): New.
|
||||
|
||||
2013-05-30 Paul Brook <paul@codesourcery.com>
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user