* sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
+2002-05-10 Elena Zannoni <ezannoni@redhat.com>
+
+ * sh-tdep.c (sh_breakpoint_from_pc): Add 'const' to return type.
+
2002-05-10 Daniel Jacobowitz <drow@mvista.com>
* linespec.c (decode_line_1): Check for a double quote after
return register_names[reg_nr];
}
-static unsigned char *
+static const unsigned char *
sh_breakpoint_from_pc (CORE_ADDR *pcptr, int *lenptr)
{
/* 0xc3c3 is trapa #c3, and it works in big and little endian modes */