From 69227609dc00d472115b00b70c8c4eca6befdd81 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 3 Jun 2014 08:49:02 +0100 Subject: 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. --- gas/doc/c-msp430.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gas/doc/c-msp430.texi') 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 -- cgit v1.1