Re: [PATCH] x86/cet: Properly output labels in property note section

2018-04-19 Thread H.J. Lu
On Thu, Apr 19, 2018 at 11:56 AM, Rainer Orth wrote: > "H.J. Lu" writes: > >> Replace ASM_OUTPUT_LABEL with fprintf so that internal labels in property >> note section are unchanged -fleading-underscore. >> >> OK for trunk? >> >> H.J. >> --- >> gcc/ >> >> PR target/85404 >> * config/i

Re: [PATCH] x86/cet: Properly output labels in property note section

2018-04-19 Thread Rainer Orth
"H.J. Lu" writes: > Replace ASM_OUTPUT_LABEL with fprintf so that internal labels in property > note section are unchanged -fleading-underscore. > > OK for trunk? > > H.J. > --- > gcc/ > > PR target/85404 > * config/i386/cet.c (file_end_indicate_exec_stack_and_cet): > Replace AS

RE: [PATCH] x86/cet: Properly output labels in property note section

2018-04-19 Thread Tsimbalist, Igor V
> -Original Message- > From: Lu, Hongjiu > Sent: Sunday, April 15, 2018 1:06 PM > To: gcc-patches@gcc.gnu.org; Uros Bizjak ; Tsimbalist, > Igor V > Subject: [PATCH] x86/cet: Properly output labels in property note section > > Replace ASM_OUTPUT_LABEL with fprintf so that internal labels i