Re: [regressions in GCC/libjava testsuite] Re: Patch to make bfd compile with -Wc++-compat
Ian Lance Taylor <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
Martin Thuresson <[email protected]> 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 <[email protected]> * 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