]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8.
authorJeffrey A Law <law@cygnus.com>
Tue, 4 Sep 2001 17:14:31 +0000 (17:14 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 4 Sep 2001 17:14:31 +0000 (11:14 -0600)
From-SVN: r45380

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

index 4f6aa9c8abea0078547c95a9166422bbe3a0c88f..22c8efe7cbcc99775b3c07244af79f18c6281107 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 e23af4a4024e1ed38a2ee85424f45b6fd3d6743e..7cf0b645cdd7ba7d9f15678d3b25391e29b027bd 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}"