aboutsummaryrefslogtreecommitdiff
path: root/gas/config
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-03-29 18:25:37 +0000
committerNick Clifton <nickc@redhat.com>2000-03-29 18:25:37 +0000
commitd1a1bf19b462be92990e42621a0b730da81e7c85 (patch)
tree2ece6186fa9e4a4f799a0ef7878f752b43f7093c /gas/config
parent67b60d924f866a521ebd815162d02694a60bd87c (diff)
downloadfsf-binutils-gdb-d1a1bf19b462be92990e42621a0b730da81e7c85.zip
fsf-binutils-gdb-d1a1bf19b462be92990e42621a0b730da81e7c85.tar.gz
fsf-binutils-gdb-d1a1bf19b462be92990e42621a0b730da81e7c85.tar.bz2
Add "bal" instruction pattern.
Add test of assembling "bal" instruction
Diffstat (limited to 'gas/config')
-rw-r--r--gas/config/tc-arm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c
index 04d8b45..4779b3d 100644
--- a/gas/config/tc-arm.c
+++ b/gas/config/tc-arm.c
@@ -808,6 +808,7 @@ static CONST struct thumb_opcode tinsns[] =
{"blt", 0xdbfe, 2, ARM_THUMB, do_t_branch9},
{"bgt", 0xdcfe, 2, ARM_THUMB, do_t_branch9},
{"ble", 0xddfe, 2, ARM_THUMB, do_t_branch9},
+ {"bal", 0xdefe, 2, ARM_THUMB, do_t_branch9},
{"bic", 0x4380, 2, ARM_THUMB, do_t_arit},
{"bl", 0xf7fffffe, 4, ARM_THUMB, do_t_branch23},
{"bx", 0x4700, 2, ARM_THUMB, do_t_bx},