]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - ld/ChangeLog
MIPS/LD/testsuite: Add microMIPS lazy binding stub tests
authorMaciej W. Rozycki <macro@mips.com>
Sat, 9 Jun 2018 00:09:23 +0000 (01:09 +0100)
committerMaciej W. Rozycki <macro@mips.com>
Sat, 9 Jun 2018 00:09:23 +0000 (01:09 +0100)
commitd68033ea86780183c2a2a28077fe495acde5887c
treeafeaf83b98dc223bde85714fc1fc1440766522c2
parent653e0a1e047b00d77bf9b094f06a9781d6d45589
MIPS/LD/testsuite: Add microMIPS lazy binding stub tests

Adapt the existing regular MIPS lazy binding stub tests for microMIPS
code verification.  Check both regular and `--insn32' variants.

Correct indentation issues in the conditional updated.

ld/
* testsuite/ld-mips-elf/stub-dynsym-micromips-1-7fff.d: New
test.
* testsuite/ld-mips-elf/stub-dynsym-micromips-1-8000.d: New
test.
* testsuite/ld-mips-elf/stub-dynsym-micromips-1-fff0.d: New
test.
* testsuite/ld-mips-elf/stub-dynsym-micromips-1-10000.d: New
test.
* testsuite/ld-mips-elf/stub-dynsym-micromips-1-2fe80.d: New
test.
* testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-7fff.d:
New test.
* testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-8000.d:
New test.
* testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-fff0.d:
New test.
* testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-10000.d:
New test.
* testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-2fe80.d:
New test.
* testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.  Fix
indentation.
12 files changed:
ld/ChangeLog
ld/testsuite/ld-mips-elf/mips-elf.exp
ld/testsuite/ld-mips-elf/stub-dynsym-micromips-1-10000.d [new file with mode: 0644]
ld/testsuite/ld-mips-elf/stub-dynsym-micromips-1-2fe80.d [new file with mode: 0644]
ld/testsuite/ld-mips-elf/stub-dynsym-micromips-1-7fff.d [new file with mode: 0644]
ld/testsuite/ld-mips-elf/stub-dynsym-micromips-1-8000.d [new file with mode: 0644]
ld/testsuite/ld-mips-elf/stub-dynsym-micromips-1-fff0.d [new file with mode: 0644]
ld/testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-10000.d [new file with mode: 0644]
ld/testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-2fe80.d [new file with mode: 0644]
ld/testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-7fff.d [new file with mode: 0644]
ld/testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-8000.d [new file with mode: 0644]
ld/testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-fff0.d [new file with mode: 0644]