--- gcc/config/dsp16xx/dsp16xx.md 2018/04/24 18:21:10 1.1 +++ gcc/config/dsp16xx/dsp16xx.md 2018/04/24 18:28:29 1.1.1.2 @@ -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. @@ -16,7 +16,8 @@ ;; You should have received a copy of the GNU General Public License ;; along with GNU CC; see the file COPYING. If not, write to -;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. +;; the Free Software Foundation, 59 Temple Place - Suite 330, +;; Boston, MA 02111-1307, USA. ;;- See file "rtl.def" for documentation on define_insn, match_*, et. al. @@ -184,7 +185,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 +212,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) { @@ -962,8 +963,8 @@ switch (which_alternative) { case 0: - /* We have to use the move mneumonic otherwise the 1610 will - attempt to transfer all 32-bits of 'y', 'p' or an accumualtor + /* We have to use the move mnemonic otherwise the 1610 will + attempt to transfer all 32-bits of 'y', 'p' or an accumulator , which we don't want */ if (REGNO(operands[1]) == REG_Y || REGNO(operands[1]) == REG_PROD || IS_ACCUM_REG(REGNO(operands[1]))) @@ -1008,8 +1009,8 @@ switch (which_alternative) { case 0: - /* We have to use the move mneumonic otherwise the 1610 will - attempt to transfer all 32-bits of 'y', 'p' or an accumualtor + /* We have to use the move mnemonic otherwise the 1610 will + attempt to transfer all 32-bits of 'y', 'p' or an accumulator , which we don't want */ if (REGNO(operands[1]) == REG_Y || REGNO(operands[1]) == REG_PROD || IS_ACCUM_REG(REGNO(operands[1])))