public inbox for libc-ports@sourceware.org
 help / color / mirror / Atom feed
From: "Carlos O'Donell" <carlos@systemhalted.org>
To: Mike Frysinger <vapier@gentoo.org>
Cc: libc-ports@sourceware.org
Subject: Re: [PATCH] hppa: use hidden_def with internal pthread funcs
Date: Mon, 19 Nov 2012 05:46:00 -0000	[thread overview]
Message-ID: <CAE2sS1ii7HdV=VnKAWFzUn3kMvqhqQPLOB+dr7G2Om1mEhFjSg@mail.gmail.com> (raw)
In-Reply-To: <1353229479-24994-1-git-send-email-vapier@gentoo.org>

On Sun, Nov 18, 2012 at 4:04 AM, Mike Frysinger <vapier@gentoo.org> wrote:
> This matches what everyone else has done already, and allows to it
> to actually compile.

Thanks for this!

I'm sorry for not having pushed this out earlier, since I also have
this change in my local git stash.

I've just pushed out 4 more commits which should be useful to gentoo,
the most important being the implementation of fpu_control.h and
get-rounding-mode.h.

> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
>  ports/ChangeLog.hppa                                   | 5 +++++
>  ports/sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c | 2 +-
>  2 files changed, 6 insertions(+), 1 deletion(-)
>
> diff --git a/ports/ChangeLog.hppa b/ports/ChangeLog.hppa
> index 201dd01..eeb8d45 100644
> --- a/ports/ChangeLog.hppa
> +++ b/ports/ChangeLog.hppa
> @@ -1,3 +1,8 @@
> +2012-11-18  Mike Frysinger  <vapier@gentoo.org>
> +
> +       * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Replace

Wrong architecture ;-)

> +       _internal alias by hidden_def.
> +
>  2012-11-05  Joseph Myers  <joseph@codesourcery.com>
>
>         [BZ #14805]
> diff --git a/ports/sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c b/ports/sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c
> index 974819e..94dc71a 100644
> --- a/ports/sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c
> +++ b/ports/sysdeps/unix/sysv/linux/hppa/nptl/pthread_once.c

Missed copyright year update and merge.

> @@ -90,4 +90,4 @@ __pthread_once (once_control, init_routine)
>    return 0;
>  }
>  weak_alias (__pthread_once, pthread_once)
> -strong_alias (__pthread_once, __pthread_once_internal)
> +hidden_def (__pthread_once)
> --
> 1.7.12.4
>

Checked in.

Cheers,
Carlos.

      parent reply	other threads:[~2012-11-19  5:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-18  9:04 Mike Frysinger
2012-11-19  5:46 ` Mike Frysinger
2012-11-19  5:48   ` Carlos O'Donell
2012-11-19  6:11     ` Mike Frysinger
2012-11-19  6:19       ` Carlos O'Donell
2012-11-19 14:33     ` Joseph S. Myers
2012-11-20 20:22       ` Carlos O'Donell
2012-11-20 23:42         ` Joseph S. Myers
2012-11-21  5:11           ` Carlos O'Donell
2012-11-19  5:46 ` Carlos O'Donell [this message]

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='CAE2sS1ii7HdV=VnKAWFzUn3kMvqhqQPLOB+dr7G2Om1mEhFjSg@mail.gmail.com' \
    --to=carlos@systemhalted.org \
    --cc=libc-ports@sourceware.org \
    --cc=vapier@gentoo.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).