public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/14941] New: x86/multiarch isn't used
@ 2012-12-10 17:53 hjl.tools at gmail dot com
  2012-12-10 18:41 ` [Bug libc/14941] x86/multiarch and sysdeps/unix/sysv/linux/{x86_64,i686}/multiarch are ignored hjl.tools at gmail dot com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: hjl.tools at gmail dot com @ 2012-12-10 17:53 UTC (permalink / raw)
  To: glibc-bugs

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

             Bug #: 14941
           Summary: x86/multiarch isn't used
           Product: glibc
           Version: 2.17
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: unassigned@sourceware.org
        ReportedBy: hjl.tools@gmail.com
                CC: drepper.fsp@gmail.com
    Classification: Unclassified


When multiarch functions, whose implementations are the same for
both i386 and x86_64, are placed under x86/multiarch, they are
ignored by configure.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/14941] x86/multiarch and sysdeps/unix/sysv/linux/{x86_64,i686}/multiarch are ignored
  2012-12-10 17:53 [Bug libc/14941] New: x86/multiarch isn't used hjl.tools at gmail dot com
@ 2012-12-10 18:41 ` hjl.tools at gmail dot com
  2012-12-10 18:58 ` hjl.tools at gmail dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl.tools at gmail dot com @ 2012-12-10 18:41 UTC (permalink / raw)
  To: glibc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|x86/multiarch isn't used    |x86/multiarch and
                   |                            |sysdeps/unix/sysv/linux/{x8
                   |                            |6_64,i686}/multiarch are
                   |                            |ignored

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> 2012-12-10 18:41:17 UTC ---
sysdeps/unix/sysv/linux/{x86_64,i686}/multiarch are also ignored.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/14941] x86/multiarch and sysdeps/unix/sysv/linux/{x86_64,i686}/multiarch are ignored
  2012-12-10 17:53 [Bug libc/14941] New: x86/multiarch isn't used hjl.tools at gmail dot com
  2012-12-10 18:41 ` [Bug libc/14941] x86/multiarch and sysdeps/unix/sysv/linux/{x86_64,i686}/multiarch are ignored hjl.tools at gmail dot com
