Subject: Re: egcs 1.0.2 is broken on x86 and a patch for it.
To: None <tech-toolchain@NetBSD.ORG>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: tech-toolchain
Date: 04/19/1998 22:36:53
On Sun Apr 19 22:32:06 1998, Patrick Welche wrote:
> 
> Bernd Ernesti wrote:
> > there is a mail on the egcs mailinglist under this subject:
> > 
> > http://www.cygnus.com/ml/egcs/1998-Apr/0614.html
> > 
> > Could someone please check this mail?
> 
> Funny thing is,
> 
> quartz% cd /usr/src/gnu
> quartz% !fin
> find . -name reg-stack.c -print
> ./usr.bin/gcc/common/reg-stack.c
            ^^^
Thats the old gcc 2.7.2.2 directory which is at the moment the default
compiler.

> ./dist/gcc/reg-stack.c

This is the correct file.

> but the html page mentions ../../../import/egcs/gcc/reg-stack.c

Because he uses an tree under import/egcs where we have it in src/gnu/dist.

Bernd