re PR target/43733 (bootstrap fails on Solaris 10 x86 with GNU as 2.15 and --with...
authorUros Bizjak <ubizjak@gmail.com>
Thu, 20 May 2010 18:52:03 +0000 (20:52 +0200)
committerUros Bizjak <uros@gcc.gnu.org>
Thu, 20 May 2010 18:52:03 +0000 (20:52 +0200)
commit953c29f73eb8ad665a5e1324bb0b66f98a8e6839
treed47931631b96026df91e43bfebc53d8b19e29baf
parent8961e01e953ce0ea2f91572bb3bd1d5ee0d82044
re PR target/43733 (bootstrap fails on Solaris 10 x86 with GNU as 2.15 and --with-arch=core2)

PR target/43733
* configure.ac (gcc_cv_as_ix86_sahf): Switch to 64bit mode.
* configure: Regenerate.
* config.in: Regenerate.
* config/i386/i386.md (x86_sahf_1): Conditionally output 0x9e
instead of sahf only for 64bit targets.

From-SVN: r159636
gcc/ChangeLog
gcc/config.in
gcc/config/i386/i386.md
gcc/configure
gcc/configure.ac