diff options
author | Steve Chamberlain <sac@cygnus> | 1992-06-16 17:12:59 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-06-16 17:12:59 +0000 |
commit | 833ff6f0f773096bd3e2cabd43ecef6047954dea (patch) | |
tree | d092ad1f20b6eba45f73879286f325fad97ed73f /ld | |
parent | 305d9b19c8fcfecdd2d5487e1ea03d355df0f622 (diff) | |
download | gdb-833ff6f0f773096bd3e2cabd43ecef6047954dea.zip gdb-833ff6f0f773096bd3e2cabd43ecef6047954dea.tar.gz gdb-833ff6f0f773096bd3e2cabd43ecef6047954dea.tar.bz2 |
hitachi bug gix
Diffstat (limited to 'ld')
-rw-r--r-- | ld/h8300hms.em | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/h8300hms.em b/ld/h8300hms.em index 2402dc9..c14467b 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.x" +#include "h8300hms.xu" ; static char *h8300hms_script_option_r = -#include "h8300hms.x" +#include "h8300hms.xr" ; static char *h8300hms_get_script() |