diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-01-25 14:49:08 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-01-25 14:49:08 -0500 |
commit | a882392b9dc336c2d813093134dbc79a40fa0b47 (patch) | |
tree | b2cbbe9dc83eb501f7aff596a66788e3a07e916b | |
parent | af02caa442392f8a5eb280327d53697daa51986d (diff) | |
download | gcc-a882392b9dc336c2d813093134dbc79a40fa0b47.zip gcc-a882392b9dc336c2d813093134dbc79a40fa0b47.tar.gz gcc-a882392b9dc336c2d813093134dbc79a40fa0b47.tar.bz2 |
Update comment.
From-SVN: r8813
-rw-r--r-- | gcc/config/dsp16xx/dsp16xx.md | 6 | ||||
-rw-r--r-- | gcc/config/pdp11/pdp11.h | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gcc/config/dsp16xx/dsp16xx.md b/gcc/config/dsp16xx/dsp16xx.md index a2b36ea..276a12e 100644 --- a/gcc/config/dsp16xx/dsp16xx.md +++ b/gcc/config/dsp16xx/dsp16xx.md @@ -1,5 +1,5 @@ ;;- 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). ;; This file is part of GNU CC. @@ -184,7 +184,7 @@ output_asm_insn (\"a0=%u0\;a0l=%w0\", operands); } else - fatal (\"Illegal register for compare\"); + fatal (\"Invalid register for compare\"); } else if (GET_CODE(operands[0]) == CONST_INT) { @@ -211,7 +211,7 @@ output_asm_insn (\"a1=%u1\;a1l=%w1\", operands); } else - fatal (\"Illegal register for compare\"); + fatal (\"Invalid register for compare\"); } else if (GET_CODE (operands[1]) == MEM) { diff --git a/gcc/config/pdp11/pdp11.h b/gcc/config/pdp11/pdp11.h index 624715b..884fa4f 100644 --- a/gcc/config/pdp11/pdp11.h +++ b/gcc/config/pdp11/pdp11.h @@ -1,5 +1,5 @@ /* 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). This file is part of GNU CC. @@ -838,7 +838,7 @@ extern int current_function_pretend_args_size; && REG_OK_FOR_BASE_P (XEXP (xfoob, 0))) \ goto ADDR; \ \ - /* anything else is illegal */ \ + /* anything else is invalid */ \ fail: ; \ } |