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/doc | |
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/doc')
-rw-r--r-- | gas/doc/c-msp430.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/c-msp430.texi b/gas/doc/c-msp430.texi index c539946..cae3d8a 100644 --- a/gas/doc/c-msp430.texi +++ b/gas/doc/c-msp430.texi @@ -61,7 +61,7 @@ disables the generation of a NOP instruction following any instruction that might change the interrupts enabled/disabled state. This is the default behaviour. -@item -mz +@item -my tells the assembler to generate a warning message if a NOP does not immediately forllow an instruction that enables or disables interrupts. This is the default. @@ -70,7 +70,7 @@ Note that this option can be stacked with the @option{-mn} option so that the assembler will both warn about missing NOP instructions and then insert them automatically. -@item -mZ +@item -mY disables warnings about missing NOP instructions. @item -md |