aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/h8300/elf.h
diff options
context:
space:
mode:
authorDhananjay Deshpande <dhananjayd@kpitcummins.com>2003-05-30 19:26:14 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-05-30 19:26:14 +0000
commit5c29d24c6293d8a79973c6b9af181a18961181be (patch)
treec3cce820d8a9ffcc9b3955555e4d8d313ade1092 /gcc/config/h8300/elf.h
parenta75e5191508f79f96ab6cdb9dd5e6e54e411d509 (diff)
downloadgcc-5c29d24c6293d8a79973c6b9af181a18961181be.zip
gcc-5c29d24c6293d8a79973c6b9af181a18961181be.tar.gz
gcc-5c29d24c6293d8a79973c6b9af181a18961181be.tar.bz2
crti.asm: Use .h8300hn and .h8300sn for normal mode.
* config/h8300/crti.asm: Use .h8300hn and .h8300sn for normal mode. * config/h8300/crtn.asm: Likewise. * config/h8300/lib1funcs.asm: Likewise. * config/h8300/h8300.c (asm_file_start): Likewise. * config/h8300/elf.h (LINK_SPEC): Use h8300hnelf and h8300snelf emulations for normal mode. * config/h8300/h8300.h (LINK_SPEC): Use h8300hn and h8300sn emulations for normal mode. From-SVN: r67250
Diffstat (limited to 'gcc/config/h8300/elf.h')
-rw-r--r--gcc/config/h8300/elf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/h8300/elf.h b/gcc/config/h8300/elf.h
index bfa4e81..c306993 100644
--- a/gcc/config/h8300/elf.h
+++ b/gcc/config/h8300/elf.h
@@ -43,4 +43,4 @@
#define JUMP_TABLES_IN_TEXT_SECTION (flag_pic)
#undef LINK_SPEC
-#define LINK_SPEC "%{mh:-m h8300helf} %{ms:-m h8300self}"
+#define LINK_SPEC "%{mh:%{mn:-m h8300hnelf}} %{mh:%{!mn:-m h8300helf}} %{ms:%{mn:-m h8300snelf}} %{ms:%{!mn:-m h8300self}}"