From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from userp2120.oracle.com (userp2120.oracle.com [156.151.31.85]) by sourceware.org (Postfix) with ESMTPS id C5C6B384407D for ; Tue, 4 Aug 2020 14:59:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org C5C6B384407D Received: from pps.filterd (userp2120.oracle.com [127.0.0.1]) by userp2120.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 074Ew05M107180; Tue, 4 Aug 2020 14:59:57 GMT Received: from userp3030.oracle.com (userp3030.oracle.com [156.151.31.80]) by userp2120.oracle.com with ESMTP id 32n11n4rth-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=FAIL); Tue, 04 Aug 2020 14:59:57 +0000 Received: from pps.filterd (userp3030.oracle.com [127.0.0.1]) by userp3030.oracle.com (8.16.0.42/8.16.0.42) with SMTP id 074EvjQF041479; Tue, 4 Aug 2020 14:59:56 GMT Received: from userv0122.oracle.com (userv0122.oracle.com [156.151.31.75]) by userp3030.oracle.com with ESMTP id 32njaws318-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 04 Aug 2020 14:59:56 +0000 Received: from abhmp0005.oracle.com (abhmp0005.oracle.com [141.146.116.11]) by userv0122.oracle.com (8.14.4/8.14.4) with ESMTP id 074ExuO2007549; Tue, 4 Aug 2020 14:59:56 GMT Received: from termi.oracle.com (/10.175.23.64) by default (Oracle Beehive Gateway v4.0) with ESMTP ; Tue, 04 Aug 2020 07:59:55 -0700 From: "Jose E. Marchesi" To: Andrew Burgess Cc: gdb-patches@sourceware.org Subject: Re: [PATCH V6 3/3] sim: generated files for the eBPF simulator References: <20200803140237.14476-1-jose.marchesi@oracle.com> <20200803140237.14476-4-jose.marchesi@oracle.com> <20200804135112.GW853475@embecosm.com> Date: Tue, 04 Aug 2020 16:59:52 +0200 In-Reply-To: <20200804135112.GW853475@embecosm.com> (Andrew Burgess's message of "Tue, 4 Aug 2020 14:51:12 +0100") Message-ID: <87bljq8niv.fsf@oracle.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9703 signatures=668679 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 bulkscore=0 phishscore=0 mlxlogscore=999 mlxscore=0 spamscore=0 malwarescore=0 adultscore=0 suspectscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2008040113 X-Proofpoint-Virus-Version: vendor=nai engine=6000 definitions=9703 signatures=668679 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 clxscore=1015 priorityscore=1501 impostorscore=0 lowpriorityscore=0 malwarescore=0 spamscore=0 mlxscore=0 suspectscore=0 mlxlogscore=999 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2006250000 definitions=main-2008040113 X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP, UNPARSEABLE_RELAY autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Aug 2020 15:00:00 -0000 > * Jose E. Marchesi via Gdb-patches [2020-08-03 16:02:37 +0200]: > >> This patch adds the autootools and CGEN generated files for the eBPF >> simulator. > > Given my notes below, this message is out of date, 'autotools' files > are not changed in this commit. Thanks for noticing this. I had to partition the series several times just to avoid hitting the mailman maximum message limit. Will adjust the commit message accordingly. > >> >> sim/ChangeLog: >> >> 2020-08-03 Jose E. Marchesi >> David Faust >> >> * configure: Generate. > > This file is not changed in this commit. > >> * bpf/arch.c: Likewise. >> * bpf/arch.h: Likewise. >> * bpf/cpu.c: Likewise. >> * bpf/cpu.h: Likewise. >> * bpf/cpuall.h: Likewise. >> * bpf/decode-be.c: Likewise. >> * bpf/decode-be.h: Likewise. >> * bpf/decode-le.c: Likewise. >> * bpf/decode-le.h: Likewise. >> * bpf/decode.h: Likewise. > > Nor is this file. > >> * bpf/defs-be.h: Likewise. >> * bpf/defs-le.h: Likewise. >> * bpf/sem-be.c: Likewise. >> * bpf/sem-le.c: Likewise. > > > Otherwise I'm happy with this commit - it's all machine generated > after all :) Thanks :)