From: Jeffrey A Law Date: Tue, 4 Sep 2001 17:14:31 +0000 (+0000) Subject: * h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8. X-Git-Tag: prereleases/libstdc++-3.0.95~2272 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9aa5ba9701347926016dcd79a9ecdb7cd547647c;p=thirdparty%2Fgcc.git * h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8. From-SVN: r45380 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4f6aa9c8abea..22c8efe7cbcc 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 * 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 e23af4a4024e..7cf0b645cdd7 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}"