projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
58771ed
)
* h8300/elf.h (LINK_SPEC): Redefine appropriately for the H8.
author
Jeffrey A Law
<law@cygnus.com>
Tue, 4 Sep 2001 17:14:31 +0000
(17:14 +0000)
committer
Jeff Law
<law@gcc.gnu.org>
Tue, 4 Sep 2001 17:14:31 +0000
(11:14 -0600)
From-SVN: r45380
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/h8300/elf.h
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index 4f6aa9c8abea0078547c95a9166422bbe3a0c88f..22c8efe7cbcc99775b3c07244af79f18c6281107 100644
(file)
--- 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 <rsandifo@redhat.com>
* 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 e23af4a4024e1ed38a2ee85424f45b6fd3d6743e..7cf0b645cdd7ba7d9f15678d3b25391e29b027bd 100644
(file)
--- 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}"