Add support for -marm720 command line switch
This commit is contained in:
parent
93be3c4bd2
commit
b4d0b2b3ab
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
1999-12-14 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* config/tc-arm.c (md_parse_option): Add support for -marm720
|
||||
x command line switch.
|
||||
|
||||
Tue Nov 30 22:59:00 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* config/tc-mn10300.c (md_pseudo_table): Add ".am33" pseudo-op.
|
||||
|
|
|
@ -6522,6 +6522,7 @@ md_parse_option (c, arg)
|
|||
case 70:
|
||||
case 700:
|
||||
case 710:
|
||||
case 720:
|
||||
case 7100:
|
||||
case 7500:
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue