|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 3/8] symbols/ppc: re-number intermediate files
----- Original Message ----- > From: "Jan Beulich" <jbeulich@xxxxxxxx> > To: "xen-devel" <xen-devel@xxxxxxxxxxxxxxxxxxxx> > Cc: "Andrew Cooper" <andrew.cooper3@xxxxxxxxxx>, "Julien Grall" > <julien@xxxxxxx>, "Stefano Stabellini" > <sstabellini@xxxxxxxxxx>, "Anthony PERARD" <anthony.perard@xxxxxxxxxx>, > "Michal Orzel" <michal.orzel@xxxxxxx>, "Roger > Pau Monné" <roger.pau@xxxxxxxxxx>, "Timothy Pearson" > <tpearson@xxxxxxxxxxxxxxxxxxxxx> > Sent: Wednesday, November 26, 2025 7:43:17 AM > Subject: [PATCH 3/8] symbols/ppc: re-number intermediate files > In preparation to do away with symbols-dummy, re-number the assembly and > object files used, for the numbers to match the next passes real output. > This is to make 0 available to use for what now is handled by > symbols-dummy. > > Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx> Looks good to me. Acked-by: Timothy Pearson <tpearson@xxxxxxxxxxxxxxxxxxxxx> > --- a/xen/arch/ppc/Makefile > +++ b/xen/arch/ppc/Makefile > @@ -16,16 +16,16 @@ $(TARGET)-syms: $(objtree)/prelink.o $(o > $(objtree)/common/symbols-dummy.o -o $(dot-target).0 > $(NM) -pa --format=sysv $(dot-target).0 \ > | $(objtree)/tools/symbols $(all_symbols) --sysv --sort \ > - > $(dot-target).0.S > - $(MAKE) $(build)=$(@D) $(dot-target).0.o > + > $(dot-target).1.S > + $(MAKE) $(build)=$(@D) $(dot-target).1.o > $(LD) $(XEN_LDFLAGS) -T $(obj)/xen.lds $< \ > - $(dot-target).0.o -o $(dot-target).1 > + $(dot-target).1.o -o $(dot-target).1 > $(NM) -pa --format=sysv $(dot-target).1 \ > | $(objtree)/tools/symbols $(all_symbols) --sysv --sort \ > - > $(dot-target).1.S > - $(MAKE) $(build)=$(@D) $(dot-target).1.o > + > $(dot-target).2.S > + $(MAKE) $(build)=$(@D) $(dot-target).2.o > $(LD) $(XEN_LDFLAGS) -T $(obj)/xen.lds $< $(build_id_linker) \ > - $(dot-target).1.o -o $@ > + $(dot-target).2.o -o $@ > $(NM) -pa --format=sysv $@ \ > | $(objtree)/tools/symbols --all-symbols --xensyms --sysv > --sort \ > > $@.map
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |