aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey A Law <law@cygnus.com>2001-09-04 17:14:31 +0000
committerJeffrey A Law <law@cygnus.com>2001-09-04 17:14:31 +0000
commit3709501b53618cf8855071e2ab0860e2411463ab (patch)
treeee57e52b2e2cb60632d89158b07835409a012c16
parentb2e2c7af885d9284fd3530bafe2f674cf8040933 (diff)
* h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45380 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/h8300/elf.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 4f6aa9c8abe..22c8efe7cbc 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+Tue Sep 4 11:16:35 2001 Jeffrey A Law (law@cygnus.com)
+
+ * h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8.
+
2001-09-04 Richard Sandiford <rsandifo@redhat.com>
* config/mips/mips.c (save_restore_insns): Change base_offset to
diff --git a/gcc/config/h8300/elf.h b/gcc/config/h8300/elf.h
index e23af4a4024..7cf0b645cdd 100644
--- a/gcc/config/h8300/elf.h
+++ b/gcc/config/h8300/elf.h
@@ -34,3 +34,6 @@
#define USER_LABEL_PREFIX "_"
#define JUMP_TABLES_IN_TEXT_SECTION (flag_pic)
+
+#undef LINK_SPEC
+#define LINK_SPEC "%{mh:-m h8300helf} %{ms:-m h8300self}"