This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: fix solaris 2.7 native binutils build failure
- From: Rainer Orth <ro at TechFak dot Uni-Bielefeld dot DE>
- To: Richard Henderson <rth at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org, mark at codesourcery dot com
- Date: 01 May 2002 03:23:19 +0200
- Subject: Re: fix solaris 2.7 native binutils build failure
- References: <20020430165659.A26001@redhat.com>
Richard Henderson <rth@redhat.com> writes:
> I realized yesterday that I'd been testing solaris 2.7 with gnu
> binutils and solaris 2.8 with native binutils, but not 2.7 with
> native binutils.
>
> Well, it's good I checked, because it doesn't work. The native
> ld bug that kills dwarf2 is still present.
I suppose this is the same problem that was previously worked around with
LINKER_DOES_NOT_WORK_WITH_DWARF2. If so, the underlying as bug seems to be
fixed in various as patches for 2.6 and 2.7:
http://gcc.gnu.org/ml/gcc-patches/2001-05/msg02021.html
This can probably turned into an autoconf test for mainline, based on the
discussion (and testcase) in that thread.
Rainer