diff options
Diffstat (limited to 'ld/scripttempl/elf32crx.sc')
-rw-r--r-- | ld/scripttempl/elf32crx.sc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld/scripttempl/elf32crx.sc b/ld/scripttempl/elf32crx.sc index 4304187..c3d6751 100644 --- a/ld/scripttempl/elf32crx.sc +++ b/ld/scripttempl/elf32crx.sc @@ -17,8 +17,8 @@ cat <<EOF OUTPUT_FORMAT("${OUTPUT_FORMAT}") OUTPUT_ARCH(${ARCH}) -EXTERN(${ENTRY}) -ENTRY(${ENTRY}) +${RELOCATING+EXTERN(${ENTRY})} +${RELOCATING+ENTRY(${ENTRY})} /* Define memory regions. */ MEMORY |