mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-03-01 13:26:47 +08:00
* config/obj-elf.c (elf_pseudo_table): Add `common'.
This commit is contained in:
parent
159002ff69
commit
86eab3efc4
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user