public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/15120] New: hidden symbol `__sdivsi3_i4' is referenced by DSO
@ 2004-04-24 23:40 kkojima at gcc dot gnu dot org
  2004-04-25  0:08 ` [Bug bootstrap/15120] [libtool bug] " pinskia at gcc dot gnu dot org
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: kkojima at gcc dot gnu dot org @ 2004-04-24 23:40 UTC (permalink / raw)
  To: gcc-bugs

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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug bootstrap/15120] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO
  2004-04-24 23:40 [Bug bootstrap/15120] New: hidden symbol `__sdivsi3_i4' is referenced by DSO kkojima at gcc dot gnu dot org
@ 2004-04-25  0:08 ` pinskia at gcc dot gnu dot org
  2004-04-25  1:52 ` kkojima at gcc dot gnu dot org
                   ` (12 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-25  0:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-24 23:30 -------
So this is a libtool bug, right, make you post the patch to libtool's patches mailing list and when it gets 
in the libtool cvs, the patch can then just go right into GCC's CVS.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-04-24 23:30:04
               date|                            |
            Summary|hidden symbol `__sdivsi3_i4'|[libtool bug] hidden symbol
                   |is referenced by DSO        |`__sdivsi3_i4' is referenced
                   |                            |by DSO


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug bootstrap/15120] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO
  2004-04-24 23:40 [Bug bootstrap/15120] New: hidden symbol `__sdivsi3_i4' is referenced by DSO kkojima at gcc dot gnu dot org
  2004-04-25  0:08 ` [Bug bootstrap/15120] [libtool bug] " pinskia at gcc dot gnu dot org
@ 2004-04-25  1:52 ` kkojima at gcc dot gnu dot org
  2004-05-04 16:45 ` himba at siol dot net
                   ` (11 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: kkojima at gcc dot gnu dot org @ 2004-04-25  1:52 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kkojima at gcc dot gnu dot org  2004-04-25 00:08 -------
I've confirmed that the current up-stream libtool.m4 in the libtool cvs
has set lt_cv_deplibs_check_method to pass_all for sh*-linux* already.
So I'd like to send the patch for syncing to gcc-patches.  Thanks for
your suggestion.



-- 


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug bootstrap/15120] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO
  2004-04-24 23:40 [Bug bootstrap/15120] New: hidden symbol `__sdivsi3_i4' is referenced by DSO kkojima at gcc dot gnu dot org
  2004-04-25  0:08 ` [Bug bootstrap/15120] [libtool bug] " pinskia at gcc dot gnu dot org
  2004-04-25  1:52 ` kkojima at gcc dot gnu dot org
@ 2004-05-04 16:45 ` himba at siol dot net
  2004-05-07  8:03 ` himba at siol dot net
                   ` (10 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: himba at siol dot net @ 2004-05-04 16:45 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From himba at siol dot net  2004-05-04 16:45 -------
I managed to reproduce similar error with 3.3.2 cross compiler for arm
architecture building on i386 architecture. Compiling microwindows-0.90 (from
www.microwindows.org):

/usr/local/arm/3.3.2/lib/gcc-lib/arm-linux/3.3.2/../../../../arm-linux/bin/ld:
/home/roaher/tmp/microwindows-0.90/src/bin/demo: hidden symbol `__udivsi3' in
/usr/local/arm/3.3.2/lib/gcc-lib/arm-linux/3.3.2/libgcc.a(_udivsi3.oS) is
referenced by DSO
collect2: ld returned 1 exit status

