CSKY: Support attribute section.
[binutils-gdb.git] / ld / emulparams / elf64bmip.sh
index 0df65285f5d1b8785cc9717c9a20062d01dc4f80..e4e4f3b231f74a1b1e84c2d91ca7460f3de5927c 100644 (file)
@@ -1,11 +1,11 @@
-. ${srcdir}/emulparams/elf64bmip-defs.sh
+source_sh ${srcdir}/emulparams/elf64bmip-defs.sh
 OUTPUT_FORMAT="elf64-bigmips"
 BIG_OUTPUT_FORMAT="elf64-bigmips"
 LITTLE_OUTPUT_FORMAT="elf64-littlemips"
 SHLIB_TEXT_START_ADDR=0x3ffffe0000
 
 # IRIX6 defines these symbols.  0x40 is the size of the ELF header.
-EXECUTABLE_SYMBOLS="
+OTHER_SYMBOLS="
   __dso_displacement = 0;
   ${CREATE_SHLIB-${CREATE_PIE-__elf_header = ${TEXT_START_ADDR};}}
   ${CREATE_SHLIB+__elf_header = ${SHLIB_TEXT_START_ADDR};}