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. >> ---

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

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 <ubiz...@gmail.com>; Tsimbalist, > Igor V <igor.v.tsimbal...@intel.com> > Subject: [PATCH] x86/cet: Properly output labels in prop

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

2018-04-15 Thread H.J. Lu
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 ASM_OUTPUT_LABEL with fprintf.