OSDN Git Service

Add support for -marm720 command line switch
authornickc <nickc>
Tue, 14 Dec 1999 19:40:59 +0000 (19:40 +0000)
committernickc <nickc>
Tue, 14 Dec 1999 19:40:59 +0000 (19:40 +0000)
gas/ChangeLog
gas/config/tc-arm.c

index 72f8844..366fd05 100644 (file)
@@ -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.
index c6e2416..eeb3c4c 100644 (file)
@@ -6522,6 +6522,7 @@ md_parse_option (c, arg)
                case 70:
                case 700:
                case 710:
+               case 720:
                case 7100:
                case 7500:
                  break;