diff options
Diffstat (limited to 'ld/scripttempl/hppaelf.sc')
-rw-r--r-- | ld/scripttempl/hppaelf.sc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/scripttempl/hppaelf.sc b/ld/scripttempl/hppaelf.sc index 941ce08..a96ad54 100644 --- a/ld/scripttempl/hppaelf.sc +++ b/ld/scripttempl/hppaelf.sc @@ -3,7 +3,7 @@ test "$LD_FLAG" = "N" && DATA_ADDR=. cat <<EOF OUTPUT_FORMAT("${OUTPUT_FORMAT}") OUTPUT_ARCH(${ARCH}) -ENTRY("\$START\$") +${RELOCATING+ENTRY("\$START\$")} ${RELOCATING+${LIB_SEARCH_DIRS}} SECTIONS { |