diff options
Diffstat (limited to 'ld/scripttempl/mips.sc')
-rw-r--r-- | ld/scripttempl/mips.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/mips.sc b/ld/scripttempl/mips.sc index 972351f..f53558a 100644 --- a/ld/scripttempl/mips.sc +++ b/ld/scripttempl/mips.sc @@ -19,7 +19,7 @@ OUTPUT_FORMAT("${OUTPUT_FORMAT}", "${BIG_OUTPUT_FORMAT}", "${LITTLE_OUTPUT_FORMAT}") ${LIB_SEARCH_DIRS} -ENTRY(${ENTRY}) +${RELOCATING+ENTRY (${ENTRY})} SECTIONS { |