diff options
Diffstat (limited to 'ld/scripttempl/ppcpe.sc')
-rw-r--r-- | ld/scripttempl/ppcpe.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/ppcpe.sc b/ld/scripttempl/ppcpe.sc index 83e2609..182fbe5 100644 --- a/ld/scripttempl/ppcpe.sc +++ b/ld/scripttempl/ppcpe.sc @@ -22,7 +22,7 @@ ${LIB_SEARCH_DIRS} "-u mainCRTStartup" to make sure it gets included in the link. */ -ENTRY(mainCRTStartup) +${RELOCATING+ENTRY (mainCRTStartup)} SECTIONS { |