From: Ian Lance Taylor Date: Tue, 26 Nov 1996 20:42:34 +0000 (+0000) Subject: * config/tc-ppc.c (ppc_elf_lcomm): Don't give an error if no X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c830c9ead7f2bc2998e1128955049f552fad35ba;p=binutils-gdb.git * config/tc-ppc.c (ppc_elf_lcomm): Don't give an error if no alignment is specified. PR 11164. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index def15b90c47..1dc4d0a6d41 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Tue Nov 26 10:33:16 1996 Ian Lance Taylor + * config/tc-ppc.c (ppc_elf_lcomm): Don't give an error if no + alignment is specified. + Add support for mips16 (16 bit MIPS implementation): * config/tc-mips.c: Extensive additions for mips16 support, not listed here.