From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 663 invoked by alias); 25 Apr 2011 17:05:53 -0000 Received: (qmail 653 invoked by uid 22791); 25 Apr 2011 17:05:52 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-out.google.com (HELO smtp-out.google.com) (74.125.121.67) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 25 Apr 2011 17:05:41 +0000 Received: from hpaq6.eem.corp.google.com (hpaq6.eem.corp.google.com [172.25.149.6]) by smtp-out.google.com with ESMTP id p3PH5Yte006625 for ; Mon, 25 Apr 2011 10:05:34 -0700 Received: from iwn3 (iwn3.prod.google.com [10.241.68.67]) by hpaq6.eem.corp.google.com with ESMTP id p3PH4WEO024176 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NOT) for ; Mon, 25 Apr 2011 10:05:23 -0700 Received: by iwn3 with SMTP id 3so2669888iwn.15 for ; Mon, 25 Apr 2011 10:05:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.42.196.73 with SMTP id ef9mr4409926icb.307.1303751122671; Mon, 25 Apr 2011 10:05:22 -0700 (PDT) Received: by 10.231.33.1 with HTTP; Mon, 25 Apr 2011 10:05:22 -0700 (PDT) In-Reply-To: <20110425060214.GA1786@host1.jankratochvil.net> References: <20110425060214.GA1786@host1.jankratochvil.net> Date: Mon, 25 Apr 2011 17:05:00 -0000 Message-ID: Subject: Re: [gcc patch] Move ENUM_BITFIELD to ansidecl.h From: Ian Lance Taylor To: Jan Kratochvil Cc: gcc-patches@gcc.gnu.org, binutils@sourceware.org, gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-System-Of-Record: true 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 X-SW-Source: 2011-04/txt/msg00446.txt.bz2 On Sun, Apr 24, 2011 at 11:02 PM, Jan Kratochvil wrote: > include/ > 2011-04-25 =A0Jan Kratochvil =A0 > > =A0 =A0 =A0 =A0* ansidecl.h (ENUM_BITFIELD): New, from gcc/system.h. > > contrib/ > 2011-04-25 =A0Jan Kratochvil =A0 > > =A0 =A0 =A0 =A0* paranoia.cc (ENUM_BITFIELD): Remove. > > gcc/ > 2011-04-25 =A0Jan Kratochvil =A0 > > =A0 =A0 =A0 =A0* system.h (ENUM_BITFIELD): Remove. > > libcpp/ > 2011-04-25 =A0Jan Kratochvil =A0 > > =A0 =A0 =A0 =A0* system.h (ENUM_BITFIELD): Remove. > > ^^^ gcc approval > -------------------------------------------------------------------------= ----- > > for binutils part: > include/ > 2011-04-25 =A0Jan Kratochvil =A0 > > =A0 =A0 =A0 =A0* bfdlink.h (ENUM_BITFIELD): Remove. > > gdb/ > 2011-04-25 =A0Jan Kratochvil =A0 > > =A0 =A0 =A0 =A0* defs.h (ENUM_BITFIELD): Remove. This is OK. Note that binutils/gdb include directory is copied from gcc directory, so no separate approval is required there. But I technically can't approve the change to gdb/defs.h, although I think it counts as obvious given the other changes. Thanks. Ian