Re: make checkstack on m68k

From: Geert Uytterhoeven
Date: Thu Jun 17 2004 - 14:25:48 EST


On Thu, 17 Jun 2004, [iso-8859-1] Jörn Engel wrote:
> On Fri, 18 June 2004 01:17:31 +1000, Finn Thain wrote:
> > On Thu, 17 Jun 2004, Andreas Schwab wrote:
> > >
> > > $re = qr/.*(?:linkw %fp,|addw )#-([0-9]{1,4})(?:,%sp)?$/o;
> >
> > I think that should be addaw, not addw. And it may be necessary to remove
> > the $ anchor at the end.
>
> Changed, updated patch below. Thanks.
>
> Can anyone test?

Doesn't work ;-(

I also tried with

$re = qr/.*(?:linkw %fp,|addaw )#-([0-9]{1,4})(?:,%sp)?$/o;

but still didn't work ;-(

Gr{oetje,eeting}s,

Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/