dejagnu
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DejaGnu] Problem with dejagnu-1.4.1


From: Billinghurst, David (CRTS)
Subject: [DejaGnu] Problem with dejagnu-1.4.1
Date: Wed, 16 May 2001 07:37:15 -0000

Just downloaded dejagnu-1.4.1.  There is a line wrapping problem in
target.exp, which is probably due to my mailer mangling the patch I
submitted in early April.

The problem is in line 275 of target.exp.  Here is the patch, but it will
probably get mangled again

+++++++++++++++++++++++++++++++++++++++++
(Mr) David Billinghurst
Comalco Research Centre
PO Box 316, Thomastown, Vic, Australia, 3074
Phone:  +61 3 9469 0642
FAX:    +61 3 9462 2700
Email:  address@hidden

2001-05-16  David Billinghurst <address@hidden>

        * lib/target.exp: Fix line wrapping


--- target.exp.orig     Wed May 16 17:30:03 2001
+++ target.exp  Wed May 16 17:30:35 2001
@@ -272,8 +272,7 @@
     regsub -all "(^|\n)\[^\n\]*: In function\[^\n\]*\n\[^\n\]\[^\n\]*is not
imp
lemented and will always fail\[^\n\]*" $text "" text
 
     # Cygwin cc1 warns about -fpic and -fPIC
-    regsub -all ".*: warning: -f(pic|PIC) ignored for target .*" $text ""
-text
+    regsub -all ".*: warning: -f(pic|PIC) ignored for target .*" $text ""
text
 
     # It might be tempting to get carried away and delete blank lines, etc.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]