]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gas/config/tc-m32c.h
* config/tc-m32c.h (H_TICK_HEX): Define.
authorDJ Delorie <dj@redhat.com>
Fri, 18 Jul 2008 22:25:07 +0000 (22:25 +0000)
committerDJ Delorie <dj@redhat.com>
Fri, 18 Jul 2008 22:25:07 +0000 (22:25 +0000)
commitc54b5932c549afd2a2b2343ff57f365796237a40
tree7881491c1fb579ddc1d7523b8984cad02ea7aa24
parentd7d9f01ea18f14a9a1574042bd65dd73f9b6b2b8
* 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.
gas/ChangeLog
gas/app.c
gas/as.h
gas/config/tc-m32c.c
gas/config/tc-m32c.h
gas/doc/as.texinfo
gas/doc/c-m32c.texi