public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug target/39634]  New: powerpc64 libgcc contains useless softfp functions
@ 2009-04-04  3:58 amodra at bigpond dot net dot au
  2009-04-04  4:01 ` [Bug target/39634] " amodra at bigpond dot net dot au
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: amodra at bigpond dot net dot au @ 2009-04-04  3:58 UTC (permalink / raw)
  To: gcc-bugs

softfp functions are not supposed to be compiled for the 64-bit version of
libgcc, since 64-bit ABI doesn't suport softfp.


-- 
           Summary: powerpc64 libgcc contains useless softfp functions
           Product: gcc
           Version: 4.3.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: target
        AssignedTo: amodra at bigpond dot net dot au
        ReportedBy: amodra at bigpond dot net dot au
GCC target triplet: powerpc-*-linux


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


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

* [Bug target/39634] powerpc64 libgcc contains useless softfp functions
  2009-04-04  3:58 [Bug target/39634] New: powerpc64 libgcc contains useless softfp functions amodra at bigpond dot net dot au
@ 2009-04-04  4:01 ` amodra at bigpond dot net dot au
  2009-04-07  0:47 ` amodra at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: amodra at bigpond dot net dot au @ 2009-04-04  4:01 UTC (permalink / raw)
  To: gcc-bugs



-- 

amodra at bigpond dot net dot au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |minor
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|0                           |1
      Known to fail|                            |4.3.4 4.4.0 4.5.0
      Known to work|                            |4.0.0 4.1.0 4.2.0
   Last reconfirmed|0000-00-00 00:00:00         |2009-04-04 04:01:37
               date|                            |


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


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

* [Bug target/39634] powerpc64 libgcc contains useless softfp functions
  2009-04-04  3:58 [Bug target/39634] New: powerpc64 libgcc contains useless softfp functions amodra at bigpond dot net dot au
  2009-04-04  4:01 ` [Bug target/39634] " amodra at bigpond dot net dot au
@ 2009-04-07  0:47 ` amodra at gcc dot gnu dot org
  2009-04-07  0:53 ` amodra at gcc dot gnu dot org
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: amodra at gcc dot gnu dot org @ 2009-04-07  0:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from amodra at gcc dot gnu dot org  2009-04-07 00:47 -------
Subject: Bug 39634

Author: amodra
Date: Tue Apr  7 00:47:21 2009
New Revision: 145641

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145641
Log:
        PR target/39634
        * config.gcc: Merge powerpc-*-linux* and powerpc64-*-linux*.
        Include soft-fp/t-softfp after rs6000/t-linux64.
        * config.host: Reorder and merge to match config.gcc change.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc
    trunk/libgcc/ChangeLog
    trunk/libgcc/config.host


-- 


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


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

* [Bug target/39634] powerpc64 libgcc contains useless softfp functions
  2009-04-04  3:58 [Bug target/39634] New: powerpc64 libgcc contains useless softfp functions amodra at bigpond dot net dot au
  2009-04-04  4:01 ` [Bug target/39634] " amodra at bigpond dot net dot au
  2009-04-07  0:47 ` amodra at gcc dot gnu dot org
@ 2009-04-07  0:53 ` amodra at gcc dot gnu dot org
  2009-04-07  1:16 ` amodra at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: amodra at gcc dot gnu dot org @ 2009-04-07  0:53 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from amodra at gcc dot gnu dot org  2009-04-07 00:53 -------
Subject: Bug 39634

Author: amodra
Date: Tue Apr  7 00:53:05 2009
New Revision: 145642

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145642
Log:
        PR target/39634
        * config.gcc (powerpc-*-linux*): Include soft-fp/t-softfp after
        rs6000/t-linux64.


Modified:
    branches/gcc-4_4-branch/gcc/ChangeLog
    branches/gcc-4_4-branch/gcc/config.gcc


-- 


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


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

* [Bug target/39634] powerpc64 libgcc contains useless softfp functions
  2009-04-04  3:58 [Bug target/39634] New: powerpc64 libgcc contains useless softfp functions amodra at bigpond dot net dot au
                   ` (2 preceding siblings ...)
  2009-04-07  0:53 ` amodra at gcc dot gnu dot org
@ 2009-04-07  1:16 ` amodra at gcc dot gnu dot org
  2009-04-07  1:21 ` amodra at bigpond dot net dot au
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: amodra at gcc dot gnu dot org @ 2009-04-07  1:16 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from amodra at gcc dot gnu dot org  2009-04-07 01:15 -------
Subject: Bug 39634