@ 2012-12-10 18:58 ` hjl.tools at gmail dot com
  2012-12-10 19:00 ` [Bug libc/14941] x86/multiarch and sysdeps/unix/sysv/linux/CPU/multiarch " hjl.tools at gmail dot com
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl.tools at gmail dot com @ 2012-12-10 18:58 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2012-12-10 18:58:04 UTC ---
There are

              if test -n "$m0$m0sub$b$v$o$m$msub"; then 
                try_srcdir="${srcdir}/"
                case "$d" in
                /*) try_srcdir= ;;
                esac
                try="${d}sysdeps$m0$m0sub$b$v$o$m$msub$a"
                test -n "$enable_debug_configure" &&

But m0sub and msub are never defined.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/14941] x86/multiarch and sysdeps/unix/sysv/linux/CPU/multiarch are ignored
  2012-12-10 17:53 [Bug libc/14941] New: x86/multiarch isn't used hjl.tools at gmail dot com
  2012-12-10 18:41 ` [Bug libc/14941] x86/multiarch and sysdeps/unix/sysv/linux/{x86_64,i686}/multiarch are ignored hjl.tools at gmail dot com
  2012-12-10 18:58 ` hjl.tools at gmail dot com
@ 2012-12-10 19:00 ` hjl.tools at gmail dot com
  2012-12-10 22:44 ` [Bug libc/14941] sysdeps/unix/sysv/linux/CPU/multiarch is ignored hjl.tools at gmail dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl.tools at gmail dot com @ 2012-12-10 19:00 UTC (permalink / raw)
  To: glibc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|x86/multiarch and           |x86/multiarch and
                   |sysdeps/unix/sysv/linux/{x8 |sysdeps/unix/sysv/linux/CPU
                   |6_64,i686}/multiarch are    |/multiarch are ignored
                   |ignored                     |

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/14941] sysdeps/unix/sysv/linux/CPU/multiarch is ignored
  2012-12-10 17:53 [Bug libc/14941] New: x86/multiarch isn't used hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2012-12-10 19:00 ` [Bug libc/14941] x86/multiarch and sysdeps/unix/sysv/linux/CPU/multiarch " hjl.tools at gmail dot com
@ 2012-12-10 22:44 ` hjl.tools at gmail dot com
  2014-06-14  7:35 ` fweimer at redhat dot com
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: hjl.tools at gmail dot com @ 2012-12-10 22:44 UTC (permalink / raw)
  To: glibc-bugs

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

H.J. Lu <hjl.tools at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|x86/multiarch and           |sysdeps/unix/sysv/linux/CPU
                   |sysdeps/unix/sysv/linux/CPU |/multiarch is ignored
                   |/multiarch are ignored      |

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


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

* [Bug libc/14941] sysdeps/unix/sysv/linux/CPU/multiarch is ignored
  2012-12-10 17:53 [Bug libc/14941] New: x86/multiarch isn't used hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2012-12-10 22:44 ` [Bug libc/14941] sysdeps/unix/sysv/linux/CPU/multiarch is ignored hjl.tools at gmail dot com
@ 2014-06-14  7:35 ` fweimer at redhat dot com
  2015-08-27 22:13 ` [Bug build/14941] " jsm28 at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: fweimer at redhat dot com @ 2014-06-14  7:35 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

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


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

* [Bug build/14941] sysdeps/unix/sysv/linux/CPU/multiarch is ignored
  2012-12-10 17:53 [Bug libc/14941] New: x86/multiarch isn't used hjl.tools at gmail dot com
                   ` (4 preceding siblings ...)
  2014-06-14  7:35 ` fweimer at redhat dot com
@ 2015-08-27 22:13 ` jsm28 at gcc dot gnu.org
  2015-08-27 22:36 ` jsm28 at gcc dot gnu.org
  2015-08-27 22:38 ` cvs-commit at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-08-27 22:13 UTC (permalink / raw)
  To: glibc-bugs

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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |carlos at redhat dot com
          Component|libc                        |build

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


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

* [Bug build/14941] sysdeps/unix/sysv/linux/CPU/multiarch is ignored
  2012-12-10 17:53 [Bug libc/14941] New: x86/multiarch isn't used hjl.tools at gmail dot com
                   ` (5 preceding siblings ...)
  2015-08-27 22:13 ` [Bug build/14941] " jsm28 at gcc dot gnu.org
@ 2015-08-27 22:36 ` jsm28 at gcc dot gnu.org
  2015-08-27 22:38 ` cvs-commit at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2015-08-27 22:36 UTC (permalink / raw)
  To: glibc-bugs

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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|---                         |2.18

--- Comment #3 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
This was fixed for 2.18 by:

commit 1c9f1a028afb64d28a429d6c1158d5a4625237a7
Author: Roland McGrath <roland@hack.frob.com>
Date:   Thu Jan 10 15:20:49 2013 -0800

    Remove some old cruft variables from configure.

commit 6270516e154c389ac495153270918d06e41ed67d
Author: Roland McGrath <roland@hack.frob.com>
Date:   Fri Jan 11 11:39:38 2013 -0800

    Fix multiarch handling in sysdeps generation.

https://sourceware.org/ml/libc-alpha/2013-01/msg00447.html

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


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

* [Bug build/14941] sysdeps/unix/sysv/linux/CPU/multiarch is ignored
  2012-12-10 17:53 [Bug libc/14941] New: x86/multiarch isn't used hjl.tools at gmail dot com
                   ` (6 preceding siblings ...)
  2015-08-27 22:36 ` jsm28 at gcc dot gnu.org
@ 2015-08-27 22:38 ` cvs-commit at gcc dot gnu.org
  7 siblings, 0 replies; 9+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2015-08-27 22:38 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #4 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  8c17cb1f6455c7a5fd6a1d05a2394129dbce012b (commit)
      from  75dd0a8f3db2813196db08928b1b6bb200230695 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8c17cb1f6455c7a5fd6a1d05a2394129dbce012b

commit 8c17cb1f6455c7a5fd6a1d05a2394129dbce012b
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Aug 27 22:37:51 2015 +0000

    Note bug 14941 as having been fixed in 2.18.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    1 +
 NEWS      |   22 +++++++++++-----------
 2 files changed, 12 insertions(+), 11 deletions(-)

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


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

end of thread, other threads:[~2015-08-27 22:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-12-10 17:53 [Bug libc/14941] New: x86/multiarch isn't used hjl.tools at gmail dot com
2012-12-10 18:41 ` [Bug libc/14941] x86/multiarch and sysdeps/unix/sysv/linux/{x86_64,i686}/multiarch are ignored hjl.tools at gmail dot com
2012-12-10 18:58 ` hjl.tools at gmail dot com
2012-12-10 19:00 ` [Bug libc/14941] x86/multiarch and sysdeps/unix/sysv/linux/CPU/multiarch " hjl.tools at gmail dot com
2012-12-10 22:44 ` [Bug libc/14941] sysdeps/unix/sysv/linux/CPU/multiarch is ignored hjl.tools at gmail dot com
2014-06-14  7:35 ` fweimer at redhat dot com
2015-08-27 22:13 ` [Bug build/14941] " jsm28 at gcc dot gnu.org
2015-08-27 22:36 ` jsm28 at gcc dot gnu.org
2015-08-27 22:38 ` cvs-commit at gcc dot gnu.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).