Allow "bx pc" in ARM mode.

This commit is contained in:
Nick Clifton 2000-08-14 21:20:03 +00:00
parent fa2255cb6b
commit 046b3b54ee
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2000-08-14 Nick Clifton <nickc@redhat.com>
* config/tc-arm.c (do_bx): Allow "bx pc".
2000-08-14 Jim Wilson <wilson@cygnus.com>
* config/tc-ia64.c (md_longopts): Add -mconstant-gp and -mauto-pic.

View File

@ -3589,8 +3589,7 @@ do_bx (str, flags)
return;
}
if (reg == REG_PC)
inst.error = BAD_PC;
/* Note - it is not illegal to do a "bx pc". Useless, but not illegal. */
end_of_line (str);
}