Add "bal" instruction pattern.

Add test of assembling "bal" instruction
This commit is contained in:
Nick Clifton 2000-03-29 18:25:37 +00:00
parent 67b60d924f
commit d1a1bf19b4
4 changed files with 21 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2000-03-29 Nick Clifton <nickc@cygnus.com
* config/tc-arm.c (tinsns): Add "bal" instruction pattern.
2000-03-28 Alan Modra <alan@linuxcare.com.au>
* listing.c (LISTING_LHS_WIDTH): Default depends on

View File

@ -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},

View File

@ -1,3 +1,7 @@
2000-03-29 Nick Clifton <nickc@cygnus.com
* gas/arm/thumb.s: Add test of bal instruction.
2000-03-27 Alan Modra <alan@linuxcare.com.au>
* gas/ieee-fp/x930509a.exp (dotest): Fix test for
@ -5,6 +9,17 @@
* gas/all/gas.exp (do_930509a): Same here.
* gas/all/cond.d: And here.
2000-03-16 Nick Clifton <nickc@cygnus.com>
* gas/arm/arm.exp: Run branch.s test.
Run tests if target is strongarm.
* gas/arm/branch.s: New test. Make sure that assembler can handle
same-section branch relocations properly.
* gas/arm/branch.d: New file. Expected output from assembling
branch.s.
2000-03-10 Geoffrey Keating <geoffk@cygnus.com>
* gas/mips/empic.d: New file.

View File

@ -118,6 +118,7 @@ bar:
bhi bar
blo bar
bul bar
bal bar
close:
lsl r4, r5, #near - close