aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2014-06-03 08:49:02 +0100
committerNick Clifton <nickc@redhat.com>2014-06-03 08:49:02 +0100
commit69227609dc00d472115b00b70c8c4eca6befdd81 (patch)
tree9d3970208d671d30cab283977c9e04d28368b38e /gas/ChangeLog
parent9bc24099c80dca9ab1d5f2d18670de666f3f4590 (diff)
downloadgdb-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/ChangeLog')
-rw-r--r--gas/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 98186d3..040e5d8 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,9 @@
+2014-06-03 Nick Clifton <nickc@redhat.com>
+
+ * 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.
+
2014-05-22 Alan Modra <amodra@gmail.com>
* listing.c (listing_warning, listing_error): Add space after colon.