aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2003-01-17 22:29:54 +0000
committerStephane Carrez <stcarrez@nerim.fr>2003-01-17 22:29:54 +0000
commitd01030e6e8c0570c4407e8d371689051cd5eab55 (patch)
tree2c54dabebc0a20ccc71db4d2a98c2bcfa2550796 /gas/doc
parentc71cdefd6f40fcc3c5a0a5595473ea1c02be3e71 (diff)
downloadfsf-binutils-gdb-d01030e6e8c0570c4407e8d371689051cd5eab55.zip
fsf-binutils-gdb-d01030e6e8c0570c4407e8d371689051cd5eab55.tar.gz
fsf-binutils-gdb-d01030e6e8c0570c4407e8d371689051cd5eab55.tar.bz2
* config/tc-m68hc11.c (md_show_usage): Update usage.
(md_parse_option): Recognize -m68hcs12. (m68hc11_elf_final_processing): Set EF_M68HCS12_MACH flag to identify HCS12. * doc/as.texinfo (Overview): Document new option -m68hcs12.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/as.texinfo4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo
index e826523..f1ab2c6 100644
--- a/gas/doc/as.texinfo
+++ b/gas/doc/as.texinfo
@@ -362,7 +362,7 @@ gcc(1), ld(1), and the Info entries for @file{binutils} and @file{ld}.
@ifset M68HC11
@emph{Target M68HC11 options:}
- [@b{-m68hc11}|@b{-m68hc12}]
+ [@b{-m68hc11}|@b{-m68hc12}|@b{-m68hcs12}]
[@b{-mshort}|@b{-mlong}]
[@b{-mshort-double}|@b{-mlong-double}]
[@b{--force-long-branchs}] [@b{--short-branchs}]
@@ -801,7 +801,7 @@ Motorola 68HC11 or 68HC12 series.
@table @gcctabopt
-@item -m68hc11 | -m68hc12
+@item -m68hc11 | -m68hc12 | -m68hcs12
Specify what processor is the target. The default is
defined by the configuration option when building the assembler.