This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: [PATCH] ia64 application register handling
- From: "Jan Beulich" <JBeulich at novell dot com>
- To: <hp at bitrange dot com>
- Cc: <binutils at sources dot redhat dot com>
- Date: Tue, 25 Jan 2005 08:37:18 +0100
- Subject: Re: [PATCH] ia64 application register handling
Hmm, I can do that, but especially replacing [[:space:]] is ugly
(because in an editor you just can't see what's inside the brackets.
Since these constructs have been part of the regular expression
specifications for years, I'd rather change the requirements on the TCL
version if older ones don't offer reasonable support. This would even
more apply to brace constructs, since you can't even express e.g. {3,5}
without braces.
Jan
>>> Hans-Peter Nilsson <hp@bitrange.com> 25.01.05 00:01:14 >>>
On Mon, 24 Jan 2005, Jan Beulich wrote:
> gas/testsuite/
> * gas/ia64/mov-ar.[ds]: New.
> +++ 2005-01-24.08.40/gas/testsuite/gas/ia64/mov-ar.d 2005-01-21
> 15:37:10.000000000 +0100
...
>
+[[:space:]]*[[:xdigit:]]*:[[:space:][:xdigit:]]+\[MFI\][[:space:]]+mov\.m
Please don't use [:stuff:] notation in testsuite regexps. See
<URL:http://sources.redhat.com/ml/binutils/2004-12/msg00262.html>.
brgds, H-P