This is the mail archive of the binutils@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]

Re: Committed: robustify ld/testsuite/ld-cris/badgotr1.d


> Date: Sun, 23 Nov 2008 22:32:29 +0100
> From: Hans-Peter Nilsson <hp@axis.com>

> ld/testsuite:
> 	* ld-cris/badgotr1.d: Robustify regexp.

Bah, robustified to always fail: enough c:s in "target specific
data of file tmpdir/dump0.o".  Sorry, looks like I fibbed when
testing this.  Fixed as below, same changelog entry.

Index: badgotr1.d
===================================================================
RCS file: /cvs/src/src/ld/testsuite/ld-cris/badgotr1.d,v
retrieving revision 1.4
diff -p -u -r1.4 badgotr1.d
--- badgotr1.d	23 Nov 2008 21:29:22 -0000	1.4
+++ badgotr1.d	24 Nov 2008 02:00:11 -0000
@@ -2,7 +2,7 @@
 #as: --pic --underscore --em=criself
 #ld: -m crislinux -shared
 #objdump: -dr
-#error: \A[^\nc][^\n]*o: uses _-prefixed [^\nc]*\n[^\nc][^\n]* failed to merge [^\nc]*\n[^\nc][^\n]* no GOT [^\n]*\n[^\nc][^\n]* Bad value\Z
+#error: \A[^\nc][^\n]*o: uses _-prefixed [^\nc]*\n[^\nc][^\n]* failed to merge [^\n]*\n[^\nc][^\n]* no GOT [^\n]*\n[^\nc][^\n]* Bad value\Z
 
 # The error regex above is supposed to not match if we get a
 # SEGV, in which case we'll see "child killed: segmentation


brgds, H-P


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