xm-i386.h: Define `__i386__' if not defined...
authorDavid O'Brien <obrien@FreeBSD.org>
Tue, 23 Nov 1999 06:09:34 +0000 (06:09 +0000)
committerJeff Law <law@gcc.gnu.org>
Tue, 23 Nov 1999 06:09:34 +0000 (23:09 -0700)
commitd7ebf9ea950d7aee3b8cf3e316aa260211719afb
tree8539c15b5a167da7b8f80b16deff39ce46ae06c5
parent2ef5661218b82622db852078f8d4aab825500daa
xm-i386.h: Define `__i386__' if not defined...

        * xm-i386.h: Define `__i386__' if not defined, rather than `i386'
        which is in the user's namespace.
        * libgcc2.c: Look for the ANSI-C approved `__i386__' symbol, vs.
        `i386' which is not in our namespace.

From-SVN: r30627
gcc/ChangeLog
gcc/config/i386/xm-i386.h
gcc/libgcc2.c