diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-05-10 14:42:17 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-05-10 14:42:17 +0000 |
commit | 30dc60c78c8b91da22d56f64847c2ec6f6029c4a (patch) | |
tree | 7020e8e4253afc861fb72ad815818937ee682d47 /gcc/config/sh/superh.h | |
parent | 8c9004573aae3886048b090c5c474ed30e0bde36 (diff) | |
download | gcc-30dc60c78c8b91da22d56f64847c2ec6f6029c4a.zip gcc-30dc60c78c8b91da22d56f64847c2ec6f6029c4a.tar.gz gcc-30dc60c78c8b91da22d56f64847c2ec6f6029c4a.tar.bz2 |
24k.md, [...]: Fix comment typos.
* config/mips/24k.md, config/sh/divtab.c, config/sh/sh.c,
config/sh/sh.md, config/sh/superh.h: Fix comment typos.
* doc/invoke.texi: Fix typos.
From-SVN: r99516
Diffstat (limited to 'gcc/config/sh/superh.h')
-rw-r--r-- | gcc/config/sh/superh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sh/superh.h b/gcc/config/sh/superh.h index ebdd0471..deb71bf 100644 --- a/gcc/config/sh/superh.h +++ b/gcc/config/sh/superh.h @@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */ It configures the compiler for SH4 only and switches the default endianess to little (although big endian is still available). It also configures the spec file to the default board configuration - but in such a way that it can be overriden by a boardspecs file + but in such a way that it can be overridden by a boardspecs file (using the -specs= option). This file is expected to disable the defaults and provide options --defsym _start and --defsym _stack which are required by the SuperH configuration of GNU ld. @@ -90,7 +90,7 @@ extern const char * boardtype; extern const char * osruntime; -/* Override the linker spec strings to use the new emultation +/* Override the linker spec strings to use the new emulation The specstrings are concatenated as follows LINK_EMUL_PREFIX.(''|'32'|'64'|LINK_DEFAULT_CPU_EMUL).SUBTARGET_LINK_EMUL_SUFFIX */ |