aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/rx
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2011-10-19 13:20:22 +0000
committerPaolo Carlini <paolo@gcc.gnu.org>2011-10-19 13:20:22 +0000
commit9aaa9e894a57c0a9b30b6a0bbdaceb293f41798e (patch)
tree51b3df315233b723b3493ae21ab0c79f22b96f45 /gcc/config/rx
parente256dfce35cac1ab31628bd03f1881e145cb137e (diff)
downloadgcc-9aaa9e894a57c0a9b30b6a0bbdaceb293f41798e.zip
gcc-9aaa9e894a57c0a9b30b6a0bbdaceb293f41798e.tar.gz
gcc-9aaa9e894a57c0a9b30b6a0bbdaceb293f41798e.tar.bz2
[multiple changes]
2011-10-19 Roland Stigge <stigge@antcom.de> PR translation/48638 * plugin.c (add_new_plugin): Fix typo in fatal_error message. 2011-10-19 Roland Stigge <stigge@antcom.de> PR translation/49517 * config/rx/rx.c (rx_print_operand): Fix typo in warning message. /cp 2011-10-19 Roland Stigge <stigge@antcom.de> PR translation/49704 * semantics.c (potential_constant_expression_1): Use "AST" instead of "ast" in sorry message. From-SVN: r180188
Diffstat (limited to 'gcc/config/rx')
-rw-r--r--gcc/config/rx/rx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rx/rx.c b/gcc/config/rx/rx.c
index 6ff9418..c9720eb 100644
--- a/gcc/config/rx/rx.c
+++ b/gcc/config/rx/rx.c
@@ -637,7 +637,7 @@ rx_print_operand (FILE * file, rtx op, int letter)
case 0xb: fprintf (file, "fintv"); break;
case 0xc: fprintf (file, "intb"); break;
default:
- warning (0, "unreocgnized control register number: %d - using 'psw'",
+ warning (0, "unrecognized control register number: %d - using 'psw'",
(int) INTVAL (op));
fprintf (file, "psw");
break;