Commit a882392b by Richard Kenner

Update comment.

From-SVN: r8813
parent af02caa4
;;- Machine description for the AT&T DSP1600 for GNU C compiler ;;- Machine description for the AT&T DSP1600 for GNU C compiler
;; Copyright (C) 1994 Free Software Foundation, Inc. ;; Copyright (C) 1994, 1995 Free Software Foundation, Inc.
;; Contributed by Michael Collison (collison@world.std.com). ;; Contributed by Michael Collison (collison@world.std.com).
;; This file is part of GNU CC. ;; This file is part of GNU CC.
...@@ -184,7 +184,7 @@ ...@@ -184,7 +184,7 @@
output_asm_insn (\"a0=%u0\;a0l=%w0\", operands); output_asm_insn (\"a0=%u0\;a0l=%w0\", operands);
} }
else else
fatal (\"Illegal register for compare\"); fatal (\"Invalid register for compare\");
} }
else if (GET_CODE(operands[0]) == CONST_INT) else if (GET_CODE(operands[0]) == CONST_INT)
{ {
...@@ -211,7 +211,7 @@ ...@@ -211,7 +211,7 @@
output_asm_insn (\"a1=%u1\;a1l=%w1\", operands); output_asm_insn (\"a1=%u1\;a1l=%w1\", operands);
} }
else else
fatal (\"Illegal register for compare\"); fatal (\"Invalid register for compare\");
} }
else if (GET_CODE (operands[1]) == MEM) else if (GET_CODE (operands[1]) == MEM)
{ {
......
/* Definitions of target machine for GNU compiler, for the pdp-11 /* Definitions of target machine for GNU compiler, for the pdp-11
Copyright (C) 1994 Free Software Foundation, Inc. Copyright (C) 1994, 1995 Free Software Foundation, Inc.
Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at). Contributed by Michael K. Gschwind (mike@vlsivie.tuwien.ac.at).
This file is part of GNU CC. This file is part of GNU CC.
...@@ -838,7 +838,7 @@ extern int current_function_pretend_args_size; ...@@ -838,7 +838,7 @@ extern int current_function_pretend_args_size;
&& REG_OK_FOR_BASE_P (XEXP (xfoob, 0))) \ && REG_OK_FOR_BASE_P (XEXP (xfoob, 0))) \
goto ADDR; \ goto ADDR; \
\ \
/* anything else is illegal */ \ /* anything else is invalid */ \
fail: ; \ fail: ; \
} }
......
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