diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-02-13 18:53:16 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-02-13 18:53:16 +0000 |
commit | 36f446111a0aba2bbd622ea73a2b5a9a363e5f5c (patch) | |
tree | dfc024f163317877eb330f7b9ac16c8075463300 /gas/config/bfin-lex.l | |
parent | bc9a5551cacf43d273e80c80d9facb718d6af4d4 (diff) | |
download | gdb-36f446111a0aba2bbd622ea73a2b5a9a363e5f5c.zip gdb-36f446111a0aba2bbd622ea73a2b5a9a363e5f5c.tar.gz gdb-36f446111a0aba2bbd622ea73a2b5a9a363e5f5c.tar.bz2 |
gas/opcodes: blackfin: punt BYTEOP2M insn support
The BYTEOP2M insn was part of the initial Blackfin designs, but never made
it into any actual silicon. So punt support for it.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'gas/config/bfin-lex.l')
-rw-r--r-- | gas/config/bfin-lex.l | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gas/config/bfin-lex.l b/gas/config/bfin-lex.l index 9606006..9792323 100644 --- a/gas/config/bfin-lex.l +++ b/gas/config/bfin-lex.l @@ -190,7 +190,6 @@ int yylex (void); [bB][yY][tT][eE][oO][pP]16[mM] return BYTEOP16M; [bB][yY][tT][eE][oO][pP]16[pP] return BYTEOP16P; [bB][yY][tT][eE][oO][pP]3[pP] return BYTEOP3P; -[bB][yY][tT][eE][oO][pP]2[mM] return BYTEOP2M; [bB][yY][tT][eE][oO][pP]2[pP] return BYTEOP2P; [bB][yY][tT][eE][oO][pP]1[pP] return BYTEOP1P; [bB][yY] return BY; |