From: Nick Clifton Date: Tue, 14 Dec 1999 19:40:59 +0000 (+0000) Subject: Add support for -marm720 command line switch X-Git-Tag: gdb-1999-12-21~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4d0b2b3ab9868092705c6e562bed1d313aae088;p=external%2Fbinutils.git Add support for -marm720 command line switch --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 72f8844..366fd05 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +1999-12-14 Nick Clifton + + * 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. diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index c6e2416..eeb3c4c 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -6522,6 +6522,7 @@ md_parse_option (c, arg) case 70: case 700: case 710: + case 720: case 7100: case 7500: break;