From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 79504 invoked by alias); 8 Nov 2016 20:22:52 -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 79483 invoked by uid 89); 8 Nov 2016 20:22:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=states X-HELO: mail-wm0-f42.google.com Received: from mail-wm0-f42.google.com (HELO mail-wm0-f42.google.com) (74.125.82.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 08 Nov 2016 20:22:50 +0000 Received: by mail-wm0-f42.google.com with SMTP id a197so268360094wmd.0 for ; Tue, 08 Nov 2016 12:22:49 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=sRybeOZuci96miLdVerDKwMyRjjVmPQKcNiBYokG+jc=; b=ST5NnbUTRDleDA9bka7ibv9ufl7XR/zvTV0rDTgLVRU9to4NWfTKm/panL73yhAexc UgcGJtNsBPYpCL67orRmzXF65SZWmzPKv1NK+a5An4TsC40U9g1VZGpBxetZ9cF9P7j8 zVvoGyrAe/EMdFJlM7GDvjBI42O1ih/+WxjcSCzDl4H+FNSDa5ZVW8R7xtaGxNDUNlXN v17EvNFMTjmiGnAO6mjv9SmU0EbXQ+kk+tR9vMbg263Ift+NF6olEFKzQa/eHtUPFO6U KrvYG6NR/bQYEu6hQDZ0jUed+og2TYdaCPDmu903h9zqYywG04kpfprG+3h23ILA4KVR f4uA== X-Gm-Message-State: ABUngvc45i02+y7mUEKImihmaI5lI6Nte4X+auWj3pdsI1AkQutQ0LDMxwoa1ORXuf8UOg== X-Received: by 10.194.122.65 with SMTP id lq1mr11318860wjb.12.1478636567943; Tue, 08 Nov 2016 12:22:47 -0800 (PST) Received: from chromebook-f19.Home ([2a02:c7d:8e80:c00:2202:afff:fef6:5f17]) by smtp.gmail.com with ESMTPSA id i132sm2887622wmf.14.2016.11.08.12.22.47 (version=TLS1_2 cipher=AES128-GCM-SHA256 bits=128/128); Tue, 08 Nov 2016 12:22:47 -0800 (PST) Date: Tue, 08 Nov 2016 20:22:00 -0000 From: Yao Qi To: Doug Evans Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] osabi.c (user_osabi_state): Delete osabi_default, unused. Message-ID: <20161108202241.GA1237@chromebook-f19.Home> References: <94eb2c035cb0ff4a410540bdffe5@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <94eb2c035cb0ff4a410540bdffe5@google.com> User-Agent: Mutt/1.5.23 (2014-03-12) X-IsSubscribed: yes X-SW-Source: 2016-11/txt/msg00188.txt.bz2 On Mon, Nov 07, 2016 at 11:01:11PM +0000, Doug Evans wrote: > Hi. > > While trying to fix an osabi problem I ran across this. > [could perhaps be checked in as obvious, but there's no rule requiring that] > > 2016-11-07 Doug Evans > > * osabi.c (user_osabi_state): Delete osabi_default, unused. Patch is good to me. user_osabi_state should only have two states, "auto" (set osabi auto) and "user" (set osabi anything.else).