LD/testsuite: Fix a typo s/scrip/script/ in `note-3.so' build test name
ld/ * testsuite/ld-elf/shared.exp: Fix a typo s/scrip/script/.
This commit is contained in:
parent
8988502d75
commit
450b631735
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2018-01-31 Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
* testsuite/ld-elf/shared.exp: Fix a typo s/scrip/script/.
|
||||
|
||||
2018-01-31 Maciej W. Rozycki <macro@mips.com>
|
||||
|
||||
* testsuite/ld-elf/comm-data.exp: Pass `-call_shared' to links
|
||||
|
|
|
@ -365,7 +365,7 @@ if [istarget "mips*-*-*"] {
|
|||
# Note: setup_xfail before run_ld_link_tests xfails only the first test.
|
||||
setup_xfail "tic6x-*-*"
|
||||
run_ld_link_tests {
|
||||
{"Build shared library for broken linker scrip test"
|
||||
{"Build shared library for broken linker script test"
|
||||
"-shared --hash-style=sysv" "" "" "note-3.s" {} "note-3.so" }
|
||||
{"Link using broken linker script"
|
||||
"$LFLAGS --script note-3.t tmpdir/note-3.so" "" "" ""
|
||||
|
|
Loading…
Add table
Reference in a new issue