OSDN Git Service

gcc/
authorhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Feb 2009 06:17:52 +0000 (06:17 +0000)
committerhjl <hjl@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 18 Feb 2009 06:17:52 +0000 (06:17 +0000)
commitf29980e5d27d9f744359173bb14ad7cc1b9f42fc
tree268117c0a63379417b939a66045d1dbf33c0ac2d
parent58beda63f376cff75f809961202d11bdf09ff520
gcc/

2009-02-17  Xuepeng Guo  <xuepeng.guo@intel.com>

PR target/38891
* config/i386/i386.h (CONDITIONAL_REGISTER_USAGE): Move the hunk of
initialization for MS_ABI prior to the hunk of !TARGET_MMX.

gcc/testsuite

2009-02-17  Xuepeng Guo  <xuepeng.guo@intel.com>

PR target/38891
* gcc.dg/callabi/pr38891.c: New.

2009-02-17  H.J. Lu  <hongjiu.lu@intel.com>

* gcc.dg/callabi/callabi.exp: New.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144258 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config/i386/i386.h
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/callabi/callabi.exp [new file with mode: 0644]
gcc/testsuite/gcc.dg/callabi/pr38891.c [new file with mode: 0644]