public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
From: "cvs-commit at gcc dot gnu.org" <sourceware-bugzilla@sourceware.org>
To: glibc-bugs@sourceware.org
Subject: [Bug libc/14132] Get rid of INTDEF/INTUSE and *_internal aliases
Date: Tue, 28 Oct 2014 17:14:00 -0000	[thread overview]
Message-ID: <bug-14132-131-al64zxvfpo@http.sourceware.org/bugzilla/> (raw)
In-Reply-To: <bug-14132-131@http.sourceware.org/bugzilla/>

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

--- Comment #7 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  51e623f2419c9f33423fa8e36ed9a9ff0d05e17e (commit)
      from  03d41216fe09fc71a2750946af8fe2892bf4feb5 (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=51e623f2419c9f33423fa8e36ed9a9ff0d05e17e

commit 51e623f2419c9f33423fa8e36ed9a9ff0d05e17e
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Oct 28 17:12:57 2014 +0000

    Don't use INTDEF/INTUSE in unwind-dw2-fde.c (bug 14132).

    Continuing the removal of the obsolete INTDEF / INTUSE mechanism, this
    patch replaces its use in unwind-dw2-fde.c with hidden_def and
    hidden_proto.

    Tested for x86.  This patch does result in code generation differences
    (for some reason GCC decides to partition __register_frame_info_bases
    after the patch).

        [BZ #14132]
        * sysdeps/generic/unwind-dw2-fde.c
        (__register_frame_info_bases_internal): Do not declare.
        (__register_frame_info_table_bases_internal): Likewise.
        (__deregister_frame_info_bases_internal): Likewise.
        (__register_frame_info_bases): Declare and use hidden_proto before
        definition.  Use hidden_def instead of INTDEF.
        (__register_frame_info_table_bases): Likewise.
        (__deregister_frame_info_bases): Likewise.
        (__register_frame_info): Do not use INTUSE.
        (__register_frame): Likewise.
        (__register_frame_info_table): Likewise.
        (__register_frame_table): Likewise.
        (__deregister_frame_info): Likewise.
        (__deregister_frame): Likewise.

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

Summary of changes:
 ChangeLog                        |   18 ++++++++++++++++++
 sysdeps/generic/unwind-dw2-fde.c |   33 ++++++++++++++++++---------------
 2 files changed, 36 insertions(+), 15 deletions(-)

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


  parent reply	other threads:[~2014-10-28 17:14 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-22 20:18 [Bug libc/14132] New: " roland at gnu dot org
2012-05-29 15:59 ` [Bug libc/14132] " polacek at redhat dot com
2014-06-19 16:07 ` fweimer at redhat dot com
2014-10-08 23:20 ` cvs-commit at gcc dot gnu.org
2014-10-09  1:12 ` cvs-commit at gcc dot gnu.org
2014-10-09 11:23 ` cvs-commit at gcc dot gnu.org
2014-10-10 11:14 ` cvs-commit at gcc dot gnu.org
2014-10-21 23:12 ` cvs-commit at gcc dot gnu.org
2014-10-23 21:44 ` cvs-commit at gcc dot gnu.org
2014-10-28 17:14 ` cvs-commit at gcc dot gnu.org [this message]
2014-10-29 18:29 ` fweimer at redhat dot com
2014-11-04 17:40 ` cvs-commit at gcc dot gnu.org
2014-11-04 23:27 ` cvs-commit at gcc dot gnu.org
2014-11-05  1:03 ` cvs-commit at gcc dot gnu.org
2014-11-05 23:36 ` cvs-commit at gcc dot gnu.org
2014-11-05 23:39 ` jsm28 at gcc dot gnu.org

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-14132-131-al64zxvfpo@http.sourceware.org/bugzilla/ \
    --to=sourceware-bugzilla@sourceware.org \
    --cc=glibc-bugs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).