Strip trailing whitespace from objdump info.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-08-18 13:22:38 +02:00
parent 196c0e0ebc
commit b095f2a158
26 changed files with 6783 additions and 6837 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ define tc.default.embed_objinfo
$(call tc,m-objcopy) -R .text -R .data -R .bss $2
$(call tc,m-objcopy) -R .comment -R .note -R .reginfo $2
$(call tc,m-objdump) -trwh $2 > $2.dump
cat $2.dump >> $2
sed -e 's/[ ]*$$//' < $2.dump >> $2
endef
# some common settings for $(tc_list)