Author: amodra
Date: Tue Apr  7 01:15:37 2009
New Revision: 145643

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145643
Log:
        PR target/39634
        * config.gcc (powerpc-*-linux*): Include soft-fp/t-softfp after
        rs6000/t-linux64.


Modified:
    branches/gcc-4_3-branch/gcc/ChangeLog
    branches/gcc-4_3-branch/gcc/config.gcc


-- 


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


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

* [Bug target/39634] powerpc64 libgcc contains useless softfp functions
  2009-04-04  3:58 [Bug target/39634] New: powerpc64 libgcc contains useless softfp functions amodra at bigpond dot net dot au
                   ` (3 preceding siblings ...)
  2009-04-07  1:16 ` amodra at gcc dot gnu dot org
@ 2009-04-07  1:21 ` amodra at bigpond dot net dot au
  2009-04-08 20:37 ` janis at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: amodra at bigpond dot net dot au @ 2009-04-07  1:21 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #4 from amodra at bigpond dot net dot au  2009-04-07 01:21 -------
Fixed


-- 

amodra at bigpond dot net dot au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Known to fail|4.3.4 4.4.0 4.5.0           |4.3.3 4.4.0 4.5.0
         Resolution|                            |FIXED
   Target Milestone|---                         |4.3.4


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


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

* [Bug target/39634] powerpc64 libgcc contains useless softfp functions
  2009-04-04  3:58 [Bug target/39634] New: powerpc64 libgcc contains useless softfp functions amodra at bigpond dot net dot au
                   ` (4 preceding siblings ...)
  2009-04-07  1:21 ` amodra at bigpond dot net dot au
@ 2009-04-08 20:37 ` janis at gcc dot gnu dot org
  2009-04-09  4:47 ` amodra at gcc dot gnu dot org
  2009-04-20 22:50 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: janis at gcc dot gnu dot org @ 2009-04-08 20:37 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #5 from janis at gcc dot gnu dot org  2009-04-08 20:36 -------
The mainline patch prevents my normal biarch builds from building 64-bit
libraries and from accepting -m64, using either of the following sets of
configure options:

  --with-cpu=default32

  --build=powerpc64-linux --host-powerpc64-linux \
  --target=powerpc64-linux --with-cpu=default32


-- 

janis at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |janis at gcc dot gnu dot org


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


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

* [Bug target/39634] powerpc64 libgcc contains useless softfp functions
  2009-04-04  3:58 [Bug target/39634] New: powerpc64 libgcc contains useless softfp functions amodra at bigpond dot net dot au
                   ` (5 preceding siblings ...)
  2009-04-08 20:37 ` janis at gcc dot gnu dot org
@ 2009-04-09  4:47 ` amodra at gcc dot gnu dot org
  2009-04-20 22:50 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: amodra at gcc dot gnu dot org @ 2009-04-09  4:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #6 from amodra at gcc dot gnu dot org  2009-04-09 04:47 -------
Subject: Bug 39634

Author: amodra
Date: Thu Apr  9 04:47:05 2009
New Revision: 145795

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145795
Log:
        PR target/39634
        * config.gcc (powerpc64-*-linux*): Always build biarch.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config.gcc


-- 


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


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

* [Bug target/39634] powerpc64 libgcc contains useless softfp functions
  2009-04-04  3:58 [Bug target/39634] New: powerpc64 libgcc contains useless softfp functions amodra at bigpond dot net dot au
                   ` (6 preceding siblings ...)
  2009-04-09  4:47 ` amodra at gcc dot gnu dot org
@ 2009-04-20 22:50 ` pinskia at gcc dot gnu dot org
  7 siblings, 0 replies; 9+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-04-20 22:50 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #7 from pinskia at gcc dot gnu dot org  2009-04-20 22:50 -------
*** Bug 39828 has been marked as a duplicate of this bug. ***


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |debian-gcc at lists dot
                   |                            |debian dot org


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


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

end of thread, other threads:[~2009-04-20 22:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-04  3:58 [Bug target/39634] New: powerpc64 libgcc contains useless softfp functions amodra at bigpond dot net dot au
2009-04-04  4:01 ` [Bug target/39634] " amodra at bigpond dot net dot au
2009-04-07  0:47 ` amodra at gcc dot gnu dot org
2009-04-07  0:53 ` amodra at gcc dot gnu dot org
2009-04-07  1:16 ` amodra at gcc dot gnu dot org
2009-04-07  1:21 ` amodra at bigpond dot net dot au
2009-04-08 20:37 ` janis at gcc dot gnu dot org
2009-04-09  4:47 ` amodra at gcc dot gnu dot org
2009-04-20 22:50 ` 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).