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.h | |
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.h')
-rw-r--r-- | gas/read.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -142,6 +142,7 @@ extern void s_align_ptwo (int); extern void bss_alloc (symbolS *, addressT, int); extern offsetT parse_align (int); extern symbolS *s_comm_internal (int, symbolS *(*) (int, symbolS *, addressT)); +extern symbolS *s_lcomm_internal (int, symbolS *, addressT); extern void s_app_file_string (char *); extern void s_app_file (int); extern void s_app_line (int); |