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 bootstrap/15120] New: hidden symbol `__sdivsi3_i4' is referenced by DSO


3.4/3.5 failed on native sh4-unknown-linux-gnu with the newer ld in
building libstdc++-v3/testsuite/abi_check:

/usr/gnu/sh4-unknown-linux-gnu/bin/ld: abi_check: hidden symbol `__sdivsi3_i4'
in /mnt/hda3/ldroot/dodes/sh-gcc340/gcc/libgcc.a(_sdivsi3_i4.oS) is referenced
by DSO
collect2: ld returned 1 exit status

This doesn't happen to 3.3.3.  So it's a regression from 3.3-branch.
Setting lt_cv_deplibs_check_method to pass_all in gcc/libtool.m4 for
sh*-linux target fixes it.  I'm preparing a patch.

-- 
           Summary: hidden symbol `__sdivsi3_i4' is referenced by DSO
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: kkojima at gcc dot gnu dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: sh4-unknown-linux-gnu
  GCC host triplet: sh4-unknown-linux-gnu
GCC target triplet: sh4-unknown-linux-gnu


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


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