* h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8.
From-SVN: r45380
This commit is contained in:
parent
58771ed13d
commit
9aa5ba9701
2 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue