From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 130229 invoked by alias); 31 May 2018 14:18:15 -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 130213 invoked by uid 89); 31 May 2018 14:18:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=H*r:0700 X-HELO: 9pmail.ess.barracuda.com Received: from 9pmail.ess.barracuda.com (HELO 9pmail.ess.barracuda.com) (64.235.150.224) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 31 May 2018 14:18:12 +0000 Received: from mipsdag02.mipstec.com (mail2.mips.com [12.201.5.32]) by mx30.ess.sfj.cudaops.com (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA256 bits=128 verify=NO); Thu, 31 May 2018 14:18:06 +0000 Received: from [10.20.78.29] (10.20.78.29) by mipsdag02.mipstec.com (10.20.40.47) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1415.2; Thu, 31 May 2018 07:18:06 -0700 Date: Thu, 31 May 2018 14:46:00 -0000 From: "Maciej W. Rozycki" To: Eli Zaretskii CC: , Subject: Re: [PATCH v2] arch-utils: Make the last endianness actually chosen sticky In-Reply-To: <83o9gwh7r8.fsf@gnu.org> Message-ID: References: <83o9gwh7r8.fsf@gnu.org> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-ClientProxiedBy: mipsdag02.mipstec.com (10.20.40.47) To mipsdag02.mipstec.com (10.20.40.47) X-BESS-ID: 1527776282-637140-22267-488420-2 X-BESS-VER: 2018.6-r1805181819 X-BESS-Apparent-Source-IP: 12.201.5.32 X-BESS-Outbound-Spam-Score: 0.00 X-BESS-Outbound-Spam-Report: Code version 3.2, rules version 3.2.2.193577 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------- 0.00 BSF_BESS_OUTBOUND META: BESS Outbound X-BESS-Outbound-Spam-Status: SCORE=0.00 using account:ESS59374 scores of KILL_LEVEL=7.0 tests=BSF_BESS_OUTBOUND X-BESS-BRTS-Status:1 X-SW-Source: 2018-05/txt/msg00851.txt.bz2 On Wed, 30 May 2018, Eli Zaretskii wrote: > > gdb/ > > * arch-utils.c (gdbarch_info_fill): Set `default_byte_order' to > > the endianness selected. > > * NEWS: Document `set endian auto' mode operation update. > > > > gdb/doc/ > > * gdb.texinfo (Choosing Target Byte Order): Document endianness > > selection details with the `set endian auto' mode. > > > > gdb/testsuite > > * gdb.base/endian.exp: New test. > > * gdb.base/endian.c: New test source. > > OK for the documentation parts. Applied now, thanks for your review. Maciej