summaryrefslogtreecommitdiff
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
commit27d2f4d388a1fc6288a5522bb2e7d2117b1fa767 (patch)
treee053549afb2fca2de0fa3c7aa22c8f1f8beb7cae /gas/doc
parent12fc03eefc29c4280ff53ccf9f3e46e87e6d27a3 (diff)
downloadbinutils-redhat-27d2f4d388a1fc6288a5522bb2e7d2117b1fa767.tar.gz
* 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 e82652328f..f1ab2c6ada 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.