Other hidden sysmbols may appear too.
Tested with prebuilt toolchain from handhelds
(http://handhelds.org/download/toolchain/arm-linux-toolchain-current.tar.bz2)
and my 3.3.2 toolchain built with ptxdist tool
(http://www.pengutronix.de/software/ptxdist_en.html) based on
PTXCONF_BINUTILS_2_14=y
PTXCONF_GCC_3_3_2=y
PTXCONF_GCC_3=y
PTXCONF_GCC_SHARED=y
PTXCONF_GCC_MULTILIB=y
PTXCONF_GLIBC_2_3_2=y
PTXCONF_GLIBC_PTHREADS=y
PTXCONF_GLIBC_SHARED=y

I tried patching gcc-3.3.2/libtool.m4 by setting lt_cv_deplibs_check_method to
pass_all on line 688, and binutils-2.14/libtool.m4 on line 646, but with no success.

-- 


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug bootstrap/15120] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO
  2004-04-24 23:40 [Bug bootstrap/15120] New: hidden symbol `__sdivsi3_i4' is referenced by DSO kkojima at gcc dot gnu dot org
                   ` (2 preceding siblings ...)
  2004-05-04 16:45 ` himba at siol dot net
@ 2004-05-07  8:03 ` himba at siol dot net
  2004-05-13  4:25 ` cvs-commit at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: himba at siol dot net @ 2004-05-07  8:03 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From himba at siol dot net  2004-05-07 08:03 -------
With the help from Kazumoto Kojima I managed to cross compile MW 0.9 with 3.3.2
toolchain. As Kazumoto pointed out to me, my problem is not related to this bug
(15120), instead it is a MW issue. I notified the author of MW in hope to
implement the patch on the tree.

-- 


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug bootstrap/15120] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO
  2004-04-24 23:40 [Bug bootstrap/15120] New: hidden symbol `__sdivsi3_i4' is referenced by DSO kkojima at gcc dot gnu dot org
                   ` (3 preceding siblings ...)
  2004-05-07  8:03 ` himba at siol dot net
@ 2004-05-13  4:25 ` cvs-commit at gcc dot gnu dot org
  2004-05-13 10:11 ` [Bug bootstrap/15120] [3.4 only] " pinskia at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-05-13  4:25 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-05-12 15:14 -------
Subject: Bug 15120

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	kkojima@gcc.gnu.org	2004-05-12 15:14:35

Modified files:
	.              : ChangeLog libtool.m4 
	boehm-gc       : configure 
	libf2c         : configure 
	libffi         : configure 
	libjava        : configure 
	libobjc        : configure 
	libstdc++-v3   : configure 
	zlib           : configure 

Log message:
	PR bootstrap/15120
	* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
	* */configure: Rebuilt.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.621.2.48&r2=1.621.2.49
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libtool.m4.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.10.2.2&r2=1.10.2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.55.14.5&r2=1.55.14.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.35.14.3&r2=1.35.14.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.37.2.7&r2=1.37.2.8
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.159.2.9&r2=1.159.2.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.25.14.3&r2=1.25.14.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.286.2.19&r2=1.286.2.20
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.20.14.4&r2=1.20.14.5



-- 


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug bootstrap/15120] [3.4 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO
  2004-04-24 23:40 [Bug bootstrap/15120] New: hidden symbol `__sdivsi3_i4' is referenced by DSO kkojima at gcc dot gnu dot org
                   ` (4 preceding siblings ...)
  2004-05-13  4:25 ` cvs-commit at gcc dot gnu dot org
@ 2004-05-13 10:11 ` pinskia at gcc dot gnu dot org
  2004-05-18 19:47 ` cvs-commit at gcc dot gnu dot org
                   ` (7 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-05-13 10:11 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|[libtool bug] hidden symbol |[3.4 only] [libtool bug]
                   |`__sdivsi3_i4' is referenced|hidden symbol `__sdivsi3_i4'
                   |by DSO                      |is referenced by DSO
   Target Milestone|---                         |3.4.1


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug bootstrap/15120] [3.4 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO
  2004-04-24 23:40 [Bug bootstrap/15120] New: hidden symbol `__sdivsi3_i4' is referenced by DSO kkojima at gcc dot gnu dot org
                   ` (5 preceding siblings ...)
  2004-05-13 10:11 ` [Bug bootstrap/15120] [3.4 only] " pinskia at gcc dot gnu dot org
@ 2004-05-18 19:47 ` cvs-commit at gcc dot gnu dot org
  2004-05-18 19:51 ` cvs-commit at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-05-18 19:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-05-18 09:09 -------
Subject: Bug 15120

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_4-branch
Changes by:	kkojima@gcc.gnu.org	2004-05-18 09:09:15

Modified files:
	.              : ChangeLog libtool.m4 
	boehm-gc       : configure 
	libf2c         : configure 
	libffi         : configure 
	libjava        : configure 
	libobjc        : configure 
	libstdc++-v3   : configure 
	zlib           : configure 

Log message:
	PR bootstrap/15120
	* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
	* */configure: Rebuilt.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.856.2.13&r2=1.856.2.14
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libtool.m4.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.14&r2=1.14.4.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.66&r2=1.66.2.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libf2c/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.42.10.1&r2=1.42.10.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.55.4.1&r2=1.55.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.200.4.1&r2=1.200.4.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.32&r2=1.32.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.373.4.9&r2=1.373.4.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_4-branch&r1=1.27&r2=1.27.10.1



-- 


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug bootstrap/15120] [3.4 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO
  2004-04-24 23:40 [Bug bootstrap/15120] New: hidden symbol `__sdivsi3_i4' is referenced by DSO kkojima at gcc dot gnu dot org
                   ` (6 preceding siblings ...)
  2004-05-18 19:47 ` cvs-commit at gcc dot gnu dot org
@ 2004-05-18 19:51 ` cvs-commit at gcc dot gnu dot org
  2004-05-18 20:42 ` kkojima at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-05-18 19:51 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-05-18 10:11 -------
Subject: Bug 15120

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	kkojima@gcc.gnu.org	2004-05-18 10:11:39

Modified files:
	.              : ChangeLog libtool.m4 
	boehm-gc       : configure 
	libffi         : configure 
	libgfortran    : configure 
	libjava        : configure 
	libobjc        : configure 
	libstdc++-v3   : configure 
	zlib           : configure 

Log message:
	PR bootstrap/15120
	* libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
	* */configure: Rebuilt.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.924&r2=1.925
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libtool.m4.diff?cvsroot=gcc&r1=1.15&r2=1.16
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/boehm-gc/configure.diff?cvsroot=gcc&r1=1.78&r2=1.79
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libffi/configure.diff?cvsroot=gcc&r1=1.59&r2=1.60
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libgfortran/configure.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/configure.diff?cvsroot=gcc&r1=1.206&r2=1.207
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libobjc/configure.diff?cvsroot=gcc&r1=1.44&r2=1.45
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&r1=1.387&r2=1.388
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/zlib/configure.diff?cvsroot=gcc&r1=1.29&r2=1.30



-- 


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug bootstrap/15120] [3.4 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO
  2004-04-24 23:40 [Bug bootstrap/15120] New: hidden symbol `__sdivsi3_i4' is referenced by DSO kkojima at gcc dot gnu dot org
                   ` (7 preceding siblings ...)
  2004-05-18 19:51 ` cvs-commit at gcc dot gnu dot org
@ 2004-05-18 20:42 ` kkojima at gcc dot gnu dot org
  2004-06-01  0:30 ` [Bug bootstrap/15120] [3.3 " gdr at integrable-solutions dot net
                   ` (4 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: kkojima at gcc dot gnu dot org @ 2004-05-18 20:42 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kkojima at gcc dot gnu dot org  2004-05-18 10:13 -------
Fixed on 3.3/3.4/mainline.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug bootstrap/15120] [3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO
  2004-04-24 23:40 [Bug bootstrap/15120] New: hidden symbol `__sdivsi3_i4' is referenced by DSO kkojima at gcc dot gnu dot org
                   ` (8 preceding siblings ...)
  2004-05-18 20:42 ` kkojima at gcc dot gnu dot org
@ 2004-06-01  0:30 ` gdr at integrable-solutions dot net
  2004-06-01  1:13 ` kkojima at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: gdr at integrable-solutions dot net @ 2004-06-01  0:30 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From gdr at integrable-solutions dot net  2004-06-01 00:30 -------
Subject: Re:  [3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO

"kkojima at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org> writes:

| It appears again in 3.3-branch.  It seems that libstdc++-v3/configure is
| regenerated with the older libtool.m4

That may be caused by this:

   2004-05-24  Ronald Landheer-Cieslak  <ronald@landheer.com>

           PR libstdc++/11171
           * acinclude.m4: Deal with --with-newlib.
           * aclocal.m4: Regenerate.
           * configure.in: Set os_include_dir correctly when
           --with-newlib.
           * configure: Regenerate.

We should be setting sanity checks with respect to required autotools.

-- Gaby


-- 


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug bootstrap/15120] [3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO
  2004-04-24 23:40 [Bug bootstrap/15120] New: hidden symbol `__sdivsi3_i4' is referenced by DSO kkojima at gcc dot gnu dot org
                   ` (9 preceding siblings ...)
  2004-06-01  0:30 ` [Bug bootstrap/15120] [3.3 " gdr at integrable-solutions dot net
@ 2004-06-01  1:13 ` kkojima at gcc dot gnu dot org
  2004-06-12 22:47 ` mmitchel at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  13 siblings, 0 replies; 15+ messages in thread
From: kkojima at gcc dot gnu dot org @ 2004-06-01  1:13 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From kkojima at gcc dot gnu dot org  2004-06-01 01:13 -------
Indeed.  Perhaps it might be regenerated after updating libstdc++ tree
only, without updating the top gcc directory.

Regards,
	kaz


-- 


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug bootstrap/15120] [3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO
  2004-04-24 23:40 [Bug bootstrap/15120] New: hidden symbol `__sdivsi3_i4' is referenced by DSO kkojima at gcc dot gnu dot org
                   ` (10 preceding siblings ...)
  2004-06-01  1:13 ` kkojima at gcc dot gnu dot org
@ 2004-06-12 22:47 ` mmitchel at gcc dot gnu dot org
  2004-07-26  0:48 ` cvs-commit at gcc dot gnu dot org
  2004-07-26  0:56 ` pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: mmitchel at gcc dot gnu dot org @ 2004-06-12 22:47 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From mmitchel at gcc dot gnu dot org  2004-06-12 22:47 -------
Retargeted at 3.3.5, since this is marked as 3.3 only.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4.1                       |3.3.5


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug bootstrap/15120] [3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO
  2004-04-24 23:40 [Bug bootstrap/15120] New: hidden symbol `__sdivsi3_i4' is referenced by DSO kkojima at gcc dot gnu dot org
                   ` (11 preceding siblings ...)
  2004-06-12 22:47 ` mmitchel at gcc dot gnu dot org
@ 2004-07-26  0:48 ` cvs-commit at gcc dot gnu dot org
  2004-07-26  0:56 ` pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2004-07-26  0:48 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2004-07-26 00:48 -------
Subject: Bug 15120

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-3_3-branch
Changes by:	kkojima@gcc.gnu.org	2004-07-26 00:48:24

Modified files:
	gcc            : ChangeLog 
	gcc/config/sh  : sh.md t-linux 
	libstdc++-v3   : ChangeLog configure 
Added files:
	gcc/config/sh  : libgcc-std.ver 

Log message:
	PR target/13250
	Backport from mainline:
	* config/sh/sh.md (rotlsi3): Use emit_move_insn.
	
	PR target/15647
	Backport from mainline:
	* config/sh/t-linux (SHLIB_MAPFILES): Use sh specific
	libgcc-std.ver.
	* config/sh/libgcc-std.ver: New file.
	
	PR bootstrap/15120
	* libstdc++-v3/configure: Rebuilt.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.16114.2.1006&r2=1.16114.2.1007
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/libgcc-std.ver.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=NONE&r2=1.2.10.1
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/sh.md.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.133.2.3&r2=1.133.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/config/sh/t-linux.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.6.20.2&r2=1.6.20.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.1464.2.188&r2=1.1464.2.189
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libstdc++-v3/configure.diff?cvsroot=gcc&only_with_tag=gcc-3_3-branch&r1=1.286.2.22&r2=1.286.2.23



-- 


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

* [Bug bootstrap/15120] [3.3 only] [libtool bug] hidden symbol `__sdivsi3_i4' is referenced by DSO
  2004-04-24 23:40 [Bug bootstrap/15120] New: hidden symbol `__sdivsi3_i4' is referenced by DSO kkojima at gcc dot gnu dot org
                   ` (12 preceding siblings ...)
  2004-07-26  0:48 ` cvs-commit at gcc dot gnu dot org
@ 2004-07-26  0:56 ` pinskia at gcc dot gnu dot org
  13 siblings, 0 replies; 15+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-07-26  0:56 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-07-26 00:56 -------
Fixed.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
      Known to work|                            |3.3.5 3.4.1 3.5.0
         Resolution|                            |FIXED
            Version|3.4.0                       |3.3.4


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


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2004-07-26  0:56 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-04-24 23:40 [Bug bootstrap/15120] New: hidden symbol `__sdivsi3_i4' is referenced by DSO kkojima at gcc dot gnu dot org
2004-04-25  0:08 ` [Bug bootstrap/15120] [libtool bug] " pinskia at gcc dot gnu dot org
2004-04-25  1:52 ` kkojima at gcc dot gnu dot org
2004-05-04 16:45 ` himba at siol dot net
2004-05-07  8:03 ` himba at siol dot net
2004-05-13  4:25 ` cvs-commit at gcc dot gnu dot org
2004-05-13 10:11 ` [Bug bootstrap/15120] [3.4 only] " pinskia at gcc dot gnu dot org
2004-05-18 19:47 ` cvs-commit at gcc dot gnu dot org
2004-05-18 19:51 ` cvs-commit at gcc dot gnu dot org
2004-05-18 20:42 ` kkojima at gcc dot gnu dot org
2004-06-01  0:30 ` [Bug bootstrap/15120] [3.3 " gdr at integrable-solutions dot net
2004-06-01  1:13 ` kkojima at gcc dot gnu dot org
2004-06-12 22:47 ` mmitchel at gcc dot gnu dot org
2004-07-26  0:48 ` cvs-commit at gcc dot gnu dot org
2004-07-26  0:56 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).