Define IREL_IN_PLT for elf_k1om.sh and elf_l1om.sh
authorH.J. Lu <hjl.tools@gmail.com>
Fri, 20 Dec 2013 16:27:02 +0000 (08:27 -0800)
committerH.J. Lu <hjl.tools@gmail.com>
Fri, 20 Dec 2013 16:27:02 +0000 (08:27 -0800)
* emulparams/elf_k1om.sh (IREL_IN_PLT): Define.
* emulparams/elf_l1om.sh (IREL_IN_PLT): Likewise.

ld/ChangeLog
ld/emulparams/elf_k1om.sh
ld/emulparams/elf_l1om.sh

index f1afd0b..b996faf 100644 (file)
@@ -1,3 +1,8 @@
+2013-12-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * emulparams/elf_k1om.sh (IREL_IN_PLT): Define.
+       * emulparams/elf_l1om.sh (IREL_IN_PLT): Likewise.
+
 2013-12-13  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
            Wei-Cheng Wang  <cole945@gmail.com>
            Hui-Wen Ni  <sabrinanitw@gmail.com>
index a5351e0..00bf2ca 100644 (file)
@@ -16,6 +16,7 @@ NO_SMALL_DATA=yes
 LARGE_SECTIONS=yes
 LARGE_BSS_AFTER_BSS=
 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 24 ? 24 : 0"
+IREL_IN_PLT=
 
 if [ "x${host}" = "x${target}" ]; then
   case " $EMULATION_LIBPATH " in
index a090d21..abf59f1 100644 (file)
@@ -16,6 +16,7 @@ NO_SMALL_DATA=yes
 LARGE_SECTIONS=yes
 LARGE_BSS_AFTER_BSS=
 SEPARATE_GOTPLT="SIZEOF (.got.plt) >= 24 ? 24 : 0"
+IREL_IN_PLT=
 
 if [ "x${host}" = "x${target}" ]; then
   case " $EMULATION_LIBPATH " in