diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2018-02-16 09:07:46 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2018-02-16 09:07:58 -0800 |
commit | 410a69a0228c3445bb57687d0b60e789483b96dd (patch) | |
tree | 70e972db966de46140d746b19b6281d7050d7ec8 /ld/testsuite/ld-i386 | |
parent | 75bd00e87e3af7c3b43ae162394d0bd3a3385f26 (diff) | |
download | gdb-410a69a0228c3445bb57687d0b60e789483b96dd.zip gdb-410a69a0228c3445bb57687d0b60e789483b96dd.tar.gz gdb-410a69a0228c3445bb57687d0b60e789483b96dd.tar.bz2 |
i386: Add -z noseparate-code to linker tests
Add -z noseparate-code since these tests check for exact addresses.
* testsuite/ld-i386/ibt-plt-1.d: Add -z noseparate-code.
* testsuite/ld-i386/ibt-plt-2a.d: Likewise.
* testsuite/ld-i386/ibt-plt-2b.d: Likewise.
* testsuite/ld-i386/ibt-plt-2c.d: Likewise.
* testsuite/ld-i386/ibt-plt-2d.d: Likewise.
* testsuite/ld-i386/ibt-plt-3a.d: Likewise.
* testsuite/ld-i386/ibt-plt-3b.d: Likewise.
* testsuite/ld-i386/ibt-plt-3c.d: Likewise.
* testsuite/ld-i386/ibt-plt-3d.d: Likewise.
* testsuite/ld-i386/load1.d: Likewise.
* testsuite/ld-i386/pie1.d: Likewise.
* testsuite/ld-i386/pr20244-1a.d: Likewise.
* testsuite/ld-i386/pr20244-1b.d: Likewise.
* testsuite/ld-i386/pr20244-2a.d: Likewise.
* testsuite/ld-i386/pr20244-2b.d: Likewise.
* testsuite/ld-i386/pr20244-2c.d: Likewise.
* testsuite/ld-i386/pr20244-4a.d: Likewise.
* testsuite/ld-i386/pr20244-4b.d: Likewise.
* testsuite/ld-i386/pr20830.d: Likewise.
Diffstat (limited to 'ld/testsuite/ld-i386')
-rw-r--r-- | ld/testsuite/ld-i386/ibt-plt-1.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/ibt-plt-2a.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/ibt-plt-2b.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/ibt-plt-2c.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/ibt-plt-2d.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/ibt-plt-3a.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/ibt-plt-3b.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/ibt-plt-3c.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/ibt-plt-3d.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/load1.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/pie1.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/pr20244-1a.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/pr20244-1b.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/pr20244-2a.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/pr20244-2b.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/pr20244-2c.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/pr20244-4a.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/pr20244-4b.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-i386/pr20830.d | 2 |
19 files changed, 19 insertions, 19 deletions
diff --git a/ld/testsuite/ld-i386/ibt-plt-1.d b/ld/testsuite/ld-i386/ibt-plt-1.d index a131675..e164095 100644 --- a/ld/testsuite/ld-i386/ibt-plt-1.d +++ b/ld/testsuite/ld-i386/ibt-plt-1.d @@ -1,5 +1,5 @@ #as: --32 -#ld: -shared -m elf_i386 --hash-style=sysv +#ld: -shared -m elf_i386 --hash-style=sysv -z noseparate-code #objdump: -dw .*: +file format .* diff --git a/ld/testsuite/ld-i386/ibt-plt-2a.d b/ld/testsuite/ld-i386/ibt-plt-2a.d index 13c6949..6b84a3a 100644 --- a/ld/testsuite/ld-i386/ibt-plt-2a.d +++ b/ld/testsuite/ld-i386/ibt-plt-2a.d @@ -1,6 +1,6 @@ #source: ibt-plt-2.s #as: --32 -#ld: -shared -m elf_i386 -z ibtplt --hash-style=sysv +#ld: -shared -m elf_i386 -z ibtplt --hash-style=sysv -z noseparate-code #objdump: -dw .*: +file format .* diff --git a/ld/testsuite/ld-i386/ibt-plt-2b.d b/ld/testsuite/ld-i386/ibt-plt-2b.d index 90541f1..2927290 100644 --- a/ld/testsuite/ld-i386/ibt-plt-2b.d +++ b/ld/testsuite/ld-i386/ibt-plt-2b.d @@ -1,6 +1,6 @@ #source: ibt-plt-2.s #as: --32 -#ld: -shared -m elf_i386 -z ibtplt --hash-style=sysv +#ld: -shared -m elf_i386 -z ibtplt --hash-style=sysv -z noseparate-code #readelf: -n -wf Contents of the .eh_frame section: diff --git a/ld/testsuite/ld-i386/ibt-plt-2c.d b/ld/testsuite/ld-i386/ibt-plt-2c.d index 63f4427..f3d9faf 100644 --- a/ld/testsuite/ld-i386/ibt-plt-2c.d +++ b/ld/testsuite/ld-i386/ibt-plt-2c.d @@ -1,6 +1,6 @@ #source: ibt-plt-2.s #as: --32 -#ld: -shared -m elf_i386 -z ibt --hash-style=sysv +#ld: -shared -m elf_i386 -z ibt --hash-style=sysv -z noseparate-code #objdump: -dw .*: +file format .* diff --git a/ld/testsuite/ld-i386/ibt-plt-2d.d b/ld/testsuite/ld-i386/ibt-plt-2d.d index f57c7e8..efd0cd8 100644 --- a/ld/testsuite/ld-i386/ibt-plt-2d.d +++ b/ld/testsuite/ld-i386/ibt-plt-2d.d @@ -1,6 +1,6 @@ #source: ibt-plt-2.s #as: --32 -#ld: -shared -m elf_i386 -z ibt --hash-style=sysv +#ld: -shared -m elf_i386 -z ibt --hash-style=sysv -z noseparate-code #readelf: -n -wf Contents of the .eh_frame section: diff --git a/ld/testsuite/ld-i386/ibt-plt-3a.d b/ld/testsuite/ld-i386/ibt-plt-3a.d index 5455c92..a9c0f53 100644 --- a/ld/testsuite/ld-i386/ibt-plt-3a.d +++ b/ld/testsuite/ld-i386/ibt-plt-3a.d @@ -1,6 +1,6 @@ #source: ibt-plt-3.s #as: --32 -#ld: -shared -m elf_i386 -z ibtplt --hash-style=sysv +#ld: -shared -m elf_i386 -z ibtplt --hash-style=sysv -z noseparate-code #objdump: -dw .*: +file format .* diff --git a/ld/testsuite/ld-i386/ibt-plt-3b.d b/ld/testsuite/ld-i386/ibt-plt-3b.d index 6e6637f..fa66d63 100644 --- a/ld/testsuite/ld-i386/ibt-plt-3b.d +++ b/ld/testsuite/ld-i386/ibt-plt-3b.d @@ -1,6 +1,6 @@ #source: ibt-plt-3.s #as: --32 -#ld: -shared -m elf_i386 -z ibtplt --hash-style=sysv +#ld: -shared -m elf_i386 -z ibtplt --hash-style=sysv -z noseparate-code #readelf: -wf -n Contents of the .eh_frame section: diff --git a/ld/testsuite/ld-i386/ibt-plt-3c.d b/ld/testsuite/ld-i386/ibt-plt-3c.d index 5455c92..a9c0f53 100644 --- a/ld/testsuite/ld-i386/ibt-plt-3c.d +++ b/ld/testsuite/ld-i386/ibt-plt-3c.d @@ -1,6 +1,6 @@ #source: ibt-plt-3.s #as: --32 -#ld: -shared -m elf_i386 -z ibtplt --hash-style=sysv +#ld: -shared -m elf_i386 -z ibtplt --hash-style=sysv -z noseparate-code #objdump: -dw .*: +file format .* diff --git a/ld/testsuite/ld-i386/ibt-plt-3d.d b/ld/testsuite/ld-i386/ibt-plt-3d.d index 1ef91db..231798c 100644 --- a/ld/testsuite/ld-i386/ibt-plt-3d.d +++ b/ld/testsuite/ld-i386/ibt-plt-3d.d @@ -1,6 +1,6 @@ #source: ibt-plt-3.s #as: --32 -#ld: -shared -m elf_i386 -z ibt --hash-style=sysv +#ld: -shared -m elf_i386 -z ibt --hash-style=sysv -z noseparate-code #readelf: -wf -n Contents of the .eh_frame section: diff --git a/ld/testsuite/ld-i386/load1.d b/ld/testsuite/ld-i386/load1.d index 2e4957b..8e8db9f 100644 --- a/ld/testsuite/ld-i386/load1.d +++ b/ld/testsuite/ld-i386/load1.d @@ -1,5 +1,5 @@ #as: --32 -mrelax-relocations=yes -#ld: -melf_i386 +#ld: -melf_i386 -z noseparate-code #objdump: -dw --sym #notarget: i?86-*-nacl* x86_64-*-nacl* diff --git a/ld/testsuite/ld-i386/pie1.d b/ld/testsuite/ld-i386/pie1.d index e77b8dc..e7beaa2 100644 --- a/ld/testsuite/ld-i386/pie1.d +++ b/ld/testsuite/ld-i386/pie1.d @@ -1,5 +1,5 @@ #as: --32 -#ld: -pie -melf_i386 -z relro +#ld: -pie -melf_i386 -z relro -z noseparate-code #objdump: -dw --sym #notarget: i?86-*-nacl* x86_64-*-nacl* diff --git a/ld/testsuite/ld-i386/pr20244-1a.d b/ld/testsuite/ld-i386/pr20244-1a.d index 46ae4be..98aaa9e 100644 --- a/ld/testsuite/ld-i386/pr20244-1a.d +++ b/ld/testsuite/ld-i386/pr20244-1a.d @@ -1,6 +1,6 @@ #source: pr20244-1.s #as: --32 -#ld: -m elf_i386 +#ld: -m elf_i386 -z noseparate-code #objdump: --sym -dw #notarget: i?86-*-nacl* x86_64-*-nacl* diff --git a/ld/testsuite/ld-i386/pr20244-1b.d b/ld/testsuite/ld-i386/pr20244-1b.d index d8ac4aa..f5a1a61 100644 --- a/ld/testsuite/ld-i386/pr20244-1b.d +++ b/ld/testsuite/ld-i386/pr20244-1b.d @@ -1,6 +1,6 @@ #source: pr20244-1.s #as: --32 -#ld: -m elf_i386 +#ld: -m elf_i386 -z noseparate-code #objdump: -s -j .got #notarget: i?86-*-nacl* x86_64-*-nacl* diff --git a/ld/testsuite/ld-i386/pr20244-2a.d b/ld/testsuite/ld-i386/pr20244-2a.d index ec3948e..40c6e32 100644 --- a/ld/testsuite/ld-i386/pr20244-2a.d +++ b/ld/testsuite/ld-i386/pr20244-2a.d @@ -1,6 +1,6 @@ #source: pr20244-2.s #as: --32 -#ld: -m elf_i386 +#ld: -m elf_i386 -z noseparate-code #objdump: --sym -dw #notarget: i?86-*-nacl* x86_64-*-nacl* diff --git a/ld/testsuite/ld-i386/pr20244-2b.d b/ld/testsuite/ld-i386/pr20244-2b.d index f23a406..406d3bd 100644 --- a/ld/testsuite/ld-i386/pr20244-2b.d +++ b/ld/testsuite/ld-i386/pr20244-2b.d @@ -1,6 +1,6 @@ #source: pr20244-2.s #as: --32 -#ld: -m elf_i386 +#ld: -m elf_i386 -z noseparate-code #objdump: -s -j .got.plt #notarget: i?86-*-nacl* x86_64-*-nacl* diff --git a/ld/testsuite/ld-i386/pr20244-2c.d b/ld/testsuite/ld-i386/pr20244-2c.d index acca560..142ec27 100644 --- a/ld/testsuite/ld-i386/pr20244-2c.d +++ b/ld/testsuite/ld-i386/pr20244-2c.d @@ -1,6 +1,6 @@ #source: pr20244-2.s #as: --32 -#ld: -m elf_i386 +#ld: -m elf_i386 -z noseparate-code #readelf: -rW #notarget: i?86-*-nacl* x86_64-*-nacl* diff --git a/ld/testsuite/ld-i386/pr20244-4a.d b/ld/testsuite/ld-i386/pr20244-4a.d index 420d179..7e6fe36 100644 --- a/ld/testsuite/ld-i386/pr20244-4a.d +++ b/ld/testsuite/ld-i386/pr20244-4a.d @@ -1,6 +1,6 @@ #source: pr20244-4.s #as: --32 -#ld: -m elf_i386 +#ld: -m elf_i386 -z noseparate-code #objdump: -dw #notarget: i?86-*-nacl* x86_64-*-nacl* diff --git a/ld/testsuite/ld-i386/pr20244-4b.d b/ld/testsuite/ld-i386/pr20244-4b.d index 16e5243..946f56b 100644 --- a/ld/testsuite/ld-i386/pr20244-4b.d +++ b/ld/testsuite/ld-i386/pr20244-4b.d @@ -1,6 +1,6 @@ #source: pr20244-4.s #as: --32 -#ld: -m elf_i386 +#ld: -m elf_i386 -z noseparate-code #objdump: -s -j .got #notarget: i?86-*-nacl* x86_64-*-nacl* diff --git a/ld/testsuite/ld-i386/pr20830.d b/ld/testsuite/ld-i386/pr20830.d index 26caabb..a16ea67 100644 --- a/ld/testsuite/ld-i386/pr20830.d +++ b/ld/testsuite/ld-i386/pr20830.d @@ -1,6 +1,6 @@ #name: PR ld/20830 (.plt.got) #as: --32 -#ld: -melf_i386 -shared -z relro --ld-generated-unwind-info --hash-style=sysv +#ld: -melf_i386 -shared -z relro --ld-generated-unwind-info --hash-style=sysv -z noseparate-code #objdump: -dw -Wf .*: +file format .* |