public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ports/2749] New: powerpc32 does not build --without-fp
@ 2006-06-09 22:35 sjmunroe at us dot ibm dot com
  2006-06-09 22:38 ` [Bug ports/2749] " sjmunroe at us dot ibm dot com
                   ` (59 more replies)
  0 siblings, 60 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-06-09 22:35 UTC (permalink / raw)
  To: glibc-bugs

This is know problem that was complicated by the introduction of -mlong-double-128

The goal is first to get glibc for powerpc32 --without-fp to build and run make
check. And second to resolve any test-float, etc errors reported. Hopefully if I
can do the first part, interrested parties can help with the second part.

-- 
           Summary: powerpc32 does not build --without-fp
           Product: glibc
           Version: 2.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ports
        AssignedTo: roland at gnu dot org
        ReportedBy: sjmunroe at us dot ibm dot com
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: powepc32-unknown-linux-gnu
  GCC host triplet: powepc32-unknown-linux-gnu
GCC target triplet: powepc32-unknown-linux-gnu


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
@ 2006-06-09 22:38 ` sjmunroe at us dot ibm dot com
  2006-06-09 22:43 ` sjmunroe at us dot ibm dot com
                   ` (58 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-06-09 22:38 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-06-09 22:37 -------
Created an attachment (id=1074)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1074&action=view)
Patch to ports to enable soft-fp to build for powerpc32

This needs to apply to ports. Then this patched version of ports is an add-on
to libc.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
  2006-06-09 22:38 ` [Bug ports/2749] " sjmunroe at us dot ibm dot com
@ 2006-06-09 22:43 ` sjmunroe at us dot ibm dot com
  2006-06-09 22:48 ` sjmunroe at us dot ibm dot com
                   ` (57 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-06-09 22:43 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-06-09 22:43 -------
Created an attachment (id=1075)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1075&action=view)
Patch the libc required to allow soft-fp builds for powerpc32

We need this patch because soft-fp does not have <fenv_libc.h>. So we need to
eliminate the need for the feget/set functions or change to use <fenv.n>.

This also server to ellimiate a concerned with using fesetround() withing libm
functions. 

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
  2006-06-09 22:38 ` [Bug ports/2749] " sjmunroe at us dot ibm dot com
  2006-06-09 22:43 ` sjmunroe at us dot ibm dot com
@ 2006-06-09 22:48 ` sjmunroe at us dot ibm dot com
  2006-06-09 22:50 ` sjmunroe at us dot ibm dot com
                   ` (56 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-06-09 22:48 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-06-09 22:48 -------
Created an attachment (id=1076)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1076&action=view)
gcc patch to enable -msoft-float AND -mlong-double-128 to compile and provides
the quad arith functions

