This is the mail archive of the gcc-bugs@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]

[Bug target/32130] New: linking problems: multiple definition of `__DTOR_END__'


Starting with the patch
<URL:http://gcc.gnu.org/ml/gcc-patches/2006-02/msg02031.html>, committed as
revision 124444, linking fails. From libffi/configure.log:

configure:2261: checking for C compiler default output file name
configure:2264: /home/rask/build/gcc-ppc/./gcc/xgcc
-B/home/rask/build/gcc-ppc/./gcc/ -nostdinc
-B/home/rask/build/gcc-ppc/powerpc-eabisim/newlib/ -isystem
/home/rask/build/gcc-ppc/powerpc-eabisim/newlib/targ-include -isystem
/n/08/rask/src/gcc/newlib/libc/include -B/usr/local/powerpc-eabisim/bin/
-B/usr/local/powerpc-eabisim/lib/ -isystem /usr/local/powerpc-eabisim/include
-isystem /usr/local/powerpc-eabisim/sys-include -L/home/rask/build/gcc-ppc/./ld
-O2 -g -O2    conftest.c  >&5
/home/rask/build/gcc-ppc/./gcc/ecrtn.o:(.dtors+0x0): multiple definition of
`__DTOR_END__'
/home/rask/build/gcc-ppc/./gcc/crtend.o:(.dtors+0x0): first defined here
collect2: ld returned 1 exit status


-- 
           Summary: linking problems: multiple definition of `__DTOR_END__'
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: rask at sygehus dot dk
 GCC build triplet: i686-pc-linux-gnu
  GCC host triplet: i686-pc-linux-gnu
GCC target triplet: powerpc-unknown-eabisim


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32130


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