]> git.ipfire.org Git - thirdparty/gcc.git/commit
* c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Mar 2003 20:30:06 +0000 (20:30 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Mar 2003 20:30:06 +0000 (20:30 +0000)
commit143937e1ced3934ae688a878dd393b5e534caae5
tree9e98baba4b769e2c50cd932b73d28268fbdd9eff
parentaee5d381691082c45c78b1dd0bdea5bf29fa9379
    * c-cppbuiltin.c (cb_register_builtins): Define LP64 builtins for
        LP64 targets.

        * doc/cpp.texi (Common Predefined Macros): Document __LP64__ and
        _LP64.

        * config/ia64/ia64.h (TARGET_CPU_CPP_BUILTINS): Do not define
        _LP64 macros here.
        * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Likewise.

        * config/alpha/netbsd.h (TARGET_OS_CPP_BUILTINS): Remove call to
        NETBSD_OS_CPP_BUILTINS_LP64.
        * config/sh/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.
        * config/sparc/netbsd-elf.h (TARGET_OS_CPP_BUILTINS): Likewise.

        * config/netbsd.h (NETBSD_OS_CPP_BUILTINS_LP64): Remove.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64259 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-cppbuiltin.c
gcc/config/alpha/netbsd.h
gcc/config/ia64/ia64.h
gcc/config/netbsd.h
gcc/config/pa/pa.h
gcc/config/sh/netbsd-elf.h
gcc/config/sparc/netbsd-elf.h
gcc/doc/cpp.texi