From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christopher Li Subject: Re: Ignore the ms_abi/sysv_abi attributes. Date: Wed, 30 Sep 2009 13:49:59 -0700 Message-ID: <70318cbf0909301349n6a9a1beao9713fc6923ad9216@mail.gmail.com> References: <20090929210106.GA3592@redhat.com> <70318cbf0909291630q73f92ab9ma980ca98564f366f@mail.gmail.com> <4AC3BDCA.9090300@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: Received: from mail-vw0-f192.google.com ([209.85.212.192]:54044 "EHLO mail-vw0-f192.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754078AbZI3U51 (ORCPT ); Wed, 30 Sep 2009 16:57:27 -0400 Received: by vws30 with SMTP id 30so4412738vws.21 for ; Wed, 30 Sep 2009 13:57:31 -0700 (PDT) In-Reply-To: <4AC3BDCA.9090300@redhat.com> Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Michael Stefaniuc Cc: linux-sparse@vger.kernel.org On Wed, Sep 30, 2009 at 1:21 PM, Michael Stefaniuc wrote: > The nicest part about this is that the ignored attributes are now sorted > alphabetically and one doesn't have to figure out where exactly to add them. Thanks, I like that too :-) I actually write a five lines python script to short them and make sure I did not drop some of the attributes. Chris