public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug dynamic-link/31765] New: _dl_mcount_wrapper is exported without prototype
@ 2024-05-20 21:29 hjl.tools at gmail dot com
  2024-05-20 21:51 ` [Bug dynamic-link/31765] " hjl.tools at gmail dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2024-05-20 21:29 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 31765
           Summary: _dl_mcount_wrapper is exported without prototype
           Product: glibc
           Version: 2.40
            Status: NEW
          Severity: normal
          Priority: P2
         Component: dynamic-link
          Assignee: unassigned at sourceware dot org
          Reporter: hjl.tools at gmail dot com
  Target Milestone: ---

There is no _dl_mcount_wrapper prototype in installed header files.

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

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

* [Bug dynamic-link/31765] _dl_mcount_wrapper is exported without prototype
  2024-05-20 21:29 [Bug dynamic-link/31765] New: _dl_mcount_wrapper is exported without prototype hjl.tools at gmail dot com
@ 2024-05-20 21:51 ` hjl.tools at gmail dot com
  2024-05-21 13:22 ` fweimer at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2024-05-20 21:51 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #1 from H.J. Lu <hjl.tools at gmail dot com> ---
Should we obsolete it in glibc 2.40?

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

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

* [Bug dynamic-link/31765] _dl_mcount_wrapper is exported without prototype
  2024-05-20 21:29 [Bug dynamic-link/31765] New: _dl_mcount_wrapper is exported without prototype hjl.tools at gmail dot com
  2024-05-20 21:51 ` [Bug dynamic-link/31765] " hjl.tools at gmail dot com
@ 2024-05-21 13:22 ` fweimer at redhat dot com
  2024-05-21 16:38 ` skpgkp2 at gmail dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fweimer at redhat dot com @ 2024-05-21 13:22 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

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

--- Comment #2 from Florian Weimer <fweimer at redhat dot com> ---
Sounds reasonable to me.

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

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

* [Bug dynamic-link/31765] _dl_mcount_wrapper is exported without prototype
  2024-05-20 21:29 [Bug dynamic-link/31765] New: _dl_mcount_wrapper is exported without prototype hjl.tools at gmail dot com
  2024-05-20 21:51 ` [Bug dynamic-link/31765] " hjl.tools at gmail dot com
  2024-05-21 13:22 ` fweimer at redhat dot com
@ 2024-05-21 16:38 ` skpgkp2 at gmail dot com
  2024-05-21 17:12 ` cvs-commit at gcc dot gnu.org
  2024-05-24 12:54 ` hjl.tools at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: skpgkp2 at gmail dot com @ 2024-05-21 16:38 UTC (permalink / raw)
  To: glibc-bugs

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

Sunil Pandey <skpgkp2 at gmail dot com> changed:

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

--- Comment #3 from Sunil Pandey <skpgkp2 at gmail dot com> ---
Looks reasonable to me.

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

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

* [Bug dynamic-link/31765] _dl_mcount_wrapper is exported without prototype
  2024-05-20 21:29 [Bug dynamic-link/31765] New: _dl_mcount_wrapper is exported without prototype hjl.tools at gmail dot com
                   ` (2 preceding siblings ...)
  2024-05-21 16:38 ` skpgkp2 at gmail dot com
@ 2024-05-21 17:12 ` cvs-commit at gcc dot gnu.org
  2024-05-24 12:54 ` hjl.tools at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2024-05-21 17:12 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #4 from Sourceware Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by H.J. Lu <hjl@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=d97842653fba2fe5c093a101ac923a1b9e5e637c

commit d97842653fba2fe5c093a101ac923a1b9e5e637c
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon May 20 19:37:20 2024 -0700

    Obsolete _dl_mcount_wrapper in glibc 2.40 [BZ #31765]

    There is no _dl_mcount_wrapper prototype in any installed header files.
    Fix BZ #31765 by changing _dl_mcount_wrapper to a compat symbol and
    obsolete it in glibc 2.40.

    Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
    Reviewed-by: Sunil K Pandey <skpgkp2@gmail.com>

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

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

* [Bug dynamic-link/31765] _dl_mcount_wrapper is exported without prototype
  2024-05-20 21:29 [Bug dynamic-link/31765] New: _dl_mcount_wrapper is exported without prototype hjl.tools at gmail dot com
                   ` (3 preceding siblings ...)
  2024-05-21 17:12 ` cvs-commit at gcc dot gnu.org
@ 2024-05-24 12:54 ` hjl.tools at gmail dot com
  4 siblings, 0 replies; 6+ messages in thread
From: hjl.tools at gmail dot com @ 2024-05-24 12:54 UTC (permalink / raw)
  To: glibc-bugs

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

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

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

--- Comment #5 from H.J. Lu <hjl.tools at gmail dot com> ---
Fixed in 2.40.

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

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

end of thread, other threads:[~2024-05-24 12:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-20 21:29 [Bug dynamic-link/31765] New: _dl_mcount_wrapper is exported without prototype hjl.tools at gmail dot com
2024-05-20 21:51 ` [Bug dynamic-link/31765] " hjl.tools at gmail dot com
2024-05-21 13:22 ` fweimer at redhat dot com
2024-05-21 16:38 ` skpgkp2 at gmail dot com
2024-05-21 17:12 ` cvs-commit at gcc dot gnu.org
2024-05-24 12:54 ` hjl.tools at gmail 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).