removed %0 stuff
authorceriel <none@none>
Mon, 9 Feb 1987 16:47:04 +0000 (16:47 +0000)
committerceriel <none@none>
Mon, 9 Feb 1987 16:47:04 +0000 (16:47 +0000)
mach/6500/cg/mach.h
mach/i86/cg/mach.h
mach/m68k2/cg/mach.h
mach/ns/ncg/mach.h

index 1adf667..d8068ad 100644 (file)
@@ -10,7 +10,7 @@
 
 #define cst_fmt         "%d"
 #define off_fmt         "%d"
-#define ilb_fmt         "I%03x%x"
+#define ilb_fmt         "I%x_%x"
 #define dlb_fmt         "_%d"
 #define hol_fmt         "hol%d"
 
index 8410ca9..ec3b070 100644 (file)
@@ -12,7 +12,7 @@
 
 #define cst_fmt         "%d"
 #define off_fmt         "%d"
-#define ilb_fmt         "I%03x%x"
+#define ilb_fmt         "I%x_%x"
 #define dlb_fmt         "_%d"
 #define hol_fmt         "hol%d"
 
index 8a385ff..521cb1a 100644 (file)
@@ -9,7 +9,7 @@
 #define        pop_fmt         "(sp)+"
 #define cst_fmt                "%ld"
 #define        off_fmt         "%ld"
-#define ilb_fmt                "I%03x%x"
+#define ilb_fmt                "I%x_%x"
 #define dlb_fmt                "_%d"
 #define        hol_fmt         "hol%d"
 
index 225c9dc..cdb6ff5 100644 (file)
@@ -1,4 +1,4 @@
-/* $Header$ */
+$Header$ */
 
 #define ex_ap(y)        fprintf(codefile,".extern %s\n",y)
 #define in_ap(y)        /* nothing */
@@ -10,7 +10,7 @@
 
 #define cst_fmt         "%ld"
 #define off_fmt         "%ld"
-#define ilb_fmt         "I%03x%x"
+#define ilb_fmt         "I%x_%x"
 #define dlb_fmt         "_%d"
 #define hol_fmt         "hol%d"