From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18732 invoked by alias); 18 Oct 2017 20:18:46 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 17952 invoked by uid 89); 18 Oct 2017 20:18:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,RP_MATCHES_RCVD,SPF_PASS autolearn=no version=3.3.2 spammy=H*MI:google, H*M:google X-HELO: mail-oi0-f73.google.com Received: from mail-oi0-f73.google.com (HELO mail-oi0-f73.google.com) (209.85.218.73) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Oct 2017 20:18:45 +0000 Received: by mail-oi0-f73.google.com with SMTP id g125so5859211oib.13 for ; Wed, 18 Oct 2017 13:18:45 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:message-id:date:subject:from:to:cc; bh=9dhpw8ede1IA8RpXilyYw/Uz+FQyZEn14kVGdAlNAXM=; b=CsVcCv9pFDJHzNYmieKDCQ9dzKWRcKN1MI4PCW4Ucpi7yx/o1bwebc9iRH/i6BnjDw BCxxkIjggtAVphu2C+BAB1tGwxFQPyDbsACHH3ATuGDLZbLzketQBSxzOt9WGl9JwA3U zShN0RfaJM4Eh2R3unuyNarhm6kXIIDXTXk6VoWcmx2O2IY7z+ueBpyl3MoCJFKEdpQA w710Qyp3BN7vUHKhB372OHdis7a78zF7l7jhXVzTu3A/eSpKMm84YT66Ds09xE1BGEnW 5EPpdRxZdOP4NZp3UE2AePc9E0hGdqFrtI7gMUNJiRe3O3dHBCbrBOvOGTpWPb86GB9Q Ic+g== X-Gm-Message-State: AMCzsaXiAqHHYQMkcjtWFNGEC7d/qsABjeTSeUA3dDXi0T8R8lILNQB7 fHWNe/q0vBPHSpOHtJdGtaAmFZ4= X-Google-Smtp-Source: AOwi7QCcS1ZrKjdAJf9FQfp++kKp9VgAjqZmZUeeT0Qehv/VOt8pwWWYFD/EHaRfWT5LQXUNecs0NNY= MIME-Version: 1.0 X-Received: by 10.157.67.136 with SMTP id t8mr9040080ote.1.1508357923505; Wed, 18 Oct 2017 13:18:43 -0700 (PDT) Message-ID: Date: Wed, 18 Oct 2017 20:18:00 -0000 Subject: Re: [PATCH v6 4/6] sim: or1k: add cgen generated files From: "Doug Evans via gdb-patches" Reply-To: Doug Evans To: Stafford Horne Cc: GDB patches , Simon Marchi , Mike Frysinger , Openrisc Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-10/txt/msg00577.txt.bz2 Stafford Horne writes: > These are the simulator files generated by cgen. These are split out > from the main sim patch to make the patch easier to review and smaller. > > sim/ChangeLog: > > yyyy-mm-dd Stafford Horne > Peter Gavin > > * or1k/arch.c: Generated. > * or1k/arch.h: Generated. > * or1k/cpu.c: Generated. > * or1k/cpu.h: Generated. > * or1k/cpuall.h: Generated. > * or1k/decode.c: Generated. > * or1k/decode.h: Generated. > * or1k/model.c: Generated. > * or1k/sem-switch.c: Generated. > * or1k/sem.c: Generated. LGTM (just generated files). Can you confirm these were generated from the current cpu/ork1* files? I didn't notice any patches for them.