OSDN Git Service

PR target/47135
authoramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Dec 2010 13:42:20 +0000 (13:42 +0000)
committeramylaar <amylaar@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 31 Dec 2010 13:42:20 +0000 (13:42 +0000)
* config/pdp11/pdp11.c (pdp11_asm_print_operand_punct_valid_p): Change
type to match target.def .

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168376 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/pdp11/pdp11.c

index 39fd47a..c02d742 100644 (file)
        (MIPS_CPU_STRING_DEFAULT): Undef before defining.
        (MULTILIB_DEFAULTS, MIPS_ABI_DEFAULT, SUBTARGET_CC1_SPEC): Likewise.
 
+       PR target/47135
+       * config/pdp11/pdp11.c (pdp11_asm_print_operand_punct_valid_p): Change
+       type to match target.def .
+
 2010-12-30  Mingjie Xing  <mingjie.xing@gmail.com>
 
        * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change
index 21f97d2..b6ed979 100644 (file)
@@ -770,7 +770,7 @@ pdp11_asm_print_operand (FILE *file, rtx x, int code)
 }
 
 static bool
-pdp11_asm_print_operand_punct_valid_p (char c)
+pdp11_asm_print_operand_punct_valid_p (unsigned char c)
 {
   return (c == '#' || c == '@');
 }