diff options
author | Alan Modra <amodra@gmail.com> | 2003-12-13 08:59:24 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2003-12-13 08:59:24 +0000 |
commit | 13c56984403dc9e06ac4f03f76022fe154b1e72d (patch) | |
tree | 11e02b10929e8ca7b2c0418616e5fb42b236a539 /gas/read.c | |
parent | e13bab5a71e5c7274ffbe699673c38744940fe01 (diff) | |
download | gdb-13c56984403dc9e06ac4f03f76022fe154b1e72d.zip gdb-13c56984403dc9e06ac4f03f76022fe154b1e72d.tar.gz gdb-13c56984403dc9e06ac4f03f76022fe154b1e72d.tar.bz2 |
* read.c (s_lcomm_internal): Make global.
* read.h (s_lcomm_internal): Declare.
* config/obj-elf.c (elf_pseudo_table): Handle lcomm.
(obj_elf_lcomm): New function.
Diffstat (limited to 'gas/read.c')
-rw-r--r-- | gas/read.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2022,7 +2022,7 @@ parse_align (int align_bytes) (alignment as a power of 2), or 2 if this was a ".bss" directive with alignment in bytes. */ -static symbolS * +symbolS * s_lcomm_internal (int needs_align, symbolS *symbolP, addressT size) { addressT align = 0; |