summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--master/process_map_tool.patch13
-rw-r--r--master/series1
2 files changed, 14 insertions, 0 deletions
diff --git a/master/process_map_tool.patch b/master/process_map_tool.patch
new file mode 100644
index 0000000..08a0753
--- /dev/null
+++ b/master/process_map_tool.patch
@@ -0,0 +1,13 @@
+diff --git a/process_map b/process_map
+new file mode 100755
+index 0000000..847a437
+--- /dev/null
++++ b/process_map
+@@ -0,0 +1,7 @@
++#!/bin/sh
++sed -i \
++ -e '1,/^Symbols in Segment/d' \
++ -e '/^Symbols in Segment/d' \
++ -e '/^$/d' \
++ -e 's/^\(.[^ ]*\).[ ]*.[^ ]*.[ ]*\(.[^ ]*\).*$/ \2 \1/' \
++ "$@"
diff --git a/master/series b/master/series
index 2fb1145..f577bb2 100644
--- a/master/series
+++ b/master/series
@@ -4,4 +4,5 @@ fix-nls.patch
set-default-org-for-timex.patch
timex-instructions.patch
timex-pseudo-instructions.patch
+process_map_tool.patch
endstop