diff options
author | DJ Delorie <dj@redhat.com> | 2008-08-06 15:42:15 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2008-08-06 15:42:15 +0000 |
commit | 6fd4f6ccfe07f579d41541091ebed1be7e29a82e (patch) | |
tree | abe0e5e4bf26f7b95729d3c5e1ec1ab9b5b34a6d /gas/doc | |
parent | 353cfe88aeecf469c40215069bd79f8352002d49 (diff) | |
download | fsf-binutils-gdb-6fd4f6ccfe07f579d41541091ebed1be7e29a82e.zip fsf-binutils-gdb-6fd4f6ccfe07f579d41541091ebed1be7e29a82e.tar.gz fsf-binutils-gdb-6fd4f6ccfe07f579d41541091ebed1be7e29a82e.tar.bz2 |
* 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/doc')
-rw-r--r-- | gas/doc/as.texinfo | 4 | ||||
-rw-r--r-- | gas/doc/c-h8300.texi | 14 | ||||
-rw-r--r-- | gas/doc/c-m32c.texi | 2 | ||||
-rw-r--r-- | gas/doc/c-sh.texi | 3 | ||||
-rw-r--r-- | gas/doc/c-sh64.texi | 3 |
5 files changed, 20 insertions, 6 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 2a373da..9426f5a 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -293,7 +293,9 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}. [@b{-O}|@b{-n}|@b{-N}] @end ifset @ifset H8 -@c Renesas family chips have no machine-dependent assembler options + +@emph{Target H8/300 options:} + [-h-tick-hex] @end ifset @ifset HPPA @c HPPA has no machine-dependent assembler options (yet). diff --git a/gas/doc/c-h8300.texi b/gas/doc/c-h8300.texi index d75f738..c725abd 100644 --- a/gas/doc/c-h8300.texi +++ b/gas/doc/c-h8300.texi @@ -20,10 +20,16 @@ @node H8/300 Options @section Options -@cindex H8/300 options (none) -@cindex options, H8/300 (none) -@code{@value{AS}} has no additional command-line options for the -Renesas (formerly Hitachi) H8/300 family. +@cindex H8/300 options +@cindex options, H8/300 +The Renesas H8/300 version of @code{@value{AS}} has one +machine-dependent option: + +@table @code +@item -h-tick-hex +Support H'00 style hex constants in addition to 0x00 style. + +@end table @node H8/300 Syntax @section Syntax diff --git a/gas/doc/c-m32c.texi b/gas/doc/c-m32c.texi index 026f6a2..2adc2a6 100644 --- a/gas/doc/c-m32c.texi +++ b/gas/doc/c-m32c.texi @@ -30,7 +30,7 @@ change the default to the M32C microprocessor. @cindex options, M32C @cindex M32C options -The Renesas M32C version of @code{@value{AS}} has two +The Renesas M32C version of @code{@value{AS}} has these machine-dependent options: @table @code diff --git a/gas/doc/c-sh.texi b/gas/doc/c-sh.texi index e6dbe4b..75d2191 100644 --- a/gas/doc/c-sh.texi +++ b/gas/doc/c-sh.texi @@ -63,6 +63,9 @@ Enable sh2e, sh3e, sh4, and sh4a insn sets. @item --isa=all Enable sh1, sh2, sh2e, sh3, sh3e, sh4, sh4a, and sh-dsp insn sets. +@item -h-tick-hex +Support H'00 style hex constants in addition to 0x00 style. + @end table @node SH Syntax diff --git a/gas/doc/c-sh64.texi b/gas/doc/c-sh64.texi index c38d14e..b24190e 100644 --- a/gas/doc/c-sh64.texi +++ b/gas/doc/c-sh64.texi @@ -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 |