diff options
author | Nick Clifton <nickc@redhat.com> | 2014-06-03 08:49:02 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-06-03 08:49:02 +0100 |
commit | 69227609dc00d472115b00b70c8c4eca6befdd81 (patch) | |
tree | 9d3970208d671d30cab283977c9e04d28368b38e /gas/testsuite | |
parent | 9bc24099c80dca9ab1d5f2d18670de666f3f4590 (diff) | |
download | gdb-69227609dc00d472115b00b70c8c4eca6befdd81.zip gdb-69227609dc00d472115b00b70c8c4eca6befdd81.tar.gz gdb-69227609dc00d472115b00b70c8c4eca6befdd81.tar.bz2 |
Change -mz command line option to -my for the MSP430 port of GAS.
* config/tc-msp430.c (OPTION_WARN_INTR_NOPS): Use y instead of z.
(OPTION_NO_WARN_INTR_NOPS): Use Y instead of Z.
* doc/c-msp430.texi: Update command line option description.
* gas/msp430/bad.d: Use -my not -mz.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/msp430/bad.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 855add8..bc6ba36 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-06-03 Nick Clifton <nickc@redhat.com> + + * gas/msp430/bad.d: Use -my not -mz. + 2014-05-22 Alan Modra <amodra@gmail.com> * gas/d30v/bittest.l: Update for changed whitespace. diff --git a/gas/testsuite/gas/msp430/bad.d b/gas/testsuite/gas/msp430/bad.d index 1a067b5..749759e 100644 --- a/gas/testsuite/gas/msp430/bad.d +++ b/gas/testsuite/gas/msp430/bad.d @@ -1,4 +1,4 @@ #name: Diagnostics Quality #source: bad.s -#as: -mz +#as: -my #error-output: bad.l |