Small Makefile updates.

This commit is contained in:
Markus F.X.J. Oberhumer
2007-11-19 09:48:27 +01:00
parent e9e5507483
commit 5db2734e6f
2 changed files with 11 additions and 4 deletions
+2
View File
@@ -223,6 +223,8 @@ define tc.default.f-embed_objinfo
$(call tc,objcopy) -R .comment -R .note -R .note.GNU-stack -R .reginfo $1
$(call tc,objdump) -Dr $(tc_objdump_disasm_options) $1 | $(RTRIM) > $1.disasm
$(call tc,objdump) -htr -w $1 | $(BLSQUEEZE) > $1.dump
## TODO: stub: remove filename from dump in order reduce diff noise when renaming files
## $(call tc,objdump) -htr -w $1 | $(BLSQUEEZE) | sed -e '1s/^.*: *file format/file format/' > $1.dump
$(call tc,xstrip) --with-dump=$1.dump --create-bindump=$1.bindump $1
cat $1.dump >> $1
endef