From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stan Shebs To: robertl@sco.com Cc: gdb-patches@cygnus.com Subject: Re: GDB 4.18 on SVR5: missed it by a hair Date: Mon, 19 Apr 1999 13:47:00 -0000 Message-id: <199904192047.NAA18881@andros.cygnus.com> References: <19990415225503.A10488@rjlhome.sco.com> X-SW-Source: 1999-q2/msg00040.html Date: Thu, 15 Apr 1999 22:55:03 -0500 From: Robert Lipe The round of optimizations we performed on configure.host didn't make it to configure.tgt. So SVR5 gets detected as SVR4.0 so it gets /proc filesystem handling silently wrong. :-( Argh! The change is in the trunk, but I forget to add it to the 4.18 branch also. Well, there's a third patch for 4.18.1... Stan