public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: "Tulio Magno Quites Machado Filho" <tuliom@linux.vnet.ibm.com>
To: Florian Weimer <fweimer@redhat.com>
Cc: libc-alpha@sourceware.org, pc@us.ibm.com, joseph@codesourcery.com
Subject: Re: [PATCHv2] Add a way to bypass the PLT when calling getauxval
Date: Fri, 09 Jun 2017 15:01:00 -0000	[thread overview]
Message-ID: <87wp8lb41m.fsf@linux.vnet.ibm.com> (raw)
In-Reply-To: <87y3t1i8ul.fsf@oldenburg.str.redhat.com>

Florian Weimer <fweimer@redhat.com> writes:

> "Tulio Magno Quites Machado Filho" <tuliom@linux.vnet.ibm.com> writes:
>
>> +extern __typeof(getauxval) __getauxval;
>
> Missing space before paren.

Fixed locally.

>> diff --git a/misc/getauxval.c b/misc/getauxval.c
>> index c83fbce..14f4298 100644
>> --- a/misc/getauxval.c
>> +++ b/misc/getauxval.c
>> @@ -43,3 +43,4 @@ __getauxval (unsigned long int type)
>>  }
>>  
>>  weak_alias (__getauxval, getauxval)
>> +libc_hidden_def (__getauxval)
>
> Looks good.

I'll push this patch with the fix.

Thanks!

-- 
Tulio Magno

      reply	other threads:[~2017-06-09 15:01 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-24 19:42 [PATCH] " Tulio Magno Quites Machado Filho
2017-05-24 19:52 ` Joseph Myers
2017-05-24 21:43   ` Tulio Magno Quites Machado Filho
2017-05-25 20:06   ` [PATCHv2] " Tulio Magno Quites Machado Filho
2017-06-09 13:14     ` Tulio Magno Quites Machado Filho
2017-06-09 13:29       ` H.J. Lu
2017-06-09 13:34         ` Florian Weimer
2017-06-09 13:33     ` Florian Weimer
2017-06-09 15:01       ` Tulio Magno Quites Machado Filho [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=87wp8lb41m.fsf@linux.vnet.ibm.com \
    --to=tuliom@linux.vnet.ibm.com \
    --cc=fweimer@redhat.com \
    --cc=joseph@codesourcery.com \
    --cc=libc-alpha@sourceware.org \
    --cc=pc@us.ibm.com \
    /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).