This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch 4/4 v2] unwinder: The unwinder (x86* only)


On Thu, 2013-06-13 at 16:57 +0200, Jan Kratochvil wrote:
> OK, with CentOS-6.3 && -O2 build I also get FAIL.
> 
> This is because you broke it.
> 
> commit f4e6062e0e4eb89e349458802b40e7315e514fd6
> Author: Mark Wielaard <mjw@redhat.com>
>     GCC version check attributes, noclone was introduced with GCC 4.5
> 
> +#define NO_INLINE_CLONE __attribute__ ((noinline, noclone))
> +#define NO_INLINE_CLONE __attribute__ ((noinline))
> -static __attribute__ ((noinline, noclone, used)) void
> +static NO_INLINE_CLONE void

Doh. So sorry. I fixed it on my branch now.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]