This is an as yet experimental patch provided by David Edelson. It applies
against gcc-4.1 and gcc-4.2 and allows glibc to build glibc soft-fp for
powerpc32.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (2 preceding siblings ...)
  2006-06-09 22:48 ` sjmunroe at us dot ibm dot com
@ 2006-06-09 22:50 ` sjmunroe at us dot ibm dot com
  2006-06-13 21:45 ` sjmunroe at us dot ibm dot com
                   ` (55 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-06-09 22:50 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-06-09 22:49 -------
I'll clean up and post the patches to libc-alpha when I get time.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (3 preceding siblings ...)
  2006-06-09 22:50 ` sjmunroe at us dot ibm dot com
@ 2006-06-13 21:45 ` sjmunroe at us dot ibm dot com
  2006-06-13 21:53 ` sjmunroe at us dot ibm dot com
                   ` (54 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-06-13 21:45 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-06-13 21:44 -------
Created an attachment (id=1084)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1084&action=view)
Log of make check failures from powerpc32 --without-fp

This is the (edited) make check log of the failures, including the *.out.

There are still some failures in float and double that need to be looked at:

bug-nextafter, bug-nexttoward, test-float, and test-double

Plus a signicant number of new (for soft-fp) failures in test-ldouble.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (4 preceding siblings ...)
  2006-06-13 21:45 ` sjmunroe at us dot ibm dot com
@ 2006-06-13 21:53 ` sjmunroe at us dot ibm dot com
  2006-06-13 22:42 ` sjmunroe at us dot ibm dot com
                   ` (53 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-06-13 21:53 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-06-13 21:53 -------
It seems that at we are inadvertently using the gcc soft-fp run-time and not the
glibc soft-fp we just build. The problem is that gcc's soft-fp does not
implement the IEEE exceptions. This is responcible for the bug-nextafter failure
and I expect some of the test-float/test-double failures as well.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (5 preceding siblings ...)
  2006-06-13 21:53 ` sjmunroe at us dot ibm dot com
@ 2006-06-13 22:42 ` sjmunroe at us dot ibm dot com
  2006-06-13 22:53 ` sjmunroe at us dot ibm dot com
                   ` (52 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-06-13 22:42 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (6 preceding siblings ...)
  2006-06-13 22:42 ` sjmunroe at us dot ibm dot com
@ 2006-06-13 22:53 ` sjmunroe at us dot ibm dot com
  2006-06-13 23:32 ` jsm28 at gcc dot gnu dot org
                   ` (51 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-06-13 22:53 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-06-13 22:52 -------
I think Joseph Myers is interested in this. Looks like Joseph is changing gcc to
use the glibc soft-fp implementation in gcc-4.2
<http://gcc.gnu.org/ml/gcc-patches/2006-03/msg00689.html> 

We have been building with gcc-4.1 where we are picking up the fp-bit32.c
version (which explicitly does not support exceptions)

Looks like we need to coordinate with Joseph



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (7 preceding siblings ...)
  2006-06-13 22:53 ` sjmunroe at us dot ibm dot com
@ 2006-06-13 23:32 ` jsm28 at gcc dot gnu dot org
  2006-06-15  9:40 ` balkohen at gmail dot com
                   ` (50 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2006-06-13 23:32 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jsm28 at gcc dot gnu dot org  2006-06-13 23:31 -------
On the list of possible future projects for soft-fp in GCC
http://gcc.gnu.org/wiki/Software%20floating%20point
the problems with having soft-fp in both GCC and glibc are
discussed.  My suggested solution involves a GCC configure
option --with-libc-soft-fp=glibc2.4 which causes the given
set of soft-fp functions to be omitted from libgcc.  The
version number is needed since 2.4 has more such functions
than 2.3, and something may also need to be done to get the functions
exported from glibc (as of an older glibc version, various
soft-fp functions ended up hidden, apparently because of
libgcc-compat.S, rather than exported from the shared libc).


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (8 preceding siblings ...)
  2006-06-13 23:32 ` jsm28 at gcc dot gnu dot org
@ 2006-06-15  9:40 ` balkohen at gmail dot com
  2006-08-04 21:48 ` sjmunroe at us dot ibm dot com
                   ` (49 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: balkohen at gmail dot com @ 2006-06-15  9:40 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From balkohen at gmail dot com  2006-06-15 09:40 -------
*** Bug 2444 has been marked as a duplicate of this bug. ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |balkohen at gmail dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (9 preceding siblings ...)
  2006-06-15  9:40 ` balkohen at gmail dot com
@ 2006-08-04 21:48 ` sjmunroe at us dot ibm dot com
  2006-08-04 21:52 ` sjmunroe at us dot ibm dot com
                   ` (48 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-08-04 21:48 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-08-04 21:48 -------
Created an attachment (id=1198)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1198&action=view)
Improved gcc patch for soft-long-double

This gcc patch adds some IBM extended functions we missed in the previous
round.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1076 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (10 preceding siblings ...)
  2006-08-04 21:48 ` sjmunroe at us dot ibm dot com
@ 2006-08-04 21:52 ` sjmunroe at us dot ibm dot com
  2006-08-04 21:54 ` sjmunroe at us dot ibm dot com
                   ` (47 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-08-04 21:52 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-08-04 21:52 -------
Created an attachment (id=1199)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1199&action=view)
Patch for gcc-4.1.1. Makes -mlong-double-128 the default and adds c++ support

If you are using gcc-4.1.1 (not gcc-4.2) then you will need this additional
patch

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (11 preceding siblings ...)
  2006-08-04 21:52 ` sjmunroe at us dot ibm dot com
@ 2006-08-04 21:54 ` sjmunroe at us dot ibm dot com
  2006-08-04 21:59 ` sjmunroe at us dot ibm dot com
                   ` (46 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-08-04 21:54 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-08-04 21:54 -------
Created an attachment (id=1200)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1200&action=view)
Updated soft-fp long double patch

This patch replaces the previous soft-fp/long double patch for ports

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1074 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (12 preceding siblings ...)
  2006-08-04 21:54 ` sjmunroe at us dot ibm dot com
@ 2006-08-04 21:59 ` sjmunroe at us dot ibm dot com
  2006-08-04 22:02 ` sjmunroe at us dot ibm dot com
                   ` (45 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-08-04 21:59 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-08-04 21:59 -------
Created an attachment (id=1201)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1201&action=view)
Updated libc patch to support -without-fp builds with the ports add-on

This replaces to previous patch to libc, fixing soft-fp fp-exection handling
and additional generic math functions.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1075 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (13 preceding siblings ...)
  2006-08-04 21:59 ` sjmunroe at us dot ibm dot com
@ 2006-08-04 22:02 ` sjmunroe at us dot ibm dot com
  2006-08-04 22:06 ` sjmunroe at us dot ibm dot com
                   ` (44 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-08-04 22:02 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-08-04 22:01 -------
Created an attachment (id=1202)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1202&action=view)
Move the PPC soft ieee-quad implementation to ports

This patch removes the PPC soft-fp ieee-quad implementation from libc trunk
beause it is not used in the primary linux implementation.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (14 preceding siblings ...)
  2006-08-04 22:02 ` sjmunroe at us dot ibm dot com
@ 2006-08-04 22:06 ` sjmunroe at us dot ibm dot com
  2006-08-04 22:12 ` sjmunroe at us dot ibm dot com
                   ` (43 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-08-04 22:06 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-08-04 22:05 -------
Created an attachment (id=1203)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1203&action=view)
Move the PPC ieee-quad soft-fp implementation to ports

The primary Linux PPC ABI used IBM extented for long double, so be move the
ieee-quad implementatin from libc trunk to ports/powerpc/soft-fp/quad. 

Any platform that uses the ieee/quad soft-fp can enable it with the approoriate
Implies files.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (15 preceding siblings ...)
  2006-08-04 22:06 ` sjmunroe at us dot ibm dot com
@ 2006-08-04 22:12 ` sjmunroe at us dot ibm dot com
  2006-08-04 22:36 ` jsm28 at gcc dot gnu dot org
                   ` (42 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-08-04 22:12 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-08-04 22:12 -------
Refreshed the patch set.

With this patch set powerpc32 -with-fp builds clean and passes all the float and
double tests.

The long double tests still fail. The consensus is that IBM Extended requires a
fussed multiple add for correct results and this not currently available to
soft-fp. 

Unless someelse voluteers for this exciting opportunity I will take a crack at a
writing fmadd/fmsub soft-fp routines and work with David Edelsohn to get the
requires gcc updates.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (16 preceding siblings ...)
  2006-08-04 22:12 ` sjmunroe at us dot ibm dot com
@ 2006-08-04 22:36 ` jsm28 at gcc dot gnu dot org
  2006-08-07 19:17 ` sjmunroe at us dot ibm dot com
                   ` (41 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2006-08-04 22:36 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jsm28 at gcc dot gnu dot org  2006-08-04 22:36 -------
In addition to this patch set:

ports/sysdeps/powerpc/nofpu/Makefile should have $(gcc-quad-routines) removed.
ports/sysdeps/powerpc/nofpu/Versions should have __fixtfdi __fixtfsi
__trunctfsf2 __floatunditf __floatunsitf __unordtf2 removed.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (17 preceding siblings ...)
  2006-08-04 22:36 ` jsm28 at gcc dot gnu dot org
@ 2006-08-07 19:17 ` sjmunroe at us dot ibm dot com
  2006-08-07 19:19 ` sjmunroe at us dot ibm dot com
                   ` (40 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-08-07 19:17 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-08-07 19:17 -------
Created an attachment (id=1208)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1208&action=view)
Updated ports patch for ppc32 soft-fp

Updated per Joseph Myers comments

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1200 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (18 preceding siblings ...)
  2006-08-07 19:17 ` sjmunroe at us dot ibm dot com
@ 2006-08-07 19:19 ` sjmunroe at us dot ibm dot com
  2006-08-07 19:24 ` jsm28 at gcc dot gnu dot org
                   ` (39 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-08-07 19:19 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-08-07 19:19 -------
Created an attachment (id=1209)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1209&action=view)
Acknowledge Joe Kerian's contribution


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1201 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (19 preceding siblings ...)
  2006-08-07 19:19 ` sjmunroe at us dot ibm dot com
@ 2006-08-07 19:24 ` jsm28 at gcc dot gnu dot org
  2006-08-07 20:59 ` sjmunroe at us dot ibm dot com
                   ` (38 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2006-08-07 19:24 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jsm28 at gcc dot gnu dot org  2006-08-07 19:24 -------
Though the ChangeLog entry now mentions removal of __fixtfdi and __fixtfsi the
patch itself still needs updating to remove those two functions from the
Versions file.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (20 preceding siblings ...)
  2006-08-07 19:24 ` jsm28 at gcc dot gnu dot org
@ 2006-08-07 20:59 ` sjmunroe at us dot ibm dot com
  2006-09-15 14:08 ` sjmunroe at us dot ibm dot com
                   ` (37 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-08-07 20:59 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-08-07 20:58 -------
Created an attachment (id=1210)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1210&action=view)
another update per comments from Joseph


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1208 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (21 preceding siblings ...)
  2006-08-07 20:59 ` sjmunroe at us dot ibm dot com
@ 2006-09-15 14:08 ` sjmunroe at us dot ibm dot com
  2006-09-15 15:11 ` sjmunroe at us dot ibm dot com
                   ` (36 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-09-15 14:08 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-09-15 14:08 -------
Update: David Edelsohn provided version of darwin-ldouble with a fmsub
implementation based on the soft-fp quad support macros. This was required to
produce the 106 intermediate result from the multiple to the final subtract.

Unfortunately the expansion of FP_SUB_Q produced incorrect results. Final
tracted this down to the __FP_FRAC_SUB_4 macro from op-4.h. The current version
does not propagate the borrows correctly for the 3rd anf 4th words. Corrected
this and we are see a big improvement in the results. Because IBM extented is
only gives 106 vs 113 for for IEEE we are seeing ULPS failures up to 8 bits, but
this expected for IBM extented and equivalent to hardware IBM extented results.
This is fixed in the no-fpu/libm-test-ulps.

Net test-float and test-double are clean and test-ldouble is down to 18 failures
(mostly incorrect sign of 0.0 or inf). Debugging continues but good progress.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (22 preceding siblings ...)
  2006-09-15 14:08 ` sjmunroe at us dot ibm dot com
@ 2006-09-15 15:11 ` sjmunroe at us dot ibm dot com
  2006-09-15 15:15 ` sjmunroe at us dot ibm dot com
                   ` (35 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-09-15 15:11 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-09-15 15:11 -------
Created an attachment (id=1298)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1298&action=view)
Updated gcc-4.2 patch with fmsub soft-fp implement

This patch implements updated darwin-ldouble.c to add a soft-fp implementation
of fmsub plus fixes to the FP_SUB_Q support.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1198 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (23 preceding siblings ...)
  2006-09-15 15:11 ` sjmunroe at us dot ibm dot com
@ 2006-09-15 15:15 ` sjmunroe at us dot ibm dot com
  2006-09-15 16:26 ` joseph at codesourcery dot com
                   ` (34 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-09-15 15:15 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-09-15 15:14 -------
Created an attachment (id=1299)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1299&action=view)
gcc-4.1.1 version of darwin-ldouble with fmsub patch

This version takes the darwin-ldouble.c(fmsub) code expands it with cpp, runs
it through indent to create a version compatible with gcc4.1.1 (which does not
have the same soft-fp code as gcc4.2).

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (24 preceding siblings ...)
  2006-09-15 15:15 ` sjmunroe at us dot ibm dot com
@ 2006-09-15 16:26 ` joseph at codesourcery dot com
  2006-09-15 19:46 ` sjmunroe at us dot ibm dot com
                   ` (33 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: joseph at codesourcery dot com @ 2006-09-15 16:26 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From joseph at codesourcery dot com  2006-09-15 16:25 -------
Subject: Re:  powerpc32 does not build --without-fp

On Fri, 15 Sep 2006, sjmunroe at us dot ibm dot com wrote:

> ------- Additional Comments From sjmunroe at us dot ibm dot com  2006-09-15 15:11 -------
> Created an attachment (id=1298)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1298&action=view)
>  --> (http://sourceware.org/bugzilla/attachment.cgi?id=1298&action=view)
> Updated gcc-4.2 patch with fmsub soft-fp implement
> 
> This patch implements updated darwin-ldouble.c to add a soft-fp implementation
> of fmsub plus fixes to the FP_SUB_Q support.

Note that the soft-fp fix must be accepted for glibc mainline before it 
can go in libgcc's copy, as per FSF policies.  It looks OK to me but I 
have no approval rights for glibc's master copy, only for the GCC copy 
(which effectively means for the build infrastructure integration, i.e. 
the one file t-softfp).

For the fmsub implementation, you do FP_PACK_SEMIRAW_Q between the 
subtraction and the truncation.  This is not correct since it can lead to 
double rounding (first the value is rounded to a quad value exactly half 
way between two double values, then it gets rounded to a double value that 
wasn't the closest to the infinite-precision result).  The truncation 
needs to be done on the output of the subtraction with sticky bits still 
in place, not on the rounded result.

I think the bulk of the fmsub implementation should go in a macro in 
op-common.h, that could be used to implement the standard fma and fmaf 
library functions.  It would need to take fs and wc for both the type in 
question and the double width type, and arguments for the three inputs and 
the result, and for whether it's to calculate a*b+c or a*b-c.  Maybe also 
for the type of the long double temporaries you use, but I hope that you 
can avoid the explicit packing and unpacking into quad representation.



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (25 preceding siblings ...)
  2006-09-15 16:26 ` joseph at codesourcery dot com
@ 2006-09-15 19:46 ` sjmunroe at us dot ibm dot com
  2006-09-15 20:07 ` joseph at codesourcery dot com
                   ` (32 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-09-15 19:46 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-09-15 19:46 -------
>Note that the soft-fp fix must be accepted for glibc mainline before it 
>can go in libgcc's copy, as per FSF policies.
Yes thats next.

>For the fmsub implementation, you do FP_PACK_SEMIRAW_Q between the 
>subtraction and the truncation.  This is not correct since it can lead to 
>double rounding (first the value is rounded to a quad value exactly half 
>way between two double values, then it gets rounded to a double value that 
>wasn't the closest to the infinite-precision result).  The truncation 
>needs to be done on the output of the subtraction with sticky bits still 
>in place, not on the rounded result.

We tried this orginally but we found that FP_SUB_Q/FP_MUL_Q can leave extranious
bits in high order bits of the expanded mantisa (word[3]). This can cause errors
down stream, so we added to full pack/unpack between stages. 

To remove the:

+    FP_PACK_SEMIRAW_Q(v,V);
+    FP_UNPACK_SEMIRAW_Q(V,v);

sequence we will need explicitely clear the high order 16 bits of V_f[3]. But
this is not a glibc issue and should not delay the acceptance of soft-fp fixes.

>I think the bulk of the fmsub implementation should go in a macro in 
>op-common.h, that could be used to implement the standard fma and fmaf 
>library functions.

First, lets keep it simple and get long double working. Then since this is you
proposal, are you voluteering to implement it ;-)

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (26 preceding siblings ...)
  2006-09-15 19:46 ` sjmunroe at us dot ibm dot com
@ 2006-09-15 20:07 ` joseph at codesourcery dot com
  2006-09-15 20:42 ` sjmunroe at us dot ibm dot com
                   ` (31 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: joseph at codesourcery dot com @ 2006-09-15 20:07 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From joseph at codesourcery dot com  2006-09-15 20:07 -------
Subject: Re:  powerpc32 does not build --without-fp

On Fri, 15 Sep 2006, sjmunroe at us dot ibm dot com wrote:

> sequence we will need explicitely clear the high order 16 bits of V_f[3]. But
> this is not a glibc issue and should not delay the acceptance of soft-fp fixes.

It is a glibc issue since the correct place for the fused multiply add 
implementation is in soft-fp (it is not PowerPC-specific, but is 
generically relevant to any user of soft-fp) and the master copy of 
soft-fp is in glibc.  In any case, the double rounding is incorrect.

> >I think the bulk of the fmsub implementation should go in a macro in 
> >op-common.h, that could be used to implement the standard fma and fmaf 
> >library functions.
> 
> First, lets keep it simple and get long double working. Then since this is you
> proposal, are you voluteering to implement it ;-)

Not at present.  My suggestion is that the code (more or less as you have 
it) should go in a macro in op-common.h rather than in a PowerPC-specific 
file.  That's essentially a matter of moving the code.  And bugs should be 
kept open for the known problems, such as double rounding and the generic 
brokenness of fma/fmaf/fmal in glibc (instantiated for the various 
implementations present).  (The generic brokenness is Debian bug 372544, I 
don't think there's a glibc Bugzilla entry.  It so happens that on soft-fp 
PowerPC, there would be an easy fix for fmaf and fma with the macro added 
to op-common.h: use the soft-fp fma support.)



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (27 preceding siblings ...)
  2006-09-15 20:07 ` joseph at codesourcery dot com
@ 2006-09-15 20:42 ` sjmunroe at us dot ibm dot com
  2006-09-15 20:51 ` joseph at codesourcery dot com
                   ` (30 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-09-15 20:42 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-09-15 20:42 -------
>And bugs should be 
>kept open for the known problems, such as double rounding and the generic 
>brokenness of fma/fmaf/fmal in glibc (instantiated for the various 
>implementations present).  (The generic brokenness is Debian bug 372544, I 
>don't think there's a glibc Bugzilla entry.

I found not evidence of fma code in the soft-fp code. So are you proposing a new
feature?

Again the first thing is to get powerpc32 -soft-fp building an working as
before. fixing any general soft-fp fma problem is extra credit (and an new bug
not related to this one).

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (28 preceding siblings ...)
  2006-09-15 20:42 ` sjmunroe at us dot ibm dot com
@ 2006-09-15 20:51 ` joseph at codesourcery dot com
  2006-09-15 21:07 ` jakub at redhat dot com
                   ` (29 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: joseph at codesourcery dot com @ 2006-09-15 20:51 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From joseph at codesourcery dot com  2006-09-15 20:51 -------
Subject: Re:  powerpc32 does not build --without-fp

On Fri, 15 Sep 2006, sjmunroe at us dot ibm dot com wrote:

> ------- Additional Comments From sjmunroe at us dot ibm dot com  2006-09-15 20:42 -------
> >And bugs should be 
> >kept open for the known problems, such as double rounding and the generic 
> >brokenness of fma/fmaf/fmal in glibc (instantiated for the various 
> >implementations present).  (The generic brokenness is Debian bug 372544, I 
> >don't think there's a glibc Bugzilla entry.
> 
> I found not evidence of fma code in the soft-fp code. So are you proposing a new
> feature?

I am proposing that the code you have written to implement fma should go 
in the best place for it (target-independent, soft-fp) rather than an 
inferior place (a PowerPC-specific file).  This is the proper approach for 
fixing things on the mainlines of the respective repositories; a backport 
to 4.1 might take a more local fix.



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (29 preceding siblings ...)
  2006-09-15 20:51 ` joseph at codesourcery dot com
@ 2006-09-15 21:07 ` jakub at redhat dot com
  2006-09-15 21:28 ` joseph at codesourcery dot com
                   ` (28 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: jakub at redhat dot com @ 2006-09-15 21:07 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jakub at redhat dot com  2006-09-15 21:07 -------
glibc on many arches doesn't have a standard conforming fma(3) - for float
just using double multiplication and addition should be good enough, but
especially for long double the current implementation is wrong.  So, if there was
a soft-fp FMA that could be used on all the targets that can't do this in
hardware, it would be great.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (30 preceding siblings ...)
  2006-09-15 21:07 ` jakub at redhat dot com
@ 2006-09-15 21:28 ` joseph at codesourcery dot com
  2006-09-15 21:34 ` sjmunroe at us dot ibm dot com
                   ` (27 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: joseph at codesourcery dot com @ 2006-09-15 21:28 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From joseph at codesourcery dot com  2006-09-15 21:28 -------
Subject: Re:  powerpc32 does not build --without-fp

On Fri, 15 Sep 2006, jakub at redhat dot com wrote:

> glibc on many arches doesn't have a standard conforming fma(3) - for float

Yes - that's what the Debian bug report I mentioned is about.  A new bug 
report should probably be opened in glibc Bugzilla for this issue.

> just using double multiplication and addition should be good enough, but

The standard says the result is rounded once, so double rounding isn't 
correct, but still a lot better than what we have right now.

> especially for long double the current implementation is wrong.  So, if there was
> a soft-fp FMA that could be used on all the targets that can't do this in
> hardware, it would be great.

To do it for long double you'd need to add more operations to op-8.h (and 
invent an oct-float type), since you need an intermediate type with twice 
the precision.  Also you'd need to add appropriate packing/unpacking for 
IBM long double (which soft-fp doesn't natively support).

We do have various sfp-machine.h files for targets not currently using 
soft-fp sitting around and ready to use as part of using soft-fp for 
generic fma (on all targets without fma instructions).

Now, we have the immediate problem that soft-fp patches are very hard to 
get into glibc (I have one unreviewed from June, bug 2831) and the same 
applies to other generic fixes to mathematical functions (bug 2592, 
likewise fix waiting since June) - and the glibc patches attached to this 
bug report have also mostly been ready for some time to go in as a clear 
improvement on the present state of affairs (with any subsequent fixes 
likely to be comparatively small and confined to either soft-fp or ports).  
So while I've considered generically fixing fma in glibc and adding 
appropriate testcases, I wouldn't be confident of such fixes actually 
getting anywhere.



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (31 preceding siblings ...)
  2006-09-15 21:28 ` joseph at codesourcery dot com
@ 2006-09-15 21:34 ` sjmunroe at us dot ibm dot com
  2006-09-15 21:39 ` joseph at codesourcery dot com
                   ` (26 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-09-15 21:34 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-09-15 21:34 -------
>glibc on many arches doesn't have a standard conforming fma(3) - for float
>just using double multiplication and addition should be good enough, but
>especially for long double the current implementation is wrong.  So, if there was
>a soft-fp FMA that could be used on all the targets that can't do this in
>hardware, it would be great.

I would just like to separate the the problem of powerpc long double soft-fp
which does not even build in the upstream (this bug) from the pan-galatic
problem of soft-fp fma. 

This fix has taken too long already and I don't want to delay this fix while
solving a different problem. 

I am not saying we should not solve the genrral fma problem. Just separately and
without delaying this fix.

As I understand it we need the soft-fp fix for FP_SUB_Q in the glibc upstream
before we can propagate the fix to gcc-4.2, before David can submit the rest of
the gcc soft-fp fixes for gcc-4.2. We are running out of time for gcc-4.2.

Once that is done we can look at general fma.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (32 preceding siblings ...)
  2006-09-15 21:34 ` sjmunroe at us dot ibm dot com
@ 2006-09-15 21:39 ` joseph at codesourcery dot com
  2006-09-15 23:06 ` sjmunroe at us dot ibm dot com
                   ` (25 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: joseph at codesourcery dot com @ 2006-09-15 21:39 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From joseph at codesourcery dot com  2006-09-15 21:39 -------
Subject: Re:  powerpc32 does not build --without-fp

On Fri, 15 Sep 2006, sjmunroe at us dot ibm dot com wrote:

> As I understand it we need the soft-fp fix for FP_SUB_Q in the glibc upstream
> before we can propagate the fix to gcc-4.2, before David can submit the rest of
> the gcc soft-fp fixes for gcc-4.2. We are running out of time for gcc-4.2.

Given how late the long double changes went into GCC 4.1, and given that 
there is a clear regression, I'd say that the patches could go in on the 
branch after 4.2 branches, at least up to the 4.2.0 release.  But given 
how long it takes to get soft-fp patches into glibc, perhaps that isn't 
very long.



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (33 preceding siblings ...)
  2006-09-15 21:39 ` joseph at codesourcery dot com
@ 2006-09-15 23:06 ` sjmunroe at us dot ibm dot com
  2006-09-15 23:07 ` sjmunroe at us dot ibm dot com
                   ` (24 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-09-15 23:06 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-09-15 23:06 -------
Created an attachment (id=1300)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1300&action=view)
Updated soft-fp and related mainline patches


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1209 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (34 preceding siblings ...)
  2006-09-15 23:06 ` sjmunroe at us dot ibm dot com
@ 2006-09-15 23:07 ` sjmunroe at us dot ibm dot com
  2006-09-21 22:25 ` sjmunroe at us dot ibm dot com
                   ` (23 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-09-15 23:07 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-09-15 23:07 -------
Created an attachment (id=1301)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1301&action=view)
Updated ports patch for powerpc32 soft-fp


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1210 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (35 preceding siblings ...)
  2006-09-15 23:07 ` sjmunroe at us dot ibm dot com
@ 2006-09-21 22:25 ` sjmunroe at us dot ibm dot com
  2006-09-21 22:44 ` sjmunroe at us dot ibm dot com
                   ` (22 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-09-21 22:25 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-09-21 22:25 -------
Created an attachment (id=1313)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1313&action=view)
updated patch the does not double round the result

This patch eliminates the full PACK/UNPACK between the FP_SUB_Q and the
FD_TRUNC so that the result is only rounded once.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1298 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (36 preceding siblings ...)
  2006-09-21 22:25 ` sjmunroe at us dot ibm dot com
@ 2006-09-21 22:44 ` sjmunroe at us dot ibm dot com
  2006-09-26 21:03 ` sjmunroe at us dot ibm dot com
                   ` (21 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-09-21 22:44 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-09-21 22:44 -------
Created an attachment (id=1314)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1314&action=view)
Updated to apply cleanly to current cvs

This patch is updated to cvs trunk as of 09/20/2006. This works with recent
changes to manline lrintl/llrint etc and is a simpler patch.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1300 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (37 preceding siblings ...)
  2006-09-21 22:44 ` sjmunroe at us dot ibm dot com
@ 2006-09-26 21:03 ` sjmunroe at us dot ibm dot com
  2006-09-26 21:27 ` sjmunroe at us dot ibm dot com
                   ` (20 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-09-26 21:03 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-09-26 21:02 -------
Created an attachment (id=1325)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1325&action=view)
delta to ports patch that resolves remaining test-ldouble faulures.

This patch is a delta to port patch the resolves remaining test-ldouble
failures.

Net gcc generates bad code for builtin fabsl that does not handle -0.0
correctly. This was the route cause for 17 or the remaining 18 failures. Used
Makefile CFLAGS to force -fno-builtin-fabsl. This forces those libm functions
to call libc's fabsl function which is correct.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (38 preceding siblings ...)
  2006-09-26 21:03 ` sjmunroe at us dot ibm dot com
@ 2006-09-26 21:27 ` sjmunroe at us dot ibm dot com
  2006-09-28 16:05 ` bergner at vnet dot ibm dot com
                   ` (19 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-09-26 21:27 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |3268
              nThis|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (39 preceding siblings ...)
  2006-09-26 21:27 ` sjmunroe at us dot ibm dot com
@ 2006-09-28 16:05 ` bergner at vnet dot ibm dot com
  2006-10-05 21:16 ` jdub at us dot ibm dot com
                   ` (18 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: bergner at vnet dot ibm dot com @ 2006-09-28 16:05 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From bergner at vnet dot ibm dot com  2006-09-28 16:05 -------
The GCC fabsl problem is being tracked here:

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


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bergner at vnet dot ibm dot
                   |                            |com


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (40 preceding siblings ...)
  2006-09-28 16:05 ` bergner at vnet dot ibm dot com
@ 2006-10-05 21:16 ` jdub at us dot ibm dot com
  2006-11-14 17:00 ` jsm28 at gcc dot gnu dot org
                   ` (17 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: jdub at us dot ibm dot com @ 2006-10-05 21:16 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jdub at us dot ibm dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (41 preceding siblings ...)
  2006-10-05 21:16 ` jdub at us dot ibm dot com
@ 2006-11-14 17:00 ` jsm28 at gcc dot gnu dot org
  2006-11-14 17:33 ` sjmunroe at us dot ibm dot com
                   ` (16 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: jsm28 at gcc dot gnu dot org @ 2006-11-14 17:00 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From jsm28 at gcc dot gnu dot org  2006-11-14 17:00 -------
Created an attachment (id=1418)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1418&action=view)
patch to add more ULPs I needed in testing

In PowerPC soft-float testing I found some more ULPs were needed.  (It's
possible that these depend on fine details of the compiler and libc versions
being tested; after all, no FSF GCC version has support for soft-float long
double - effectively a regression - because the soft-fp patches needed for GCC
and attached to this bug have still not been reviewed.	The results of
hard-float long double computations can definitely depend on what compiler
optimizations happen in libgcc and libm.)

I'm not sure how the original ULP list was generated; it contains such oddities
as

ildouble: 1
ldouble: 1
ildouble: 2
ldouble: 2

which suggest it was not generated by concatenating the old file with the new
or increased ULPs and running through gen-libm-test.pl as described in
README.libm-test (doing this yields other changes to the file as well, but it
should be idempotent).	It may be as well to resort the file by passing it
through that process.


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (42 preceding siblings ...)
  2006-11-14 17:00 ` jsm28 at gcc dot gnu dot org
@ 2006-11-14 17:33 ` sjmunroe at us dot ibm dot com
  2006-11-14 17:42 ` joseph at codesourcery dot com
                   ` (15 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2006-11-14 17:33 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2006-11-14 17:33 -------
Yes the ulps will vary with the optimization, for example -O2 vs -Os will give
different results. And there are additional difference between gcc-4.1.1 and
gcc-4.2. Which where you testing?

And yes ldouble tests will all fail without fmsub implementation for
darwin-ldouble.c

I was not sure if I should regenerate sysdeps/powerpc/nofpu/libm-test-ulps until
we are closer to the final configuration.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (43 preceding siblings ...)
  2006-11-14 17:33 ` sjmunroe at us dot ibm dot com
@ 2006-11-14 17:42 ` joseph at codesourcery dot com
  2006-11-22 15:13 ` cvs-commit at gcc dot gnu dot org
                   ` (14 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: joseph at codesourcery dot com @ 2006-11-14 17:42 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From joseph at codesourcery dot com  2006-11-14 17:42 -------
Subject: Re:  powerpc32 does not build --without-fp

On Tue, 14 Nov 2006, sjmunroe at us dot ibm dot com wrote:

> Yes the ulps will vary with the optimization, for example -O2 vs -Os will give
> different results. And there are additional difference between gcc-4.1.1 and
> gcc-4.2. Which where you testing?

4.1 (branches/csl/sourcerygxx-4_1, which has a soft-fp backport, so using 
the non-macro-expanded version of fmsub from the 4.2 patch).  I will be 
working on getting E500 working with long double as well (unfortunately 
E500 support has got somewhat bitrotten in GCC, so sharing fixes between 
4.1/4.2/4.3 there will be more difficult).



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (44 preceding siblings ...)
  2006-11-14 17:42 ` joseph at codesourcery dot com
@ 2006-11-22 15:13 ` cvs-commit at gcc dot gnu dot org
  2007-01-12 19:11 ` sjmunroe at us dot ibm dot com
                   ` (13 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2006-11-22 15:13 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2006-11-22 15:13 -------
Subject: Bug 2749

CVSROOT:	/cvs/glibc
Module name:	ports
Changes by:	drow@sourceware.org	2006-11-22 15:13:11

Modified files:
	.              : ChangeLog.powerpc 
	sysdeps/powerpc/nofpu: Makefile Versions libm-test-ulps 
Added files:
	sysdeps/powerpc/soft-fp: sfp-machine.h 
	sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Implies 
	                                                 getcontext.S 
	                                                 setcontext.S 
	                                                 swapcontext.S 

Log message:
	2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
	
	[BZ #2749]
	* sysdeps/powerpc/nofpu/Makefile
	[subdirs-soft-fp] (sysdep_routines): Remove gcc-quad-routines.
	[subdirs-math] (CPPFLAGS): Add -I../soft-fp.
	[subdirs-math] (CFLAGS-e_powl.c): Add -fno-builtin-fabsl.
	[subdirs-math] (CFLAGS-s_ccoshl.c): Likewise.
	[subdirs-math] (CFLAGS-s_csinhl.c): Likewise.
	[subdirs-math] (CFLAGS-s_clogl.c): Likewise.
	[subdirs-math] (CFLAGS-s_clog10l.c): Likewise.
	[subdirs-math] (CFLAGS-s_csinl.c): Likewise.
	[subdirs-math] (CFLAGS-s_csqrtl.c): Likewise.
	* sysdeps/powerpc/nofpu/Versions (GLIBC_2.3.2): Remove __fixtfdi,
	__fixtfsi, and __trunctfsf2.
	(GLIBC_2.4): Remove  __floatunditf, __floatunsitf, and __unordtf2.
	Add __nedf2, __nesf2, __gtdf2, __gtsf2, __ltdf2, __ltsf2.
	* sysdeps/powerpc/nofpu/libm-test-ulps: Update for soft-fp.
	* sysdeps/powerpc/soft-fp/sfp-machine.h: New file.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies: New file.
	
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/getcontext.S:
	New file.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/setcontext.S:
	New file.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/swapcontext.S:
	New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/ports/ChangeLog.powerpc.diff?cvsroot=glibc&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/ports/sysdeps/powerpc/nofpu/Makefile.diff?cvsroot=glibc&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/ports/sysdeps/powerpc/nofpu/Versions.diff?cvsroot=glibc&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/ports/sysdeps/powerpc/nofpu/libm-test-ulps.diff?cvsroot=glibc&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/ports/sysdeps/powerpc/soft-fp/sfp-machine.h.diff?cvsroot=glibc&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/Implies.diff?cvsroot=glibc&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/getcontext.S.diff?cvsroot=glibc&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/setcontext.S.diff?cvsroot=glibc&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/swapcontext.S.diff?cvsroot=glibc&r1=NONE&r2=1.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (45 preceding siblings ...)
  2006-11-22 15:13 ` cvs-commit at gcc dot gnu dot org
@ 2007-01-12 19:11 ` sjmunroe at us dot ibm dot com
  2007-01-12 19:16 ` sjmunroe at us dot ibm dot com
                   ` (12 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2007-01-12 19:11 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2007-01-12 19:11 -------
Created an attachment (id=1492)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1492&action=view)
Updated soft-fp patches, test with glibc trunk from Jan 3rd


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1418 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (46 preceding siblings ...)
  2007-01-12 19:11 ` sjmunroe at us dot ibm dot com
@ 2007-01-12 19:16 ` sjmunroe at us dot ibm dot com
  2007-01-15 21:55 ` sjmunroe at us dot ibm dot com
                   ` (11 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2007-01-12 19:16 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2007-01-12 19:16 -------
Created an attachment (id=1493)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1493&action=view)
Clean up the generic IBM long double source issues int glibc trunk


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1314 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (47 preceding siblings ...)
  2007-01-12 19:16 ` sjmunroe at us dot ibm dot com
@ 2007-01-15 21:55 ` sjmunroe at us dot ibm dot com
  2007-01-15 21:56 ` sjmunroe at us dot ibm dot com
                   ` (10 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2007-01-15 21:55 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2007-01-15 21:55 -------
Created an attachment (id=1499)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1499&action=view)
Addtional soft-fp patch to add fenv-libc.h to ports


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1301 is|0                           |1
           obsolete|                            |
Attachment #1325 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (48 preceding siblings ...)
  2007-01-15 21:55 ` sjmunroe at us dot ibm dot com
@ 2007-01-15 21:56 ` sjmunroe at us dot ibm dot com
  2007-01-15 23:43 ` cvs-commit at gcc dot gnu dot org
                   ` (9 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2007-01-15 21:56 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2007-01-15 21:56 -------
Created an attachment (id=1500)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1500&action=view)
Updated soft-fp patch after Jakubs feedback


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #1492 is|0                           |1
           obsolete|                            |


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (49 preceding siblings ...)
  2007-01-15 21:56 ` sjmunroe at us dot ibm dot com
@ 2007-01-15 23:43 ` cvs-commit at gcc dot gnu dot org
  2007-01-17 13:00 ` cvs-commit at gcc dot gnu dot org
                   ` (8 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2007-01-15 23:43 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2007-01-15 23:43 -------
Subject: Bug 2749

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	jakub@sourceware.org	2007-01-15 23:43:04

Modified files:
	.              : ChangeLog 
	math           : basic-test.c test-misc.c 
	soft-fp        : op-4.h op-common.h 

Log message:
	* soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
	workbits in semi-raw fraction.
	
	* math/test-misc.c: Add new tests.
	
	* math/basic-test.c: Include test-skeleton.c.
	(TEST_TRUNC): Define.
	(truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
	(main): Rename to ...
	(do_test): ...this.  Run new tests.
	(TEST_FUNCTION): Define.
	
	[BZ #2749]
	* soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
	handling for high words.
	* soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
	and overflow for infinity.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&r1=1.10473&r2=1.10474
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/math/basic-test.c.diff?cvsroot=glibc&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/math/test-misc.c.diff?cvsroot=glibc&r1=1.20&r2=1.21
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/soft-fp/op-4.h.diff?cvsroot=glibc&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/soft-fp/op-common.h.diff?cvsroot=glibc&r1=1.9&r2=1.10



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (50 preceding siblings ...)
  2007-01-15 23:43 ` cvs-commit at gcc dot gnu dot org
@ 2007-01-17 13:00 ` cvs-commit at gcc dot gnu dot org
  2007-01-17 21:47 ` sjmunroe at us dot ibm dot com
                   ` (7 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2007-01-17 13:00 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2007-01-17 13:00 -------
Subject: Bug 2749

CVSROOT:	/cvs/glibc
Module name:	libc
Changes by:	jakub@sourceware.org	2007-01-17 13:00:11

Modified files:
	.              : ChangeLog 
	sysdeps/ieee754/ldbl-128ibm: s_fabsl.c s_roundl.c s_truncl.c 
	                             s_copysignl.c s_ceill.c s_floorl.c 

Log message:
	[BZ #2749]
	* sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Include
	<math_ldbl_opt.h>.  Remove weak_alias.  Use long_double_symbol macro.
	(__copysignl): Use signbit() for comparison.
	* sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Correct parms for
	SET_LDOUBLE_WORDS64.
	
	[BZ #2423, #2749]
	* sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Don't include <fenv_libc.h>.
	(__ceill): Remove calls to fegetround(), fesetround().
	* sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
	* sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
	* sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&r1=1.10480&r2=1.10481
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/ieee754/ldbl-128ibm/s_fabsl.c.diff?cvsroot=glibc&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/ieee754/ldbl-128ibm/s_roundl.c.diff?cvsroot=glibc&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/ieee754/ldbl-128ibm/s_truncl.c.diff?cvsroot=glibc&r1=1.2&r2=1.3
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/ieee754/ldbl-128ibm/s_copysignl.c.diff?cvsroot=glibc&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/ieee754/ldbl-128ibm/s_ceill.c.diff?cvsroot=glibc&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/sysdeps/ieee754/ldbl-128ibm/s_floorl.c.diff?cvsroot=glibc&r1=1.3&r2=1.4



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (51 preceding siblings ...)
  2007-01-17 13:00 ` cvs-commit at gcc dot gnu dot org
@ 2007-01-17 21:47 ` sjmunroe at us dot ibm dot com
  2007-01-23 14:47 ` cvs-commit at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2007-01-17 21:47 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2007-01-17 21:47 -------
Excellent! with the code above, libc trunk requires no patches and ports
requires only one small (fenv-libc.h) patch to build powerpc32 soft-fp and "make
check" clean.

With the soft-fp fixes in glibc David Edelsohn and Joseph Myers committed the
corresponding gcc changes:
<http://gcc.gnu.org/ml/gcc-patches/2007-01/msg01334.html,
http://gcc.gnu.org/ml/gcc-patches/2007-01/msg01279.html>

When the fenv-libc.h patch is committed to ports we can close this bug.

Roland should I change status to FIXED?

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (52 preceding siblings ...)
  2007-01-17 21:47 ` sjmunroe at us dot ibm dot com
@ 2007-01-23 14:47 ` cvs-commit at gcc dot gnu dot org
  2007-02-26 22:04 ` sjmunroe at us dot ibm dot com
                   ` (5 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2007-01-23 14:47 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2007-01-23 14:47 -------
Subject: Bug 2749

CVSROOT:	/cvs/glibc
Module name:	ports
Changes by:	drow@sourceware.org	2007-01-23 14:47:02

Modified files:
	.              : ChangeLog.powerpc 
Added files:
	sysdeps/powerpc/nofpu: fenv_libc.h 

Log message:
	[BZ #2749]
	* sysdeps/powerpc/nofpu/fenv_libc.h: New file.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/ports/ChangeLog.powerpc.diff?cvsroot=glibc&r1=1.5&r2=1.6
http://sourceware.org/cgi-bin/cvsweb.cgi/ports/sysdeps/powerpc/nofpu/fenv_libc.h.diff?cvsroot=glibc&r1=NONE&r2=1.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (53 preceding siblings ...)
  2007-01-23 14:47 ` cvs-commit at gcc dot gnu dot org
@ 2007-02-26 22:04 ` sjmunroe at us dot ibm dot com
  2007-02-26 22:06 ` sjmunroe at us dot ibm dot com
                   ` (4 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2007-02-26 22:04 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2007-02-26 22:04 -------
Created an attachment (id=1581)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1581&action=view)
Long double soft-fp patch for glibc-2.5

This is a back port of of the final long double soft-fp patch back to glibc-2.5

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (54 preceding siblings ...)
  2007-02-26 22:04 ` sjmunroe at us dot ibm dot com
@ 2007-02-26 22:06 ` sjmunroe at us dot ibm dot com
  2007-02-26 22:08 ` sjmunroe at us dot ibm dot com
                   ` (3 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2007-02-26 22:06 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2007-02-26 22:06 -------
Created an attachment (id=1582)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=1582&action=view)
long double soft-fp patch for glibc-2.5-ports

This is a backport of the final soft-fp patch for ports powerpc32 to
glibc-2.5-ports

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (55 preceding siblings ...)
  2007-02-26 22:06 ` sjmunroe at us dot ibm dot com
@ 2007-02-26 22:08 ` sjmunroe at us dot ibm dot com
  2007-02-27 14:25 ` sjmunroe at us dot ibm dot com
                   ` (2 subsequent siblings)
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2007-02-26 22:08 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2007-02-26 22:07 -------
All the fixes for this bug committed to cvs and verified.

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


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (56 preceding siblings ...)
  2007-02-26 22:08 ` sjmunroe at us dot ibm dot com
@ 2007-02-27 14:25 ` sjmunroe at us dot ibm dot com
  2007-02-27 14:28 ` sjmunroe at us dot ibm dot com
  2007-07-12 14:42 ` cvs-commit at gcc dot gnu dot org
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2007-02-27 14:25 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2007-02-27 14:24 -------
verfied with the libc and ports from CVS

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (57 preceding siblings ...)
  2007-02-27 14:25 ` sjmunroe at us dot ibm dot com
@ 2007-02-27 14:28 ` sjmunroe at us dot ibm dot com
  2007-07-12 14:42 ` cvs-commit at gcc dot gnu dot org
  59 siblings, 0 replies; 61+ messages in thread
From: sjmunroe at us dot ibm dot com @ 2007-02-27 14:28 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sjmunroe at us dot ibm dot com  2007-02-27 14:28 -------
How do we close this? Do I have to reopen, take owership then close?

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/2749] powerpc32 does not build --without-fp
  2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
                   ` (58 preceding siblings ...)
  2007-02-27 14:28 ` sjmunroe at us dot ibm dot com
@ 2007-07-12 14:42 ` cvs-commit at gcc dot gnu dot org
  59 siblings, 0 replies; 61+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2007-07-12 14:42 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2007-07-12 14:42 -------
Subject: Bug 2749

CVSROOT:	/cvs/glibc
Module name:	libc
Branch: 	glibc-2_5-branch
Changes by:	jakub@sourceware.org	2007-07-12 14:42:19

Modified files:
	.              : ChangeLog 
	math           : basic-test.c test-misc.c 
	soft-fp        : op-4.h op-common.h 

Log message:
	2007-01-15  Jakub Jelinek  <jakub@redhat.com>
	
	* soft-fp/op-common.h (FP_TRUNC): When truncating a NaN, clear
	workbits in semi-raw fraction.
	
	* math/test-misc.c: Add new tests.
	
	2007-01-14  Steven Munroe  <sjmunroe@us.ibm.com>
	
	* math/basic-test.c: Include test-skeleton.c.
	(TEST_TRUNC): Define.
	(truncdfsf_test, trunctfsf_test, trunctfdf_test): New.
	(main): Rename to ...
	(do_test): ...this.  Run new tests.
	(TEST_FUNCTION): Define.
	
	2006-10-05  Steven Munroe  <sjmunroe@us.ibm.com>
	Joe Kerian  <jkerian@us.us.ibm.com>
	
	[BZ #2749]
	* soft-fp/op-4.h (__FP_FRAC_SUB_3, __FP_FRAC_SUB_4): Correct borrow
	handling for high words.
	* soft-fp/op-common.h (_FP_OVERFLOW_SEMIRAW): Always set inexact
	and overflow for infinity.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/ChangeLog.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.10362.2.35&r2=1.10362.2.36
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/math/basic-test.c.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.3&r2=1.3.10.1
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/math/test-misc.c.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.20&r2=1.20.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/soft-fp/op-4.h.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.8&r2=1.8.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/soft-fp/op-common.h.diff?cvsroot=glibc&only_with_tag=glibc-2_5-branch&r1=1.9&r2=1.9.2.1



-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=2749

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2007-07-12 14:42 UTC | newest]

Thread overview: 61+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-09 22:35 [Bug ports/2749] New: powerpc32 does not build --without-fp sjmunroe at us dot ibm dot com
2006-06-09 22:38 ` [Bug ports/2749] " sjmunroe at us dot ibm dot com
2006-06-09 22:43 ` sjmunroe at us dot ibm dot com
2006-06-09 22:48 ` sjmunroe at us dot ibm dot com
2006-06-09 22:50 ` sjmunroe at us dot ibm dot com
2006-06-13 21:45 ` sjmunroe at us dot ibm dot com
2006-06-13 21:53 ` sjmunroe at us dot ibm dot com
2006-06-13 22:42 ` sjmunroe at us dot ibm dot com
2006-06-13 22:53 ` sjmunroe at us dot ibm dot com
2006-06-13 23:32 ` jsm28 at gcc dot gnu dot org
2006-06-15  9:40 ` balkohen at gmail dot com
2006-08-04 21:48 ` sjmunroe at us dot ibm dot com
2006-08-04 21:52 ` sjmunroe at us dot ibm dot com
2006-08-04 21:54 ` sjmunroe at us dot ibm dot com
2006-08-04 21:59 ` sjmunroe at us dot ibm dot com
2006-08-04 22:02 ` sjmunroe at us dot ibm dot com
2006-08-04 22:06 ` sjmunroe at us dot ibm dot com
2006-08-04 22:12 ` sjmunroe at us dot ibm dot com
2006-08-04 22:36 ` jsm28 at gcc dot gnu dot org
2006-08-07 19:17 ` sjmunroe at us dot ibm dot com
2006-08-07 19:19 ` sjmunroe at us dot ibm dot com
2006-08-07 19:24 ` jsm28 at gcc dot gnu dot org
2006-08-07 20:59 ` sjmunroe at us dot ibm dot com
2006-09-15 14:08 ` sjmunroe at us dot ibm dot com
2006-09-15 15:11 ` sjmunroe at us dot ibm dot com
2006-09-15 15:15 ` sjmunroe at us dot ibm dot com
2006-09-15 16:26 ` joseph at codesourcery dot com
2006-09-15 19:46 ` sjmunroe at us dot ibm dot com
2006-09-15 20:07 ` joseph at codesourcery dot com
2006-09-15 20:42 ` sjmunroe at us dot ibm dot com
2006-09-15 20:51 ` joseph at codesourcery dot com
2006-09-15 21:07 ` jakub at redhat dot com
2006-09-15 21:28 ` joseph at codesourcery dot com
2006-09-15 21:34 ` sjmunroe at us dot ibm dot com
2006-09-15 21:39 ` joseph at codesourcery dot com
2006-09-15 23:06 ` sjmunroe at us dot ibm dot com
2006-09-15 23:07 ` sjmunroe at us dot ibm dot com
2006-09-21 22:25 ` sjmunroe at us dot ibm dot com
2006-09-21 22:44 ` sjmunroe at us dot ibm dot com
2006-09-26 21:03 ` sjmunroe at us dot ibm dot com
2006-09-26 21:27 ` sjmunroe at us dot ibm dot com
2006-09-28 16:05 ` bergner at vnet dot ibm dot com
2006-10-05 21:16 ` jdub at us dot ibm dot com
2006-11-14 17:00 ` jsm28 at gcc dot gnu dot org
2006-11-14 17:33 ` sjmunroe at us dot ibm dot com
2006-11-14 17:42 ` joseph at codesourcery dot com
2006-11-22 15:13 ` cvs-commit at gcc dot gnu dot org
2007-01-12 19:11 ` sjmunroe at us dot ibm dot com
2007-01-12 19:16 ` sjmunroe at us dot ibm dot com
2007-01-15 21:55 ` sjmunroe at us dot ibm dot com
2007-01-15 21:56 ` sjmunroe at us dot ibm dot com
2007-01-15 23:43 ` cvs-commit at gcc dot gnu dot org
2007-01-17 13:00 ` cvs-commit at gcc dot gnu dot org
2007-01-17 21:47 ` sjmunroe at us dot ibm dot com
2007-01-23 14:47 ` cvs-commit at gcc dot gnu dot org
2007-02-26 22:04 ` sjmunroe at us dot ibm dot com
2007-02-26 22:06 ` sjmunroe at us dot ibm dot com
2007-02-26 22:08 ` sjmunroe at us dot ibm dot com
2007-02-27 14:25 ` sjmunroe at us dot ibm dot com
2007-02-27 14:28 ` sjmunroe at us dot ibm dot com
2007-07-12 14:42 ` cvs-commit 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).