public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/13706] New: ldd -u lists linux-gate as unused dependency
@ 2012-02-17 21:14 law at redhat dot com
  2012-02-17 21:29 ` [Bug libc/13706] " orion at cora dot nwra.com
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: law at redhat dot com @ 2012-02-17 21:14 UTC (permalink / raw)
  To: glibc-bugs

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

             Bug #: 13706
           Summary: ldd -u lists linux-gate as unused dependency
           Product: glibc
           Version: 2.15
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper.fsp@gmail.com
        ReportedBy: law@redhat.com
    Classification: Unclassified


ldd -u reports linux-gate.so.1 as an unused dep.  This was not the case with
glibc-2.13.2 (Fedora 14) or 2.14 (Fedora 15).

# ldd -u /usr/lib/libzip.so.1
Unused direct dependencies:
        linux-gate.so.1
        /lib/libz.so.1

-- 
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/13706] ldd -u lists linux-gate as unused dependency
  2012-02-17 21:14 [Bug libc/13706] New: ldd -u lists linux-gate as unused dependency law at redhat dot com
@ 2012-02-17 21:29 ` orion at cora dot nwra.com
  2012-02-18 10:20 ` polacek at redhat dot com
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: orion at cora dot nwra.com @ 2012-02-17 21:29 UTC (permalink / raw)
  To: glibc-bugs

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

Orion Poplawski <orion at cora dot nwra.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |orion at cora dot nwra.com

-- 
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/13706] ldd -u lists linux-gate as unused dependency
  2012-02-17 21:14 [Bug libc/13706] New: ldd -u lists linux-gate as unused dependency law at redhat dot com
  2012-02-17 21:29 ` [Bug libc/13706] " orion at cora dot nwra.com
@ 2012-02-18 10:20 ` polacek at redhat dot com
  2012-02-19  0:57 ` polacek at redhat dot com
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: polacek at redhat dot com @ 2012-02-18 10:20 UTC (permalink / raw)
  To: glibc-bugs

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

Marek Polacek <polacek at redhat dot com> changed:

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

-- 
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/13706] ldd -u lists linux-gate as unused dependency
  2012-02-17 21:14 [Bug libc/13706] New: ldd -u lists linux-gate as unused dependency law at redhat dot com
  2012-02-17 21:29 ` [Bug libc/13706] " orion at cora dot nwra.com
  2012-02-18 10:20 ` polacek at redhat dot com
@ 2012-02-19  0:57 ` polacek at redhat dot com
  2012-02-19  0:59 ` polacek at redhat dot com
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: polacek at redhat dot com @ 2012-02-19  0:57 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #1 from Marek Polacek <polacek at redhat dot com> 2012-02-19 00:57:09 UTC ---
Looking at it; looks like we want to always set l_used for vDSO.

-- 
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/13706] ldd -u lists linux-gate as unused dependency
  2012-02-17 21:14 [Bug libc/13706] New: ldd -u lists linux-gate as unused dependency law at redhat dot com
                   ` (2 preceding siblings ...)
  2012-02-19  0:57 ` polacek at redhat dot com
@ 2012-02-19  0:59 ` polacek at redhat dot com
  2012-02-20  7:04 ` polacek at redhat dot com
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: polacek at redhat dot com @ 2012-02-19  0:59 UTC (permalink / raw)
  To: glibc-bugs

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

Marek Polacek <polacek at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|drepper.fsp at gmail dot    |polacek at redhat dot com
                   |com                         |

-- 
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/13706] ldd -u lists linux-gate as unused dependency
  2012-02-17 21:14 [Bug libc/13706] New: ldd -u lists linux-gate as unused dependency law at redhat dot com
                   ` (3 preceding siblings ...)
  2012-02-19  0:59 ` polacek at redhat dot com
@ 2012-02-20  7:04 ` polacek at redhat dot com
  2012-02-21  2:37 ` [Bug ld.so|libdl/13706] " jsm28 at gcc dot gnu.org
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: polacek at redhat dot com @ 2012-02-20  7:04 UTC (permalink / raw)
  To: glibc-bugs

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

Marek Polacek <polacek at redhat dot com> changed:

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

-- 
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 ld.so|libdl/13706] ldd -u lists linux-gate as unused dependency
  2012-02-17 21:14 [Bug libc/13706] New: ldd -u lists linux-gate as unused dependency law at redhat dot com
                   ` (4 preceding siblings ...)
  2012-02-20  7:04 ` polacek at redhat dot com
@ 2012-02-21  2:37 ` jsm28 at gcc dot gnu.org
  2012-02-29 14:31 ` [Bug dynamic-link/13706] " polacek at redhat dot com
  2014-06-26 15:21 ` fweimer at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: jsm28 at gcc dot gnu.org @ 2012-02-21  2:37 UTC (permalink / raw)
  To: glibc-bugs

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|libc                        |ld.so|libdl

-- 
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 dynamic-link/13706] ldd -u lists linux-gate as unused dependency
  2012-02-17 21:14 [Bug libc/13706] New: ldd -u lists linux-gate as unused dependency law at redhat dot com
                   ` (5 preceding siblings ...)
  2012-02-21  2:37 ` [Bug ld.so|libdl/13706] " jsm28 at gcc dot gnu.org
@ 2012-02-29 14:31 ` polacek at redhat dot com
  2014-06-26 15:21 ` fweimer at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: polacek at redhat dot com @ 2012-02-29 14:31 UTC (permalink / raw)
  To: glibc-bugs

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

Marek Polacek <polacek at redhat dot com> changed:

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

--- Comment #2 from Marek Polacek <polacek at redhat dot com> 2012-02-29 14:31:30 UTC ---
Fixed.

-- 
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 dynamic-link/13706] ldd -u lists linux-gate as unused dependency
  2012-02-17 21:14 [Bug libc/13706] New: ldd -u lists linux-gate as unused dependency law at redhat dot com
                   ` (6 preceding siblings ...)
  2012-02-29 14:31 ` [Bug dynamic-link/13706] " polacek at redhat dot com
@ 2014-06-26 15:21 ` fweimer at redhat dot com
  7 siblings, 0 replies; 9+ messages in thread
From: fweimer at redhat dot com @ 2014-06-26 15:21 UTC (permalink / raw)
  To: glibc-bugs

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

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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-17 21:14 [Bug libc/13706] New: ldd -u lists linux-gate as unused dependency law at redhat dot com
2012-02-17 21:29 ` [Bug libc/13706] " orion at cora dot nwra.com
2012-02-18 10:20 ` polacek at redhat dot com
2012-02-19  0:57 ` polacek at redhat dot com
2012-02-19  0:59 ` polacek at redhat dot com
2012-02-20  7:04 ` polacek at redhat dot com
2012-02-21  2:37 ` [Bug ld.so|libdl/13706] " jsm28 at gcc dot gnu.org
2012-02-29 14:31 ` [Bug dynamic-link/13706] " polacek at redhat dot com
2014-06-26 15:21 ` 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).