]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR bootstrap/56656
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Mar 2013 09:31:52 +0000 (09:31 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Mar 2013 09:31:52 +0000 (09:31 +0000)
commit9e2820ab23ece243d5250f1ce98b59bbff2e44e4
treef3f069c571a8f10f954b123113318bd57b393d38
parent7392f17cf5c7bb675a48fc12985a79c7d740792d
PR bootstrap/56656
* configure.ac (HAVE_AS_IX86_INTERUNIT_MOVQ): New test.
* configure: Regenerate.
* config.in: Regenerate.
* config/i386/i386.md (*movdf_internal): Use
HAVE_AS_IX86_INTERUNIT_MOVQ to handle broken assemblers that require
movd instead of movq mnemonic for interunit moves.
(*movdi_internal): Ditto.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@196861 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config.in
gcc/config/i386/i386.md
gcc/configure
gcc/configure.ac