Some linker.cpp cleanups.
This commit is contained in:
+2
-2
@@ -153,8 +153,8 @@ define tc.default.embed_objinfo
|
||||
$(call tc,m-objcopy) --strip-unneeded $2
|
||||
$(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
|
||||
sed -e 's/[ ]*$$//' < $2.dump >> $2
|
||||
$(call tc,m-objdump) -trwh $2 | sed -e 's/[ ]*$$//' > $2.dump
|
||||
cat $2.dump >> $2
|
||||
endef
|
||||
|
||||
# some common settings for $(tc_list)
|
||||
|
||||
Reference in New Issue
Block a user