OSDN Git Service

* h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Sep 2001 17:14:31 +0000 (17:14 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Sep 2001 17:14:31 +0000 (17:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45380 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/h8300/elf.h

index 4f6aa9c..22c8efe 100644 (file)
@@ -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
index e23af4a..7cf0b64 100644 (file)
@@ -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}"