This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [regressions in GCC/libjava testsuite] Re: Patch to make bfd compile with -Wc++-compat
- From: Ian Lance Taylor <iant at google dot com>
- To: Martin Thuresson <martin at mtme dot org>
- Cc: Matthias Klose <doko at ubuntu dot com>, Nick Clifton <nickc at redhat dot com>, binutils <binutils at sourceware dot org>, Tristan Gingold <gingold at adacore dot com>, GCC Java <java at gcc dot gnu dot org>
- Date: Wed, 30 Sep 2009 17:55:54 -0700
- Subject: Re: [regressions in GCC/libjava testsuite] Re: Patch to make bfd compile with -Wc++-compat
- References: <624836f10909071812q358c0ff8p34ce468ccadb50@mail.gmail.com> <m3pra1w0t9.fsf@google.com> <624836f10909082138h1e14eb14j76d08ba0e4d76d0a@mail.gmail.com> <624836f10909082308p349131c5l103efc029e9e26e0@mail.gmail.com> <4AA820CB.3030403@redhat.com> <4AC3E34D.3080708@ubuntu.com> <4AC3E875.1010007@ubuntu.com> <20090930234835.GC18973@bubble.grove.modra.org> <20091001000428.GD18973@bubble.grove.modra.org> <624836f10909301720u26dcf05eu684b54edd3315fd9@mail.gmail.com> <624836f10909301745k5ffdcc77s1d8d0262093fc38c@mail.gmail.com>
Martin Thuresson <martin@mtme.org> writes:
> Here is a patch that fixes a bug introduced with my patch. Im sorry
> for the first mistake.
> I was unable to run make check on my mac laptop, but will do it on my
> linux box in 30 min
> or so.
I was talking about this with Alan on IRC. The bug is actually this
change:
2002-10-07 Gordon Chaffee <chaffee@netvmg.com>
* addr2line.c (slurp_symtab): Read in dynamic symbols if no
ordinary ones are available.
That patch was 100% bogus. We shouldn't be trying to break the
minisyms interface here. For some reason I can't find the e-mail in
the binutlis mailing list archive.
Ian