diff options
Diffstat (limited to 'gas/config/obj-elf.h')
-rw-r--r-- | gas/config/obj-elf.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/obj-elf.h b/gas/config/obj-elf.h index 01c1598..629fc00 100644 --- a/gas/config/obj-elf.h +++ b/gas/config/obj-elf.h @@ -244,5 +244,8 @@ extern void elf_pop_insert (void); struct ecoff_extr; extern void elf_ecoff_set_ext (symbolS *, struct ecoff_extr *); #endif +extern asection *elf_com_section_ptr; +extern symbolS * elf_common_parse (int ignore ATTRIBUTE_UNUSED, symbolS *symbolP, + addressT size); #endif /* _OBJ_ELF_H */ |