This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: fix solaris 2.7 native binutils build failure


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]