Update comment.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 25 Jan 1995 19:49:08 +0000 (14:49 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 25 Jan 1995 19:49:08 +0000 (14:49 -0500)
From-SVN: r8813

gcc/config/dsp16xx/dsp16xx.md
gcc/config/pdp11/pdp11.h

index a2b36ea36f2a7352dc46a371b6424116be3705c8..276a12e8b3e2123e642e6cf0b46b432dbd3e582c 100644 (file)
@@ -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.
          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)
     {
          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)
     {
index 624715bde0207dbdd95dea1aa5717f9db8de3de8..884fa4f6b4aa7d84361705e5e504bad7f38aef67 100644 (file)
@@ -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: ;                                                              \
 }