[binutils-gdb] Pass --no-relax to ld in ld-x86-64/pr18591.d

H.J.Lu hjl@sourceware.org
Thu May 5 15:12:00 GMT 2016


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=d7adef8baf2589aa88ddf4f498e215fbcd81a4f0

commit d7adef8baf2589aa88ddf4f498e215fbcd81a4f0
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sun May 1 14:19:03 2016 -0700

    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.

Diff:
---
 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 f1a38c3..44d90d0 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 9f60622..d5c2150 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 .*



More information about the Binutils-cvs mailing list