From mboxrd@z Thu Jan 1 00:00:00 1970 From: bje@sourceware.cygnus.com To: cgen-cvs@sourceware.cygnus.com Subject: src/cgen ChangeLog sim-decode.scm sim-model.scm Date: Mon, 02 Apr 2001 15:04:00 -0000 Message-id: <20010402220448.8870.qmail@sourceware.cygnus.com> X-SW-Source: 2001/msg00025.html List-Id: CVSROOT: /cvs/src Module name: src Changes by: bje@sources.redhat.com 2001-04-02 15:04:48 Modified files: cgen : ChangeLog sim-decode.scm sim-model.scm Log message: 2001-04-02 Ben Elliston * sim-decode.scm (@prefix@_init_idesc_table): Compute tabsize using the size of the table and its elements. (-gen-decode-insn-globals): Define the idesc table's size to be the last instruction enum plus one, not @PREFIX@_INSN_MAX. * sim-model.scm (-gen-mach-defns): Define CPU_MAX_INSNS as the last instruction enum plus one, not @CPU@_INSN_MAX. Patches: http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/ChangeLog.diff?cvsroot=src&r1=1.60&r2=1.61 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/sim-decode.scm.diff?cvsroot=src&r1=1.5&r2=1.6 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/cgen/sim-model.scm.diff?cvsroot=src&r1=1.1.1.1&r2=1.2