]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Add support for -marm720 command line switch
authorNick Clifton <nickc@redhat.com>
Tue, 14 Dec 1999 19:40:59 +0000 (19:40 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 14 Dec 1999 19:40:59 +0000 (19:40 +0000)
gas/ChangeLog
gas/config/tc-arm.c

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