Add necessary file from pre-v15 branch.
authorChris Hanson <org/chris-hanson/cph>
Fri, 12 Jan 2007 06:18:00 +0000 (06:18 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 12 Jan 2007 06:18:00 +0000 (06:18 +0000)
v7/src/microcode/make-compinit [new file with mode: 0755]

diff --git a/v7/src/microcode/make-compinit b/v7/src/microcode/make-compinit
new file mode 100755 (executable)
index 0000000..df352d3
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+grep \^DECLARE_COMPILED_CODE "${@}" | sed -e 's/.*:/  /'
+grep \^DECLARE_COMPILED_DATA "${@}" | sed -e 's/.*:/  /'
+grep \^DECLARE_DATA_OBJECT "${@}" | sed -e 's/.*:/  /'