Added -x parameter to size, so that the code relocation is better visible.

This commit is contained in:
Piotr Esden-Tempski
2012-05-14 21:46:35 -07:00
committed by Felix Ruess
parent dced4237a9
commit 66eaf63d81
+1 -1
View File
@@ -219,7 +219,7 @@ lss: $(OBJDIR)/$(TARGET).lss
sym: $(OBJDIR)/$(TARGET).sym
# Display size of file.
ELFSIZE = $(SIZE) -A $(OBJDIR)/$(TARGET).elf
ELFSIZE = $(SIZE) -Ax $(OBJDIR)/$(TARGET).elf
sizebefore:
@if [ -f $(OBJDIR)/$(TARGET).elf ]; then echo; echo "Previous size:"; $(ELFSIZE); fi