BSD 4_4 development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 18 Apr 1991 07:37:03 +0000 (23:37 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 18 Apr 1991 07:37:03 +0000 (23:37 -0800)
Work on file usr/src/usr.bin/gprof/luna68k.c
Work on file usr/src/usr.bin/gprof/hp300.c

Synthesized-from: CSRG/cd3/4.4

usr/src/usr.bin/gprof/hp300.c [new file with mode: 0644]
usr/src/usr.bin/gprof/luna68k.c [new file with mode: 0644]

diff --git a/usr/src/usr.bin/gprof/hp300.c b/usr/src/usr.bin/gprof/hp300.c
new file mode 100644 (file)
index 0000000..6a47408
--- /dev/null
@@ -0,0 +1,11 @@
+#include "gprof.h"
+
+/*
+ * gprof -c isn't currently supported...
+ */
+findcall( parentp , p_lowpc , p_highpc )
+    nltype             *parentp;
+    unsigned long      p_lowpc;
+    unsigned long      p_highpc;
+{
+}
diff --git a/usr/src/usr.bin/gprof/luna68k.c b/usr/src/usr.bin/gprof/luna68k.c
new file mode 100644 (file)
index 0000000..6a47408
--- /dev/null
@@ -0,0 +1,11 @@
+#include "gprof.h"
+
+/*
+ * gprof -c isn't currently supported...
+ */
+findcall( parentp , p_lowpc , p_highpc )
+    nltype             *parentp;
+    unsigned long      p_lowpc;
+    unsigned long      p_highpc;
+{
+}