mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* 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.
This commit is contained in:
@ -65,6 +65,9 @@ Do not expand MOVI, PT, PTA or PTB instructions.
|
||||
@item -expand-pt32
|
||||
With -abi=64, expand PT, PTA and PTB instructions to 32 bits only.
|
||||
|
||||
@item -h-tick-hex
|
||||
Support H'00 style hex constants in addition to 0x00 style.
|
||||
|
||||
@end table
|
||||
|
||||
@node SH64 Syntax
|
||||
|
Reference in New Issue
Block a user