This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: -Dgnu_{linux,hurd}
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Mark Mitchell <mark at codesourcery dot com>
- Cc: "gcc-bugs at gcc dot gnu dot org" <gcc-bugs at gcc dot gnu dot org>,"gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Sun, 14 Apr 2002 23:29:21 -0700
- Subject: Re: -Dgnu_{linux,hurd}
- References: <Pine.LNX.4.33.0204132147050.22725-100000@kern.srcf.societies.cam.ac.uk> <71350000.1018731398@gandalf.codesourcery.com> <20020414064929.GB3867@codesourcery.com> <86560000.1018775287@gandalf.codesourcery.com>
On Sun, Apr 14, 2002 at 02:08:07AM -0700, Mark Mitchell wrote:
>
> I'll approve the patch, but on two conditions:
>
> 1. You add deprecation documentation to the NEWS file for GCC 3.1,
> and/or the CPP manual.
Okay.
> 2. We wait until next Friday to give anyone with a major beef about
> this a chance to object. If there are objections, we'll decide
> how credible they are. Otherwise, please check this in then.
Fair enough. The patch needs some other work anyway -- Joseph points
out that names like __i386 need to be defined too, and something has
to be done to the code in fixincludes that tries to figure out which
macros a target defines outside the reserved namespace. (An explicit
list in tm.h, I'm thinking.)
zw