* config/obj-elf.c (elf_pseudo_table): Add `common'.

This commit is contained in:
Richard Henderson 1999-06-03 02:50:51 +00:00
parent 159002ff69
commit 86eab3efc4
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ static void obj_elf_subsection PARAMS ((int));
static const pseudo_typeS elf_pseudo_table[] =
{
{"comm", obj_elf_common, 0},
{"common", obj_elf_common, 0},
{"ident", obj_elf_ident, 0},
{"local", obj_elf_local, 0},
{"previous", obj_elf_previous, 0},