This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: 3.2 bootstrap failure in libjava on sparcv9-sun-solaris2.8
- From: "David S. Miller" <davem at redhat dot com>
- To: rth at redhat dot com
- Cc: jsturm at one-point dot com, lucier at math dot purdue dot edu, gcc at gcc dot gnu dot org, java at gcc dot gnu dot org
- Date: Sun, 02 Jun 2002 19:11:41 -0700 (PDT)
- Subject: Re: 3.2 bootstrap failure in libjava on sparcv9-sun-solaris2.8
- References: <20020531.113731.74748358.davem@redhat.com><Pine.LNX.4.10.10206010019380.19832-100000@mars.deadcafe.org><20020601211938.A6855@redhat.com>
From: Richard Henderson <rth@redhat.com>
Date: Sat, 1 Jun 2002 21:19:38 -0700
On Sat, Jun 01, 2002 at 12:20:17AM -0400, Jeff Sturm wrote:
> Hmm... I get reasonably good results with mine. But I always configure
> --with-dwarf2. Gave up on stabs long ago...
If that isn't the default with current sources, that's a bug.
We should be emitting DBX as the default debugging format under
Solaris. (PREFERRED_DEBUGGING_TYPE == DBX_DEBUG)
So unless someone compiles explicitly with -gdwarf2 it shouldn't
matter if dwarf2 is enable by default for sparc-solaris builds
of gdb although it would be nice if it did.