OSDN Git Service

Remove duplicate definition of TARGET_64BIT_MS_ABI.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Aug 2010 23:58:14 +0000 (23:58 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 4 Aug 2010 23:58:14 +0000 (23:58 +0000)
commit22ab0a325c5d53e7ba0dedbc7039021fdc76121d
treec8b3aa1c22aecb9762edd8c7095eed0b32b718ee
parent071418aca492c51f81b2f855a061b094b1d6f3c0
Remove duplicate definition of TARGET_64BIT_MS_ABI.

The definition in cygming.h differed from the definition in i386.h in
that the predicate was true for 32-bit when outside of any function.
Which (a) seems wrong and (b) never matters because the predicate is
only tested in terms of REGPARM and RED_ZONE, both of which are tied
to functions.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@162887 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/cygming.h