aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2013-12-20 08:27:02 -0800
committerH.J. Lu <hjl.tools@gmail.com>2013-12-20 08:27:02 -0800
commita319637f7c53fa20fa1ac9f09c1bd7e3255769df (patch)
tree90c63fb8bdeaaea5174263f4990df9bcdafeaaf0 /ld
parentabd266be45294bf11400856f3b65215d5e402ac7 (diff)
downloadfsf-binutils-gdb-a319637f7c53fa20fa1ac9f09c1bd7e3255769df.zip
fsf-binutils-gdb-a319637f7c53fa20fa1ac9f09c1bd7e3255769df.tar.gz
fsf-binutils-gdb-a319637f7c53fa20fa1ac9f09c1bd7e3255769df.tar.bz2
Define IREL_IN_PLT for elf_k1om.sh and elf_l1om.sh
* emulparams/elf_k1om.sh (IREL_IN_PLT): Define. * emulparams/elf_l1om.sh (IREL_IN_PLT): Likewise.
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog5
-rw-r--r--ld/emulparams/elf_k1om.sh1
-rw-r--r--ld/emulparams/elf_l1om.sh1
3 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index f1afd0b..b996faf 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -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>
diff --git a/ld/emulparams/elf_k1om.sh b/ld/emulparams/elf_k1om.sh
index a5351e0..00bf2ca 100644
--- a/ld/emulparams/elf_k1om.sh
+++ b/ld/emulparams/elf_k1om.sh
@@ -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
diff --git a/ld/emulparams/elf_l1om.sh b/ld/emulparams/elf_l1om.sh
index a090d21..abf59f1 100644
--- a/ld/emulparams/elf_l1om.sh
+++ b/ld/emulparams/elf_l1om.sh
@@ -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