ld: Update tests for warning of "-z dynamic-undefined-weak ignored"
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 12 Oct 2017 08:52:33 +0000 (01:52 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 12 Oct 2017 08:52:33 +0000 (01:52 -0700)
Update tests to expect warning of "-z dynamic-undefined-weak ignored"
from

commit 22b1ee183d19a92cc57859c04307d31c06792d13
Author: Alan Modra <amodra@gmail.com>
Date:   Thu Oct 12 13:19:10 2017 +1030

    Set dynamic_undefined_weak to zero for static PIEs

* testsuite/ld-elf/pr22269b.d: Expect warning of
"-z dynamic-undefined-weak ignored".
* testsuite/ld-i386/pr19636-1j.d: Likewise.
* testsuite/ld-i386/pr19636-1k.d: Likewise.
* testsuite/ld-i386/pr19636-1l.d: Likewise.
* testsuite/ld-x86-64/pr19636-2j.d: Likewise.
* testsuite/ld-x86-64/pr19636-2k.d: Likewise.
* testsuite/ld-x86-64/pr19636-2l.d: Likewise.
* testsuite/ld-x86-64/pr19636-2m.d: Likewise.

ld/ChangeLog
ld/testsuite/ld-elf/pr22269b.d
ld/testsuite/ld-i386/pr19636-1j.d
ld/testsuite/ld-i386/pr19636-1k.d
ld/testsuite/ld-i386/pr19636-1l.d
ld/testsuite/ld-x86-64/pr19636-2j.d
ld/testsuite/ld-x86-64/pr19636-2k.d
ld/testsuite/ld-x86-64/pr19636-2l.d
ld/testsuite/ld-x86-64/pr19636-2m.d

index 1331a7bbda2e9d8fa8a62c6be31f355328e8b9c9..80049e0583eef8a615c95dee4a38e7b9601e8bec 100644 (file)
@@ -1,3 +1,15 @@
+2017-10-12  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/ld-elf/pr22269b.d: Expect warning of
+       "-z dynamic-undefined-weak ignored".
+       * testsuite/ld-i386/pr19636-1j.d: Likewise.
+       * testsuite/ld-i386/pr19636-1k.d: Likewise.
+       * testsuite/ld-i386/pr19636-1l.d: Likewise.
+       * testsuite/ld-x86-64/pr19636-2j.d: Likewise.
+       * testsuite/ld-x86-64/pr19636-2k.d: Likewise.
+       * testsuite/ld-x86-64/pr19636-2l.d: Likewise.
+       * testsuite/ld-x86-64/pr19636-2m.d: Likewise.
+
 2017-10-12  Alan Modra  <amodra@gmail.com>
 
        PR 22269
index 8810922e7a33e2ea076f85cc80faed6b7e98353b..df14d0503f5f31aa4d9ea1664d21cf2824013ace 100644 (file)
@@ -2,6 +2,7 @@
 #source: pr22269.s
 #ld: -pie --no-dynamic-linker -z dynamic-undefined-weak
 #readelf: -r -x .data.rel.ro
+#warning: -z dynamic-undefined-weak ignored
 #target: *-*-linux* *-*-gnu* *-*-nacl*
 
 There are no relocations in this file.
index 0fb183d1b35cde75a117635a469c033a8df0cc16..f7d5ee5460b56e0cce7056c8dd4c133f11a815ca 100644 (file)
@@ -2,6 +2,7 @@
 #as: --32 -mrelax-relocations=no
 #ld: -pie -m elf_i386 --no-dynamic-linker -z dynamic-undefined-weak
 #readelf : -r --wide -x .got -x .got.plt
+#warning: -z dynamic-undefined-weak ignored
 
 There are no relocations in this file.
 
index 9f42699bb5ac2a5ac04c1e1a6de9f48a02fbf0a8..a1a54754ad442fb6b2667c96ea9c53eeedff0ed4 100644 (file)
@@ -2,6 +2,7 @@
 #as: --32 -mrelax-relocations=no
 #ld: -pie -E -m elf_i386 --no-dynamic-linker -z dynamic-undefined-weak
 #readelf : -r --wide -x .got -x .got.plt --dyn-syms
+#warning: -z dynamic-undefined-weak ignored
 
 There are no relocations in this file.
 
index c02908c136801a6deafdbf7ffed1f4e294d44fd2..6198c0f082a34d176465538b2cee24c8e38721bc 100644 (file)
@@ -2,6 +2,7 @@
 #as: --32 -mrelax-relocations=no
 #ld: -pie -m elf_i386 --no-dynamic-linker -z dynamic-undefined-weak
 #objdump: -dw
+#warning: -z dynamic-undefined-weak ignored
 #notarget: i?86-*-nacl* x86_64-*-nacl*
 
 .*: +file format .*
index 88e6296946092d14f9ce2369a7e0aa936d2b4175..5e399eb8a98543ddfc2b2062031716b5fedcb5c6 100644 (file)
@@ -2,6 +2,7 @@
 #as: --64 -mrelax-relocations=no
 #ld: -pie -m elf_x86_64 --no-dynamic-linker -z dynamic-undefined-weak
 #readelf : -r --wide -x .got -x .got.plt
+#warning: -z dynamic-undefined-weak ignored
 
 There are no relocations in this file.
 
index c8ea5c18c084454a75fae8e28c483c80f848ce6a..91dc0f75652c2e2557ed5b0148fb2e79d37955d7 100644 (file)
@@ -2,6 +2,7 @@
 #as: --64 -mrelax-relocations=no
 #ld: -pie -E -m elf_x86_64 --no-dynamic-linker -z dynamic-undefined-weak
 #readelf : -r --wide -x .got -x .got.plt --dyn-syms
+#warning: -z dynamic-undefined-weak ignored
 
 There are no relocations in this file.
 
index 60e5e2077aa09785bce768c373b466ba2c7bb325..02b64188fcb2684884ff93bce41d6c4cdf60f615 100644 (file)
@@ -2,6 +2,7 @@
 #as: --64 -mrelax-relocations=no
 #ld: -pie -m elf_x86_64 --no-dynamic-linker --hash-style=sysv -z dynamic-undefined-weak
 #objdump: -dw
+#warning: -z dynamic-undefined-weak ignored
 #notarget: x86_64-*-nacl*
 
 .*: +file format .*
 
 Disassembly of section .plt:
 
-0+190 <.plt>:
- +[a-f0-9]+:   ff 35 2a 01 20 00       pushq  0x20012a\(%rip\)        # 2002c0 <_GLOBAL_OFFSET_TABLE_\+0x8>
- +[a-f0-9]+:   ff 25 2c 01 20 00       jmpq   \*0x20012c\(%rip\)        # 2002c8 <_GLOBAL_OFFSET_TABLE_\+0x10>
+0+120 <.plt>:
+ +[a-f0-9]+:   ff 35 2a 01 20 00       pushq  0x20012a\(%rip\)        # 200250 <_GLOBAL_OFFSET_TABLE_\+0x8>
+ +[a-f0-9]+:   ff 25 2c 01 20 00       jmpq   \*0x20012c\(%rip\)        # 200258 <_GLOBAL_OFFSET_TABLE_\+0x10>
  +[a-f0-9]+:   0f 1f 40 00             nopl   0x0\(%rax\)
- +[a-f0-9]+:   ff 25 2a 01 20 00       jmpq   \*0x20012a\(%rip\)        # 2002d0 <_GLOBAL_OFFSET_TABLE_\+0x18>
+ +[a-f0-9]+:   ff 25 2a 01 20 00       jmpq   \*0x20012a\(%rip\)        # 200260 <_GLOBAL_OFFSET_TABLE_\+0x18>
  +[a-f0-9]+:   68 00 00 00 00          pushq  \$0x0
- +[a-f0-9]+:   e9 00 00 00 00          jmpq   1b0 <_start>
+ +[a-f0-9]+:   e9 00 00 00 00          jmpq   140 <_start>
 
 Disassembly of section .text:
 
-0+1b0 <_start>:
- +[a-f0-9]+:   48 3b 05 f1 00 20 00    cmp    0x2000f1\(%rip\),%rax        # 2002a8 <.got>
- +[a-f0-9]+:   ff 25 f3 00 20 00       jmpq   \*0x2000f3\(%rip\)        # 2002b0 <.got\+0x8>
- +[a-f0-9]+:   e8 de ff ff ff          callq  1a0 <.plt\+0x10>
+0+140 <_start>:
+ +[a-f0-9]+:   48 3b 05 f1 00 20 00    cmp    0x2000f1\(%rip\),%rax        # 200238 <.got>
+ +[a-f0-9]+:   ff 25 f3 00 20 00       jmpq   \*0x2000f3\(%rip\)        # 200240 <.got\+0x8>
+ +[a-f0-9]+:   e8 de ff ff ff          callq  130 <.plt\+0x10>
 #pass
index ec0dbbfb617d249c82815e2931621cf0f2cb6d5a..124c632bd575e625ae43fba8fda62dfff49e97ba 100644 (file)
@@ -2,6 +2,7 @@
 #as: --64 -mrelax-relocations=no
 #ld: -m elf_x86_64 --no-dynamic-linker -z dynamic-undefined-weak
 #readelf : -r --wide -x .got -x .got.plt --dyn-syms
+#warning: -z dynamic-undefined-weak ignored
 
 There are no relocations in this file.