]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 24f0926a07669b499a636b3cef26ebc361be3510..852cc5b3a3dba4ff9c8773bb26158f0e1e6d3c35 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},