public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug ports/15666] New: alpha missing __sqrt*_finite
@ 2013-06-22  1:50 jsm28 at gcc dot gnu.org
  2013-06-24 15:50 ` [Bug ports/15666] " rth at gcc dot gnu.org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2013-06-22  1:50 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 15666
           Summary: alpha missing __sqrt*_finite
           Product: glibc
           Version: 2.17
            Status: NEW
          Severity: normal
          Priority: P2
         Component: ports
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
                CC: carlos at redhat dot com, roland at gnu dot org, rth at gcc dot gnu.org
              Host: alpha*-*

The alpha libm.abilist is missing __sqrt{,f,l}_finite.

It appears the alpha-specific sqrt implementations are missing those aliases. 
They should be added - of course at a new symbol version specific to alpha,
since they weren't in fact in 2.15 as they were for other architectures.  But
there's a complication that it appears __sqrt{,f}_finite would have been
present already for builds not using the sysdeps/alpha/alphaev6 directory.  So
if building without that directory does indeed work, I suppose you need to
provide compat symbols for those two at GLIBC_2.15, for compatibility with any
binaries built against such a glibc, in addition to having all three at a new
version such as GLIBC_2.18.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug ports/15666] alpha missing __sqrt*_finite
  2013-06-22  1:50 [Bug ports/15666] New: alpha missing __sqrt*_finite jsm28 at gcc dot gnu.org
@ 2013-06-24 15:50 ` rth at gcc dot gnu.org
  2013-06-24 17:39 ` rth at gcc dot gnu.org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rth at gcc dot gnu.org @ 2013-06-24 15:50 UTC (permalink / raw)
  To: glibc-bugs

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

Richard Henderson <rth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|unassigned at sourceware dot org   |rth at gcc dot gnu.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug ports/15666] alpha missing __sqrt*_finite
  2013-06-22  1:50 [Bug ports/15666] New: alpha missing __sqrt*_finite jsm28 at gcc dot gnu.org
  2013-06-24 15:50 ` [Bug ports/15666] " rth at gcc dot gnu.org
@ 2013-06-24 17:39 ` rth at gcc dot gnu.org
  2013-06-25 13:57 ` rth at gcc dot gnu.org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rth at gcc dot gnu.org @ 2013-06-24 17:39 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #1 from Richard Henderson <rth at gcc dot gnu.org> ---
Partial patch here:
http://sourceware.org/ml/libc-ports/2013-06/msg00044.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug ports/15666] alpha missing __sqrt*_finite
  2013-06-22  1:50 [Bug ports/15666] New: alpha missing __sqrt*_finite jsm28 at gcc dot gnu.org
                   ` (2 preceding siblings ...)
  2013-06-25 13:57 ` rth at gcc dot gnu.org
@ 2013-06-25 13:57 ` rth at gcc dot gnu.org
  2014-06-13 15:01 ` fweimer at redhat dot com
  2014-06-13 15:04 ` fweimer at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: rth at gcc dot gnu.org @ 2013-06-25 13:57 UTC (permalink / raw)
  To: glibc-bugs

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

Richard Henderson <rth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |2.18

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug ports/15666] alpha missing __sqrt*_finite
  2013-06-22  1:50 [Bug ports/15666] New: alpha missing __sqrt*_finite jsm28 at gcc dot gnu.org
  2013-06-24 15:50 ` [Bug ports/15666] " rth at gcc dot gnu.org
  2013-06-24 17:39 ` rth at gcc dot gnu.org
@ 2013-06-25 13:57 ` rth at gcc dot gnu.org
  2013-06-25 13:57 ` rth at gcc dot gnu.org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: rth at gcc dot gnu.org @ 2013-06-25 13:57 UTC (permalink / raw)
  To: glibc-bugs

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

Richard Henderson <rth at gcc dot gnu.org> changed:

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

--- Comment #2 from Richard Henderson <rth at gcc dot gnu.org> ---
Fixed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug ports/15666] alpha missing __sqrt*_finite
  2013-06-22  1:50 [Bug ports/15666] New: alpha missing __sqrt*_finite jsm28 at gcc dot gnu.org
                   ` (3 preceding siblings ...)
  2013-06-25 13:57 ` rth at gcc dot gnu.org
@ 2014-06-13 15:01 ` fweimer at redhat dot com
  2014-06-13 15:04 ` fweimer at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13 15:01 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=15666

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fweimer at redhat dot com
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

* [Bug ports/15666] alpha missing __sqrt*_finite
  2013-06-22  1:50 [Bug ports/15666] New: alpha missing __sqrt*_finite jsm28 at gcc dot gnu.org
                   ` (4 preceding siblings ...)
  2014-06-13 15:01 ` fweimer at redhat dot com
@ 2014-06-13 15:04 ` fweimer at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13 15:04 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=15666

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|fweimer at redhat dot com          |

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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

end of thread, other threads:[~2014-06-13 15:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-22  1:50 [Bug ports/15666] New: alpha missing __sqrt*_finite jsm28 at gcc dot gnu.org
2013-06-24 15:50 ` [Bug ports/15666] " rth at gcc dot gnu.org
2013-06-24 17:39 ` rth at gcc dot gnu.org
2013-06-25 13:57 ` rth at gcc dot gnu.org
2013-06-25 13:57 ` rth at gcc dot gnu.org
2014-06-13 15:01 ` fweimer at redhat dot com
2014-06-13 15:04 ` fweimer at redhat dot com

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).