From: Frank Ch. Eigler Date: Tue, 22 Aug 2000 19:25:13 +0000 (+0000) Subject: * Dougly Correct class names X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=17c3bc0a5009458a44ab3825ae712b5869ce75d1;p=cgen.git * Dougly Correct class names --- diff --git a/ChangeLog b/ChangeLog index 39cac52..12cb22c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,16 +1,16 @@ 2000-08-22 Frank Ch. Eigler * Makefile.in (DIST_COMMON): Regenerated. - * ifield.scm (derived-ifield needed-iflds): New method. + * ifield.scm ( needed-iflds): New method. * iformat.scm (-ifmt-lookup-sfmt!): Use base ifields for - sfmts built from derived-ifields. - * operand.scm (-derived-parse-encoding): Give derived-ifield a fixed + sfmts built from s. + * operand.scm (-derived-parse-encoding): Give a fixed type symbol 'derived-ifield, not an unparseable string. * utils-sim.scm (op-needed-iflds) Handler 'derived-ifield case. (-sfmt-contents): Add tracing. From Doug Evans : - * sim.scm (operand cxmake-get): Result is a , not a string of + * sim.scm ( cxmake-get): Result is a , not a string of C code. 2000-08-20 Doug Evans