]> git.ipfire.org Git - thirdparty/gcc.git/commit
configure.ac (HAVE_AS_IX86_SAHF): On x86 targets check whether the configured assembl...
authorUros Bizjak <ubizjak@gmail.com>
Wed, 14 Mar 2007 21:03:59 +0000 (22:03 +0100)
committerUros Bizjak <uros@gcc.gnu.org>
Wed, 14 Mar 2007 21:03:59 +0000 (22:03 +0100)
commit38ca3765253c05cc3bdba77c942c2a00b0da132d
tree607098977428b569ac568220d0c2c564dc2232f5
parente9f646295d8d233b95d43a60cf2e596f38469c3e
configure.ac (HAVE_AS_IX86_SAHF): On x86 targets check whether the configured assembler supports the sahf mnemonic.

        * configure.ac (HAVE_AS_IX86_SAHF): On x86 targets check whether
        the configured assembler supports the sahf mnemonic.
        * configure: Regenerate.
        * config.in: Regenerate.

        * config/i386/i386.md (x86_sahf_1): Depending on HAVE_AS_IX86_SAHF,
        emit "sahf" or ".byte\t0x9e" as asm template.

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