summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2009-05-27 22:23:33 -0400
committerKevin O'Connor <kevin@koconnor.net>2009-05-27 22:23:33 -0400
commit7173f6fe25f39a22c0342f81c8f49546b3a90120 (patch)
tree0dd0b7fbdfb8bcf40a8b4946f233f139ed86b9e2 /tools
parent116a044f454800f8551f67577388c0ba6ee1fbca (diff)
Keep relocated 16bit code so checkstack can use it.
Make was stripping the relocated 16bit code - keep the unstripped 16bit code so that checkstack can parse it.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checkstack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkstack.py b/tools/checkstack.py
index 503fbf3..7cc48ad 100755
--- a/tools/checkstack.py
+++ b/tools/checkstack.py
@@ -7,7 +7,7 @@
# This file may be distributed under the terms of the GNU GPLv3 license.
# Usage:
-# objdump -m i386 -M i8086 -M suffix -d out/rom16.o | tools/checkstack.py
+# objdump -m i386 -M i8086 -M suffix -d out/rom16.reloc.o | tools/checkstack.py
import sys
import re