diff options
Diffstat (limited to 'ld/scripttempl/crisaout.sc')
-rw-r--r-- | ld/scripttempl/crisaout.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/crisaout.sc b/ld/scripttempl/crisaout.sc index 186fac7..c58f56d 100644 --- a/ld/scripttempl/crisaout.sc +++ b/ld/scripttempl/crisaout.sc @@ -1,7 +1,7 @@ cat <<EOF OUTPUT_FORMAT("a.out-cris") OUTPUT_ARCH(cris) -ENTRY(__start) +${RELOCATING+ENTRY (__start)} SECTIONS { .text ${RELOCATING+ ${TEXT_START_ADDR}}: |