From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24394 invoked by alias); 18 Jun 2003 06:38:57 -0000 Mailing-List: contact cgen-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cgen-owner@sources.redhat.com Received: (qmail 24308 invoked from network); 18 Jun 2003 06:38:54 -0000 Received: from unknown (HELO mail.sebabeach.org) (64.165.110.50) by sources.redhat.com with SMTP; 18 Jun 2003 06:38:54 -0000 Received: by mail.sebabeach.org (Postfix, from userid 42) id 23BA7B536; Tue, 17 Jun 2003 23:42:01 -0700 (PDT) From: Doug Evans To: fche@redhat.com Cc: cgen@sources.redhat.com Subject: sid thumb file generation error Message-Id: <20030618064201.23BA7B536@mail.sebabeach.org> Date: Wed, 18 Jun 2003 06:38:00 -0000 X-SW-Source: 2003-q2/txt/msg00116.txt.bz2 Sorry about this: make cgen-all --> Including file thumb.cpu ... ERROR: ../../../../../src/sid/component/cgen-cpu/arm7t/../../../../cgen/cpu/thumb.cpu:46: define-ifield: ifield already defined:: (f-op3) I fixed the rule in cgen-cpu/Makefile.am so the file generation will stop when there's a failure now. Down the road maybe the thing to do is move fields,operands,insns,minsns to the class. [Maybe h/w too, except an arm/thumb chip only has one pc.] For now, an easier fix is not flag an error for objects from disjoint isas. I'll work on this tomorrow.