[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] arm: strip xen binary
# HG changeset patch # User Tim Deegan <tim@xxxxxxx> # Date 1330424247 0 # Node ID d19a254197d773a9ecdeb3516f2ea473ea255e29 # Parent 72551f5787763afe1c71f7f7e3999c4c2cbdd26f arm: strip xen binary The symbols in it are wrong anyway and will only confuse people who ought to be looking at xen-syms. Signed-off-by: Tim Deegan <tim@xxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Committed-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- diff -r 72551f578776 -r d19a254197d7 xen/arch/arm/Makefile --- a/xen/arch/arm/Makefile Tue Feb 28 09:06:27 2012 +0100 +++ b/xen/arch/arm/Makefile Tue Feb 28 10:17:27 2012 +0000 @@ -40,7 +40,7 @@ # XXX: VE model loads by VMA so instead of # making a proper ELF we link with LMA == VMA and adjust crudely $(OBJCOPY) --change-addresses +0x80000000 $< $@ - # XXX strip it + $(STRIP) $@ #$(TARGET): $(TARGET)-syms $(efi-y) boot/mkelf32 # ./boot/mkelf32 $(TARGET)-syms $(TARGET) 0x100000 \ _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |