[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 01 of 10] arm: strip xen binary
# HG changeset patch # User Tim Deegan <tim@xxxxxxx> # Date 1330018799 0 # Node ID 4a7c1420913135fbeba361cd9603e748c074cdac # Parent 0c3d19f40ab145d101de84051c3e00eef17fa1cb 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> diff -r 0c3d19f40ab1 -r 4a7c14209131 xen/arch/arm/Makefile --- a/xen/arch/arm/Makefile Mon Feb 20 22:16:32 2012 +0100 +++ b/xen/arch/arm/Makefile Thu Feb 23 17:39:59 2012 +0000 @@ -40,7 +40,7 @@ ALL_OBJS := head.o $(ALL_OBJS) # 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-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |