re PR target/23359 (Many Solaris 10/x86 testsuite failures with native as: use of .word)

2006-02-06  Andrew Pinski  <pinskia@physics.uc.edu>

        PR target/23359
        * config/i386/i386.md (trap): Use ASM_SHORT instead of .word.

From-SVN: r110657
This commit is contained in:
Andrew Pinski 2006-02-06 18:39:30 +00:00 committed by Andrew Pinski
parent 10d2256750
commit 4505055765
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-02-06 Andrew Pinski <pinskia@physics.uc.edu>
PR target/23359
* config/i386/i386.md (trap): Use ASM_SHORT instead of .word.
2006-02-06 Zdenek Dvorak <dvorakz@suse.cz>
* tree-vrp.c (execute_vrp): Do not pass dump argument to.

View file

@ -20199,7 +20199,7 @@
(define_insn "trap"
[(trap_if (const_int 1) (const_int 6))]
""
".word\t0x0b0f"
{ return ASM_SHORT "0x0b0f"; }
[(set_attr "length" "2")])
(define_expand "sse_prologue_save"