]> git.ipfire.org Git - thirdparty/gcc.git/commit
Remove duplicate definition of TARGET_64BIT_MS_ABI.
authorRichard Henderson <rth@redhat.com>
Wed, 4 Aug 2010 23:58:14 +0000 (16:58 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Wed, 4 Aug 2010 23:58:14 +0000 (16:58 -0700)
commit17959958bc8dbb861fb25cbf0edec426317e68bc
treec8b3aa1c22aecb9762edd8c7095eed0b32b718ee
parente8dc4658fa3910188ee5d7c66a801a14025df408
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.

From-SVN: r162887
gcc/ChangeLog
gcc/config/i386/cygming.h