Commit 45050557 by Andrew Pinski Committed by Andrew Pinski

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
parent 10d22567
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> 2006-02-06 Zdenek Dvorak <dvorakz@suse.cz>
* tree-vrp.c (execute_vrp): Do not pass dump argument to. * tree-vrp.c (execute_vrp): Do not pass dump argument to.
......
...@@ -20199,7 +20199,7 @@ ...@@ -20199,7 +20199,7 @@
(define_insn "trap" (define_insn "trap"
[(trap_if (const_int 1) (const_int 6))] [(trap_if (const_int 1) (const_int 6))]
"" ""
".word\t0x0b0f" { return ASM_SHORT "0x0b0f"; }
[(set_attr "length" "2")]) [(set_attr "length" "2")])
(define_expand "sse_prologue_save" (define_expand "sse_prologue_save"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment