[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH v3 8/9] symbols: Generate an xen-sym.map
>>> On 14.08.16 at 23:52, <konrad.wilk@xxxxxxxxxx> wrote: > --- a/xen/arch/x86/Makefile > +++ b/xen/arch/x86/Makefile > @@ -136,8 +136,12 @@ $(TARGET)-syms: prelink.o xen.lds > $(BASEDIR)/common/symbols-dummy.o > | $(BASEDIR)/tools/symbols $(all_symbols) --sysv --sort > --warn-dup \ > >$(@D)/.$(@F).1.S > $(MAKE) -f $(BASEDIR)/Rules.mk $(@D)/.$(@F).1.o > + $(MAKE) -f $(BASEDIR)/Rules.mk $(@D)/.$(@F).1.o > $(LD) $(LDFLAGS) -T xen.lds -N prelink.o $(build_id_linker) \ > $(@D)/.$(@F).1.o -o $@ > + $(NM) -pa --format=sysv $(@D)/$(@F) \ > + | $(BASEDIR)/tools/symbols --xensyms --sysv --sort --warn-dup \ > + >$(@D)/$(@F).map > rm -f $(@D)/.$(@F).[0-9]* So what about the xen.efi case? Is the map file there not of similar relevance? Also I don't think you want the --warn-dup here. Jan _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |