diff options
Diffstat (limited to 'ld/scripttempl/h8300h.sc')
-rw-r--r-- | ld/scripttempl/h8300h.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/h8300h.sc b/ld/scripttempl/h8300h.sc index c2bc2e1..9a41537 100644 --- a/ld/scripttempl/h8300h.sc +++ b/ld/scripttempl/h8300h.sc @@ -11,7 +11,7 @@ TORS=".tors : cat <<EOF OUTPUT_FORMAT("${OUTPUT_FORMAT}") OUTPUT_ARCH(h8300h) -ENTRY("_start") +${RELOCATING+ENTRY ("_start")} /* The memory size is 256KB to coincide with the simulator. Don't change either without considering the other. */ |