* config/obj-elf.c (elf_pseudo_table): Add `common'.
authorRichard Henderson <rth@redhat.com>
Thu, 3 Jun 1999 02:50:51 +0000 (02:50 +0000)
committerRichard Henderson <rth@redhat.com>
Thu, 3 Jun 1999 02:50:51 +0000 (02:50 +0000)
gas/config/obj-elf.c

index 24f0926..852cc5b 100644 (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},