Index: contrib/binutils/ld/emulparams/elf64bmip-defs.sh =================================================================== --- contrib/binutils/ld/emulparams/elf64bmip-defs.sh (revision 222032) +++ contrib/binutils/ld/emulparams/elf64bmip-defs.sh (working copy) @@ -1,3 +1,6 @@ . ${srcdir}/emulparams/elf32bmipn32-defs.sh COMMONPAGESIZE="CONSTANT (COMMONPAGESIZE)" -INITIAL_READONLY_SECTIONS=".MIPS.options : { *(.MIPS.options) }" +INTERP=".interp ${RELOCATING-0} : { *(.interp) }" +INITIAL_READONLY_SECTIONS=" +${CREATE_SHLIB-${INTERP}} +.MIPS.options : { *(.MIPS.options) }"