summaryrefslogtreecommitdiff
path: root/gas/NEWS
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2008-08-06 15:42:15 +0000
committerDJ Delorie <dj@delorie.com>2008-08-06 15:42:15 +0000
commit936a8a8bdfb2ceda749db6f3cfdab2805a92ae2e (patch)
tree1251d0e11a6665c9d690b24c7d6d5bc865eb2ba8 /gas/NEWS
parentb1630514265a11b9d00c2ffbf5564ca73ff8afd5 (diff)
downloadbinutils-redhat-936a8a8bdfb2ceda749db6f3cfdab2805a92ae2e.tar.gz
* NEWS: Mention these changes.
* config/tc-h8300.h (H_TICK_HEX): Define. * config/tc-h8300.c (OPTION_H_TICK_HEX): New. (md_longopts): Add "-h-tick-hex". (md_parse_option): Support it. * doc/c-h8300.texi (H8/300 Options): Document it. * doc/as.texinfo (Overview): Likewise. * config/tc-sh.h (H_TICK_HEX): Define. * config/tc-sh.c (OPTION_H_TICK_HEX): New. (md_longopts): Add "-h-tick-hex". (md_parse_option): Support it. * doc/c-sh.texi (SH Options): Document it. * doc/c-sh64.texi (SH64 Options): Document it. * doc/as.texinfo (Overview): Likewise.
Diffstat (limited to 'gas/NEWS')
-rw-r--r--gas/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/NEWS b/gas/NEWS
index da7fe0d316..e3d2f0f22d 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,4 +1,7 @@
-*- text -*-
+* New command line option, -h-tick-hex, for sh, m32c, and h8/300 targets, which
+ adds compatibility with H'00 style hex constants.
+
* New command line option, -msse-check=[none|error|warning], for x86
targets.