summaryrefslogtreecommitdiff
path: root/gas/doc/c-m32c.texi
diff options
context:
space:
mode:
authorDJ Delorie <dj@delorie.com>2008-07-18 22:25:07 +0000
committerDJ Delorie <dj@delorie.com>2008-07-18 22:25:07 +0000
commitadb85d503fb14c2dea3f71bfed0f739e20f7cf3b (patch)
treedec80d4756c60f0cebf75ce8091ae2767b804e24 /gas/doc/c-m32c.texi
parent425e31ef7474e6768bd3a299b3b779dff102b51c (diff)
downloadbinutils-redhat-adb85d503fb14c2dea3f71bfed0f739e20f7cf3b.tar.gz
* config/tc-m32c.h (H_TICK_HEX): Define.
* config/tc-m32c.c (OPTION_H_TICK_HEX): Define. (md_longopts): Add support for it. (md_parse_option): Likewise. * doc/as.texinfo (Overview): Add new m32c options. * doc/c-m32c.texi (M32C-Modifiers): Likewise * as.h: (enable_h_tick_hex): New. * app.c (enable_h_tick_hex): New. (LEX_IS_H): New. (do_scrub_begin): Mark 'H' and 'h' as special if enable_h_tick_hex. (do_scrub_chars): If enable_h_tick_hex and 'h', check for H'00 style hex constants and convert the input stream to 0x00 style. (do_scrub_chars): If a 'X style character constant is found after a symbol character (like you're or X'00), warn the user.
Diffstat (limited to 'gas/doc/c-m32c.texi')
-rw-r--r--gas/doc/c-m32c.texi7
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/doc/c-m32c.texi b/gas/doc/c-m32c.texi
index a49fe20b9d..026f6a2fba 100644
--- a/gas/doc/c-m32c.texi
+++ b/gas/doc/c-m32c.texi
@@ -45,6 +45,13 @@ Assemble M32C instructions.
@cindex architecture options, M16C
@cindex M16C architecture option
Assemble M16C instructions (default).
+
+@item -relax
+Enable support for link-time relaxations.
+
+@item -h-tick-hex
+Support H'00 style hex constants in addition to 0x00 style.
+
@end table