From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: Daniel Berlin Cc: gdb-patches@sourceware.cygnus.com Subject: Re: [PATCH RFA] symtab.c: Don't coredump on ``b .'' Date: Fri, 01 Sep 2000 18:41:00 -0000 Message-id: <1000902014048.ZM11909@ocotillo.lan> References: X-SW-Source: 2000-09/msg00011.html On Sep 1, 5:48pm, Daniel Berlin wrote: > Just curious, is this recent, or was this always around? It's been around for a while. I did some poking around and it looks to me like it became broken on Dec 31, 1998. I haven't actually built the version prior to this date, but I've examined the code and it looks okay. They say that many things became broken on that infamous date... (I'll leave it to one of the old timers to explain further.) Kevin >From aoliva@redhat.com Sat Sep 02 00:10:00 2000 From: Alexandre Oliva To: gdb-patches@sources.redhat.com Subject: igen won't run on Solaris-based Canadian crosses Date: Sat, 02 Sep 2000 00:10:00 -0000 Message-id: X-SW-Source: 2000-09/msg00012.html Content-length: 399 There's something in Solaris' getopt() that prevents igen from running with it. If host == build, this problem doesn't show up because libiberty's getopt is linked in, but on Canadian crosses, libiberty isn't linked in since it's compiled for the host, while igen must run on the build machine. This patch arranges for getopt to be compiled and linked into igen when appropriate. Ok to install?