public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Florian Weimer <fweimer@redhat.com>
To: Stefan Liebler <stli@linux.vnet.ibm.com>, libc-alpha@sourceware.org
Cc: murphyp@linux.vnet.ibm.com, schwab@linux-m68k.org,
	joseph_myers@mentor.com
Subject: Re: [PATCH v3 1/9] Add configure check to test if gcc supports attribute ifunc.
Date: Mon, 29 Aug 2016 09:34:00 -0000	[thread overview]
Message-ID: <0107c9b6-5c33-602b-2b51-c9eb547de208@redhat.com> (raw)
In-Reply-To: <1472047472-30307-1-git-send-email-stli@linux.vnet.ibm.com>

On 08/24/2016 04:04 PM, Stefan Liebler wrote:
> +For multi-arch support it is recommended to use a GCC with gnu-indirect-function
> +support as it is used to generate ifunc'ed symbols with correct
> +debug-information. This support can either be enabled by configuring GCC with
> +@samp{--enable-gnu-indirect-function} or by enabling it by default by setting
> +@samp{default_gnu_indirect_function} variable for a particular architecture in
> +gcc source file @file{gcc/config.gcc}.

Maybe use this text instead?

For multi-arch support it is recommended to use a GCC which has been 
built with support for GNU indirect functions.  This ensures that 
correct debugging information is generated for functions selected by 
IFUNC resolvers.  This support can either be enabled by configuring GCC 
with @samp{--enable-gnu-indirect-function}, or by enabling it by default 
by setting @samp{default_gnu_indirect_function} variable for a 
particular architecture in the GCC source file @file{gcc/config.gcc}.


The configure check looks okay to me.  Some existing checks use 
AC_TRY_COMPILE, others use the manual expansion you provided.

Thanks,
Florian

  parent reply	other threads:[~2016-08-29  9:34 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-24 14:05 Stefan Liebler
2016-08-24 14:05 ` [PATCH v3 2/9] Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to false debuginfo Stefan Liebler
2016-08-29 20:16   ` Paul E. Murphy
2016-08-30 14:12     ` Stefan Liebler
2016-09-29 18:38   ` Adhemerval Zanella
2016-09-30 13:45     ` Stefan Liebler
2016-10-04 13:14       ` Adhemerval Zanella
2016-08-24 14:05 ` [PATCH v3 3/9] s390: Refactor ifunc resolvers " Stefan Liebler
2016-08-30 12:31   ` Florian Weimer
2016-08-30 14:12     ` Stefan Liebler
2016-08-24 14:05 ` [PATCH v3 9/9] Use libc_ifunc macro for siglongjmp, longjmp in libpthread Stefan Liebler
2016-10-06 11:59   ` Florian Weimer
2016-08-24 14:05 ` [PATCH v3 8/9] Use libc_ifunc macro for vfork " Stefan Liebler
2016-08-30 12:40   ` Florian Weimer
2016-08-24 14:05 ` [PATCH v3 5/9] ppc: Use libc_ifunc macro for time, gettimeofday Stefan Liebler
2016-08-30 13:46   ` Paul E. Murphy
2016-08-24 14:05 ` [PATCH v3 4/9] i386, x86: " Stefan Liebler
2016-09-29 14:34   ` Andreas Schwab
2016-08-24 14:05 ` [PATCH v3 6/9] Use libc_ifunc macro for clock_* symbols in librt Stefan Liebler
2016-08-30 12:39   ` Florian Weimer
2016-08-24 17:02 ` [PATCH v3 7/9] Use libc_ifunc macro for system in libpthread Stefan Liebler
2016-08-30 12:39   ` Florian Weimer
2016-08-29  9:34 ` Florian Weimer [this message]
2016-08-30 14:12   ` [PATCH v3 1/9] Add configure check to test if gcc supports attribute ifunc Stefan Liebler
2016-09-05  7:13 ` [PING][PATCH " Stefan Liebler
2016-09-29 13:50   ` Stefan Liebler
2016-10-07  9:19 ` [PATCH " Stefan Liebler

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=0107c9b6-5c33-602b-2b51-c9eb547de208@redhat.com \
    --to=fweimer@redhat.com \
    --cc=joseph_myers@mentor.com \
    --cc=libc-alpha@sourceware.org \
    --cc=murphyp@linux.vnet.ibm.com \
    --cc=schwab@linux-m68k.org \
    --cc=stli@linux.vnet.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).