diff --git a/ldb/regnames.c b/ldb/regnames.c
new file mode 100644
index 0000000000000000000000000000000000000000..ef5f1f58c30960a23a973caa329d592bd11321bf
--- /dev/null
+++ b/ldb/regnames.c
@@ -0,0 +1,42 @@
+/* $Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/ldb/Attic/regnames.c,v 1.1 1990/03/29 21:03:00 ch Exp $ */
+
+#include "lispregs.h"
+
+char *lisp_register_names[] = {
+	"ZERO",
+	"LIP",
+	"NL0",
+	"NL1",
+	"NL2",
+	"NL3",
+	"NL4",
+	"NARGS",
+	"A0",
+	"A1",
+	"A2",
+	"A3",
+	"A4",
+	"A5",
+	"CNAME",
+	"LEXENV",
+	"ARGS",
+	"OCONT",
+	"LRA",
+	"L0",
+	"NULL",
+	"BSP",
+	"CONT",
+	"CSP",
+	"FLAGS",
+	"ALLOC",
+	"K0",
+	"K1",
+	"L1",
+	"NSP",
+	"CODE",
+	"L2"
+};
+
+		
+   
+