Re: [PATCH 1/3] nptl: Fix __USER_LABEL_PREFIX__ concatenation

2011-01-13 Thread Carmelo Amoroso
Hi What about using stringify around the label instead of defining the two macros? Could you give a try, thanks. Cheers Carmelo Inviato da iPod Il giorno 12/gen/2011, alle ore 13:05, Will Newton will.new...@gmail.com ha scritto: The current C macro magic does not correctly concatenate the

[PATCH 1/3] nptl: Fix __USER_LABEL_PREFIX__ concatenation

2011-01-12 Thread Will Newton
The current C macro magic does not correctly concatenate the __USER_LABEL_PREFIX__ string on architectures where it has a value. We need to jump through a level of indirection to get the desired behaviour. Signed-off-by: Matt Fleming matthew.flem...@imgtec.com --- libpthread/nptl/pthreadP.h |