summaryrefslogtreecommitdiffstats
path: root/gas/read.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2003-12-13 08:59:24 +0000
committerAlan Modra <amodra@gmail.com>2003-12-13 08:59:24 +0000
commit13c56984403dc9e06ac4f03f76022fe154b1e72d (patch)
tree11e02b10929e8ca7b2c0418616e5fb42b236a539 /gas/read.c
parente13bab5a71e5c7274ffbe699673c38744940fe01 (diff)
downloadppe42-binutils-13c56984403dc9e06ac4f03f76022fe154b1e72d.tar.gz
ppe42-binutils-13c56984403dc9e06ac4f03f76022fe154b1e72d.zip
* 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/read.c b/gas/read.c
index 55a68bea7f..b156b1c342 100644
--- a/gas/read.c
+++ b/gas/read.c
@@ -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;
OpenPOWER on IntegriCloud