diff options
Diffstat (limited to 'gas/config/tc-bpf.c')
-rw-r--r-- | gas/config/tc-bpf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/config/tc-bpf.c b/gas/config/tc-bpf.c index 3ebe81f3652..4b92b7794f3 100644 --- a/gas/config/tc-bpf.c +++ b/gas/config/tc-bpf.c @@ -41,7 +41,8 @@ const pseudo_typeS md_pseudo_table[] = { "half", cons, 2 }, { "word", cons, 4 }, { "dword", cons, 8 }, - { NULL, NULL, 0 } + { "lcomm", s_lcomm, 1 }, + { NULL, NULL, 0 } }; /* ISA handling. */ |