From d7adef8baf2589aa88ddf4f498e215fbcd81a4f0 Mon Sep 17 00:00:00 2001
From: "H.J. Lu" <hjl.tools@gmail.com>
Date: Sun, 1 May 2016 14:19:03 -0700
Subject: [PATCH] Pass --no-relax to ld in ld-x86-64/pr18591.d

Pass --no-relax to ld so that GOTPCREL relocation will be kept.

	* testsuite/ld-x86-64/pr18591.d: Pass --no-relax to ld.
---
 ld/ChangeLog                     | 4 ++++
 ld/testsuite/ld-x86-64/pr18591.d | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index f1a38c3af89..44d90d0c5b7 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+	* testsuite/ld-x86-64/pr18591.d: Pass --no-relax to ld.
+
 2016-05-04  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* ldlang.c (init_os): Pass %E to einfo when bfd_section == NULL.
diff --git a/ld/testsuite/ld-x86-64/pr18591.d b/ld/testsuite/ld-x86-64/pr18591.d
index 9f6062295fc..d5c2150fa92 100644
--- a/ld/testsuite/ld-x86-64/pr18591.d
+++ b/ld/testsuite/ld-x86-64/pr18591.d
@@ -1,5 +1,5 @@
 #as: --64
-#ld: -melf_x86_64 -shared -z max-page-size=0x200000
+#ld: -melf_x86_64 -shared -z max-page-size=0x200000 --no-relax
 #objdump: -dw
 
 .*: +file format .*
-- 
GitLab