From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98938 invoked by alias); 31 May 2018 16:20:05 -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 98904 invoked by uid 89); 31 May 2018 16:20:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-15.0 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,GIT_PATCH_2,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.2 spammy= X-HELO: mail-it0-f67.google.com Received: from mail-it0-f67.google.com (HELO mail-it0-f67.google.com) (209.85.214.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 31 May 2018 16:20:02 +0000 Received: by mail-it0-f67.google.com with SMTP id q4-v6so28741646ite.3 for ; Thu, 31 May 2018 09:20:02 -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:in-reply-to:references:from:date :message-id:subject:to:cc; bh=lGKIQb2ONIVBF9XHk/e7p5iOV5UPkKBqH/kbCWBXJUA=; b=sWwEjE9+ZJ/F5do7L+LartootH6yaBmeSvE99q9RBuph8z8leuA/oNrIE5isQ9+kzw qPTXexZIm6tSdecTbnuI13qlNev12hTRzbYE8bxHeA21INVjibIS8V6z1i28GDHHfwm8 b2ISaXs6RhcC8TYjZa3RDu+rtPxnAWySc4Vf4wsTXmPZyfOtsO1qIuavI/JScKtvmcBU s3eGf98yA27OUI4AkX3CR2HYR2CeB0Ob78GfPhuX3IAAXMNci4Ek4d/NfyoeytVeub24 CksFUy+f9uNKn1Sx5bVOdgt9K5Dv4KGuKfx2b3+uTJo7dS45b518jV3v4h5tqInrTO+a SX3A== X-Gm-Message-State: ALKqPwd14kjM5XshUGvpNu5LVdNnO1Q1k+Hu3nFwK6gV9ztptzdjRYWL m7ScnplnGwwyhsKXXf9uJsvGSBtZIyUn8VRtMSIpr8X7 X-Google-Smtp-Source: ADUXVKII8hLOY3jO8AFIsZ7APpFVpRlP9bUTCViavEKnr6JRm7wVsH2ov/MTMV9KBjIxBvHNrEnd0Vg0ffjPs/gGilk= X-Received: by 2002:a24:1a85:: with SMTP id 127-v6mr596332iti.143.1527783601073; Thu, 31 May 2018 09:20:01 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:dd06:0:0:0:0:0 with HTTP; Thu, 31 May 2018 09:19:20 -0700 (PDT) In-Reply-To: References: From: "Doug Evans via gdb-patches" Reply-To: Doug Evans Date: Thu, 31 May 2018 17:12:00 -0000 Message-ID: Subject: Re: [PATCH v2] arch-utils: Make the last endianness actually chosen sticky To: "Maciej W. Rozycki" Cc: gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-05/txt/msg00863.txt.bz2 On Wed, May 30, 2018 at 1:15 PM, Maciej W. Rozycki 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. > --- > Hi Doug, > > Thanks for your review. Meanwhile I lost this change from my radar due > to distractions and I have only found it now as I have been processing the > backlog. LGTM. Thanks!