[PATCH v5 03/27] x86: assembly, annotate relocate_kernel

2017-11-30 Thread Jiri Slaby
There are functions in relocate_kernel which are not annotated. This will not allow for automatic DWARF annotations. So annotate all the functions now. Note that these are not C-like functions, so we do not use FUNC, but CODE. Also they are not aligned, so we use NOALIGN versions: -

[PATCH v5 03/27] x86: assembly, annotate relocate_kernel

2017-11-30 Thread Jiri Slaby
There are functions in relocate_kernel which are not annotated. This will not allow for automatic DWARF annotations. So annotate all the functions now. Note that these are not C-like functions, so we do not use FUNC, but CODE. Also they are not aligned, so we use NOALIGN versions: -