Re: [PATCH v7 07/28] x86/asm/crypto: annotate local functions

2019-02-25 Thread Borislav Petkov
On Wed, Jan 30, 2019 at 01:46:50PM +0100, Jiri Slaby wrote: > Use the newly added SYM_FUNC_START_LOCAL to annotate starts of all > functions which do not have ".globl" annotation, but their ends are > annotated by ENDPROC. This is needed to balance ENDPROC for tools that > generate debuginfo. > >

[PATCH v7 07/28] x86/asm/crypto: annotate local functions

2019-01-30 Thread Jiri Slaby
Use the newly added SYM_FUNC_START_LOCAL to annotate starts of all functions which do not have ".globl" annotation, but their ends are annotated by ENDPROC. This is needed to balance ENDPROC for tools that generate debuginfo. To be symmetric, we also convert their ENDPROCs to the new SYM_FUNC_END.