Commit 9aa5ba97 by Jeffrey A Law Committed by Jeff Law

* h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8.

From-SVN: r45380
parent 58771ed1
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
......
......@@ -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}"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment