This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: RFDiscussion: Macros used throughout gcc but not defined anywhere
- From: Geoff Keating <geoffk at geoffk dot org>
- To: Zack Weinberg <zack at codesourcery dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: 12 Jun 2002 20:01:15 -0700
- Subject: Re: RFDiscussion: Macros used throughout gcc but not defined anywhere
- References: <20020613001207.GA10917@codesourcery.com>
Zack Weinberg <zack@codesourcery.com> writes:
> FILE
> config/cris/cris-protos.h <global> 24 #if defined(FILE) || defined(stdin) || defined(stdout) || defined(getc) || defined(putc)
That's got to be some kind of bug.
> GCC_D30V_H
> config/d30v/d30v.h <global> 23 #ifndef GCC_D30V_H
That certainly is...
> HOST_BITS_BIG_ENDIAN
> f/target.c ffetarget_memcpy_ 2542 #ifndef HOST_BITS_BIG_ENDIAN
> f/target.c ffetarget_memcpy_ 2545 HOST_BITS_BIG_ENDIAN
>
> HOST_BYTES_BIG_ENDIAN
> f/target.c ffetarget_memcpy_ 2534 #ifndef HOST_BYTES_BIG_ENDIAN
> f/target.c ffetarget_memcpy_ 2537 HOST_BYTES_BIG_ENDIAN
... and that.
--
- Geoffrey Keating <geoffk@geoffk.org> <geoffk@redhat.com>