+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
{"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},
+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
* 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.