This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Minor PPC bits
Franz Sirl <Franz.Sirl-kernel@lauterbach.com> writes:
> At 02:03 14.12.00, Daniel Berlin wrote:
> >Franz Sirl <Franz.Sirl-kernel@lauterbach.com> writes:
> >
> >
> > >
> > > make[3]: Entering directory `/cvsx/linuxppc_2_3/drivers/usb'
> > > ld -r -o usbcore.o usb.o usb-debug.o hub.o devio.o inode.o
> > drivers.o devices.o
>
> > > rm -f usbdrv.o
> > > ld -r -o usbdrv.o usbcore.o usb-ohci.o hid.o
> > > usb-ohci.o: In function `hc_found_ohci':
> > > /cvsx/linuxppc_2_3/drivers/usb/usb-ohci.c:2228: multiple definition of
> > > `DW.usb.h.a8a878f3.d'
> > > ld: Dwarf Error: Could not find abbrev number 102.
> >
> >
> >You need a newer binutils, methinks.
> >:)
> >
> >What version do you have?
>
> binutils-2.10.1.0.2+PPC-.file/.loc patch (which just got committed to
> binutils CVS by Geoff. Have there been significant DWARF2 changes in
> CVS since 2.10.1.0.2?
>
> Franz.
If that's on the 2.10 branch, then yes.
The DWARF2 linkonce stuff that -feliminate-dwarf2-dups relies on is in
the HEAD branch.
--Dan