>>> On 12.09.17 at 02:37, <kon...@kernel.org> wrote:
> --- a/xen/test/livepatch/Makefile
> +++ b/xen/test/livepatch/Makefile
> @@ -54,6 +54,7 @@ xen_hello_world.o: config.h livepatch_depends.h
>  $(LIVEPATCH): xen_hello_world_func.o xen_hello_world.o
>       $(LD) $(LDFLAGS) $(build_id_linker) -r -o $(LIVEPATCH) $^
>       $(OBJCOPY) --strip-debug --strip-symbol=$(NOTE_SYMBOL) $@
> +     $(OBJCOPY) --set-section-flags .livepatch.funcs=alloc,readonly $@

Why multiple objcopy invocations?

Jan


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel

Reply via email to