This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] LD/testsuite: Fix a typo s/scrip/script/ in `note-3.so' build test name


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=450b6317357b67dfcd0ab951a83432d3fc2a65bc

commit 450b6317357b67dfcd0ab951a83432d3fc2a65bc
Author: Maciej W. Rozycki <macro@mips.com>
Date:   Wed Jan 31 14:47:12 2018 +0000

    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/.

Diff:
---
 ld/ChangeLog                   | 4 ++++
 ld/testsuite/ld-elf/shared.exp | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index 84d39e7..ba42294 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,9 @@
 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
 	involving a shared library for `mips*vr4100*-*-elf*',
 	`mips*vr4300*-*-elf*' and `mips*vr5000*-*-elf*' targets.
diff --git a/ld/testsuite/ld-elf/shared.exp b/ld/testsuite/ld-elf/shared.exp
index 5d9ed25..13f49e4 100644
--- a/ld/testsuite/ld-elf/shared.exp
+++ b/ld/testsuite/ld-elf/shared.exp
@@ -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" "" "" ""


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]