From 62e29a6546271b4104171c7e4ea1c5a7b4d3fb3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20Moln=C3=A1r?= Date: Wed, 23 Aug 2006 14:43:37 +0200 Subject: [PATCH] let us see the relocation info in the disassembled stubs --- src/stub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stub/Makefile b/src/stub/Makefile index ef24f4bb..75f615a3 100644 --- a/src/stub/Makefile +++ b/src/stub/Makefile @@ -157,7 +157,7 @@ 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) -D $2 | $(RTRIM) > $2.disasm + $(call tc,m-objdump) -Dr $2 | $(RTRIM) > $2.disasm $(call tc,m-objdump) -trwh $2 | $(RTRIM) > $2.dump cat $2.dump >> $2 endef