diff --git a/gas/config/obj-elf.c b/gas/config/obj-elf.c index 24f0926a07..852cc5b3a3 100644 --- a/gas/config/obj-elf.c +++ b/gas/config/obj-elf.c @@ -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},