summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2016-02-02 06:36:52 -0800
committerH.J. Lu <hjl.tools@gmail.com>2016-02-02 08:27:26 -0800
commit48953bf4f8b2f9e257903efbc89cb927b43f5317 (patch)
treefad195c25a746fa5aa763aeb43ad213b1059073b
parentc3169c73a3774ea571592bc8cefb53b46c967f91 (diff)
downloadbinutils-gdb-48953bf4f8b2f9e257903efbc89cb927b43f5317.tar.gz
Add a testcase for PR ld/18591
Backport from master PR ld/18591 * testsuite/ld-x86-64/pr18591.d: New file. * testsuite/ld-x86-64/pr18591.s: Likewise. * testsuite/ld-x86-64/x86-64.exp: Run pr18591.
-rw-r--r--ld/ChangeLog10
-rw-r--r--ld/testsuite/ld-x86-64/pr18591.d12
-rw-r--r--ld/testsuite/ld-x86-64/pr18591.s8
-rw-r--r--ld/testsuite/ld-x86-64/x86-64.exp1
4 files changed, 31 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 8479e51b99a..e7c50386ad4 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,13 @@
+2016-02-02 H.J. Lu <hongjiu.lu@intel.com>
+
+ Backport from master
+ 2016-02-02 H.J. Lu <hongjiu.lu@intel.com>
+
+ PR ld/18591
+ * testsuite/ld-x86-64/pr18591.d: New file.
+ * testsuite/ld-x86-64/pr18591.s: Likewise.
+ * testsuite/ld-x86-64/x86-64.exp: Run pr18591.
+
2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
Backport from master
diff --git a/ld/testsuite/ld-x86-64/pr18591.d b/ld/testsuite/ld-x86-64/pr18591.d
new file mode 100644
index 00000000000..9f6062295fc
--- /dev/null
+++ b/ld/testsuite/ld-x86-64/pr18591.d
@@ -0,0 +1,12 @@
+#as: --64
+#ld: -melf_x86_64 -shared -z max-page-size=0x200000
+#objdump: -dw
+
+.*: +file format .*
+
+
+Disassembly of section .text:
+
+[a-f0-9]+ <bar>:
+[ ]*[a-f0-9]+: 48 8b 05 ([0-9a-f]{2} ){4} mov 0x[a-f0-9]+\(%rip\),%rax # [a-f0-9]+ <_DYNAMIC\+0x[a-f0-9]+>
+#pass
diff --git a/ld/testsuite/ld-x86-64/pr18591.s b/ld/testsuite/ld-x86-64/pr18591.s
new file mode 100644
index 00000000000..d726f08c7b8
--- /dev/null
+++ b/ld/testsuite/ld-x86-64/pr18591.s
@@ -0,0 +1,8 @@
+ .hidden foo
+ .comm pad,0x80000000,8
+ .comm foo,8,8
+ .text
+ .globl bar
+ .type bar, @function
+bar:
+ movq foo@GOTPCREL(%rip), %rax
diff --git a/ld/testsuite/ld-x86-64/x86-64.exp b/ld/testsuite/ld-x86-64/x86-64.exp
index 45b7f094ba1..97d746a4d31 100644
--- a/ld/testsuite/ld-x86-64/x86-64.exp
+++ b/ld/testsuite/ld-x86-64/x86-64.exp
@@ -353,6 +353,7 @@ run_dump_test "pr19013-x32"
run_dump_test "pr19013-nacl"
run_dump_test "pr19162"
run_dump_test "pr19175"
+run_dump_test "pr18591"
# Add $PLT_CFLAGS if PLT is expected.
global PLT_CFLAGS