mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-12 17:47:30 +08:00
* h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8.
From-SVN: r45380
This commit is contained in:
parent
58771ed13d
commit
9aa5ba9701
@ -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…
Reference in New Issue
Block a user