X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fconfig%2F1750a%2F1750a.md;h=1ebd02e213fff4c6ea6167173945a76faa71dd08;hb=f380450bdceb4c8294e2d54b4925645385935520;hp=e9a4deb198e6935e31dde4de34a66c3a15a694ad;hpb=2a290850875743c71df2145e1cd92c6e7462175f;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/config/1750a/1750a.md b/gcc/config/1750a/1750a.md index e9a4deb198e..1ebd02e213f 100644 --- a/gcc/config/1750a/1750a.md +++ b/gcc/config/1750a/1750a.md @@ -667,7 +667,7 @@ "" "* { - char *istr; + const char *istr; switch(which_alternative) { case 0: @@ -809,7 +809,7 @@ (define_insn "" [(set (match_operand:QI 0 "register_operand" "=r") (ior:QI (match_operand:QI 1 "register_operand" "0") - (lshiftrt:QI (const_int 0x8000) + (lshiftrt:QI (const_int 32768) (match_operand:QI 2 "register_operand" "r"))))] "" "svbr r%2,%r0") @@ -818,7 +818,7 @@ (define_insn "" [(set (match_operand:QI 0 "general_operand" "=r") (and:QI (match_operand:QI 1 "general_operand" "0") - (not:QI (lshiftrt:QI (const_int 0x8000) + (not:QI (lshiftrt:QI (const_int 32768) (match_operand:QI 2 "register_operand" "r")))))] "" "rvbr r%2,%r0")