On Tue, Sep 12, 2017 at 08:49:55AM -0600, Jan Beulich wrote: > >>> 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?
<scratches his head> I honestly have no idea. I converted it over to be \ and then have --set-section-flags on the same column as --strip-debug. > > Jan > _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel