aboutsummaryrefslogtreecommitdiff
path: root/ld/h8300hms.em
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-06-18 16:42:46 +0000
committerSteve Chamberlain <sac@cygnus>1992-06-18 16:42:46 +0000
commit30d1a3904f93edf8aa397958e74508db5ef584e0 (patch)
treeebfd749c6988f85891e6bef3997175784575a42b /ld/h8300hms.em
parent7634ebc8048e1b6b264f52b02bc54700e1f390fa (diff)
downloadgdb-30d1a3904f93edf8aa397958e74508db5ef584e0.zip
gdb-30d1a3904f93edf8aa397958e74508db5ef584e0.tar.gz
gdb-30d1a3904f93edf8aa397958e74508db5ef584e0.tar.bz2
* h8300hms.em, h8300hms.sc-sh: do the right thing for -r
* ldexp.c: lint * ldlang.c(open_output): set the target arch and machine as soon as we can. (lang_size_sections): use new macros for setting vma * ldwrite.c: lint
Diffstat (limited to 'ld/h8300hms.em')
-rw-r--r--ld/h8300hms.em4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/h8300hms.em b/ld/h8300hms.em
index c14467b..2402dc9 100644
--- a/ld/h8300hms.em
+++ b/ld/h8300hms.em
@@ -53,10 +53,10 @@ static char *h8300hms_script =
#include "h8300hms.x"
;
static char *h8300hms_script_option_Ur =
-#include "h8300hms.xu"
+#include "h8300hms.x"
;
static char *h8300hms_script_option_r =
-#include "h8300hms.xr"
+#include "h8300hms.x"
;
static char *h8300hms_get_script()