]> git.ipfire.org Git - thirdparty/gcc.git/commit
Use ud2 assembly mnemonic when available.
authorRoland McGrath <mcgrathr@google.com>
Fri, 14 Feb 2014 17:37:50 +0000 (17:37 +0000)
committerRoland McGrath <roland@gcc.gnu.org>
Fri, 14 Feb 2014 17:37:50 +0000 (17:37 +0000)
commit4f1263db2987a31919449b8fc17aa804142f3c43
tree2bd877ce614f4f4e95663b617c9278762e3beb3a
parentf076a397cd94ffbf4cc61e06fb09a38caa6116e2
Use ud2 assembly mnemonic when available.

gcc/
* configure.ac (HAVE_AS_IX86_UD2): New test for 'ud2' mnemonic.
* configure: Regenerated.
* config.in: Regenerated.
* config/i386/i386.md (trap) [HAVE_AS_IX86_UD2]: Use the mnemonic
instead of ASM_SHORT.

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