OSDN Git Service

* read.c: Remove unneeded prototypes.
authoramodra <amodra>
Sat, 13 Dec 2003 08:23:01 +0000 (08:23 +0000)
committeramodra <amodra>
Sat, 13 Dec 2003 08:23:01 +0000 (08:23 +0000)
commit2ee008caac1b68cf59d0181e97e530f080c83945
treef5ec6bf5db66b23875478c6a2fea09204bea07e6
parent9432d33fa174a02e22866e8d8cc9ab2bd360b9b8
* read.c: Remove unneeded prototypes.
(s_comm): Split out code to..
(s_comm_internal): ..here.  Tidy error returns.  Rearrange so that
"name" from input line may be used in more places.  Merge code
testing for valid size from elf_common.  Merge code from
s_lcomm_internal.  Call comm_parse_extra.
(bss_alloc): New function, split out of s_lcomm_internal and
elf_common.
(parse_align): Likewise.
(s_lcomm_internal): Rewrite.
(s_lcomm, s_lcomm_bytes): Use s_comm_internal.
* read.h (bss_alloc, parse_align, s_comm_internal): Declare.
* config/obj-elf.c (elf_common): Split out code to..
(elf_common_parse): ..here.  Remove code common to s_comm_internal,
parse_align and bss_alloc.  Rearrange and Tidy.
* config/tc-alpha.h (TC_IMPLICIT_LCOMM_ALIGNMENT): Define.
gas/ChangeLog
gas/config/obj-elf.c
gas/config/tc-alpha.h
gas/read.c
gas/read.h