BSD 4_3_Tahoe development
authorCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 2 Jul 1987 15:20:39 +0000 (07:20 -0800)
committerCSRG <csrg@ucbvax.Berkeley.EDU>
Thu, 2 Jul 1987 15:20:39 +0000 (07:20 -0800)
Work on file usr/src/ucb/dbx/tests/cc/out/out.tahoe/enum.out
Work on file usr/src/lib/old_compiler/dbx/tests/cc/out/out.tahoe/enum.out

Synthesized-from: CSRG/cd2/4.3tahoe

usr/src/lib/old_compiler/dbx/tests/cc/out/out.tahoe/enum.out [new file with mode: 0644]
usr/src/ucb/dbx/tests/cc/out/out.tahoe/enum.out [new file with mode: 0644]

diff --git a/usr/src/lib/old_compiler/dbx/tests/cc/out/out.tahoe/enum.out b/usr/src/lib/old_compiler/dbx/tests/cc/out/out.tahoe/enum.out
new file mode 100644 (file)
index 0000000..8d3e1e2
--- /dev/null
@@ -0,0 +1,10 @@
+reading symbolic information ...
+typedef enum { RED, GREEN, BLUE } Color;
+Color c;
+[1] stop in f
+[1] stopped in f at line 14
+   14       printf("c = %d\n", c);
+f(c = RED), line 14 in "enum.c"
+main(0x1, 0xbfffe7e8, 0xbfffe7f0), line 8 in "enum.c"
+RED 
+BLUE 
diff --git a/usr/src/ucb/dbx/tests/cc/out/out.tahoe/enum.out b/usr/src/ucb/dbx/tests/cc/out/out.tahoe/enum.out
new file mode 100644 (file)
index 0000000..8d3e1e2
--- /dev/null
@@ -0,0 +1,10 @@
+reading symbolic information ...
+typedef enum { RED, GREEN, BLUE } Color;
+Color c;
+[1] stop in f
+[1] stopped in f at line 14
+   14       printf("c = %d\n", c);
+f(c = RED), line 14 in "enum.c"
+main(0x1, 0xbfffe7e8, 0xbfffe7f0), line 8 in "enum.c"
+RED 
+BLUE