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] CRIS/LD/testsuite: tls-err-20x.d: Fix a typo, s/n/\n/


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

commit fa93e3d3471aab48ae273437c3159ebb0205a592
Author: Maciej W. Rozycki <macro@imgtec.com>
Date:   Thu Feb 2 20:44:41 2017 +0000

    CRIS/LD/testsuite: tls-err-20x.d: Fix a typo, s/n/\n/
    
    	ld/
    	* testsuite/ld-cris/tls-err-20x.d: Fix a typo, s/n/\n/.

Diff:
---
 ld/ChangeLog                       | 4 ++++
 ld/testsuite/ld-cris/tls-err-20x.d | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ld/ChangeLog b/ld/ChangeLog
index ca3b651..ba4de4a 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,9 @@
 2017-02-02  Maciej W. Rozycki  <macro@imgtec.com>
 
+	* testsuite/ld-cris/tls-err-20x.d: Fix a typo, s/n/\n/.
+
+2017-02-02  Maciej W. Rozycki  <macro@imgtec.com>
+
 	* ld/testsuite/lib/ld-lib.exp (run_dump_test): Fix a typo,
 	s/regexp/regex/.
 
diff --git a/ld/testsuite/ld-cris/tls-err-20x.d b/ld/testsuite/ld-cris/tls-err-20x.d
index 75e3b03..23779bf 100644
--- a/ld/testsuite/ld-cris/tls-err-20x.d
+++ b/ld/testsuite/ld-cris/tls-err-20x.d
@@ -5,7 +5,7 @@
 #source: tls-hx.s --pic
 #as: --no-underscore --em=criself
 #ld: -m crislinux
-#error: \A[^\n]*: warning: cannot find entry symbol _start; defaulting to [0-9a-f]*\n[^\n]*: In function `tlsdsofn9':\n[^\n]*: undefined reference to `x1'\n[^\n]*: In function `tlsdsofn9':\n[^n]*: undefined reference to `x2'\Z
+#error: \A[^\n]*: warning: cannot find entry symbol _start; defaulting to [0-9a-f]*\n[^\n]*: In function `tlsdsofn9':\n[^\n]*: undefined reference to `x1'\n[^\n]*: In function `tlsdsofn9':\n[^\n]*: undefined reference to `x2'\Z
 
 # Code coverage case similar to tls-e-20.d, except with an undefined
 # reference.


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