--- gcc/config/pdp11/pdp11.c 2018/04/24 18:21:49 1.1 +++ gcc/config/pdp11/pdp11.c 2018/04/24 18:29:22 1.1.1.2 @@ -1,5 +1,5 @@ /* Subroutines for gcc2 for pdp11. - 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. @@ -16,7 +16,8 @@ GNU General Public License for more deta 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. */ #ifndef FILE #include @@ -648,6 +649,13 @@ output_move_quad (operands) CONST_DOUBLE_LOW (operands[1])); #endif /* HOST_WORDS_BIG_ENDIAN */ } + else if (GET_CODE(operands[1]) == CONST_INT) + { + latehalf[1] = gen_rtx (CONST_INT, VOIDmode, 0); + } + else + abort(); + } else latehalf[1] = operands[1]; @@ -1030,7 +1038,7 @@ notice_update_cc_on_set(exp, insn) } else /* if (GET_CODE (SET_DEST (exp)) == MEM) */ { - /* the last else is a bit paranoic, but since nearly all instructions + /* the last else is a bit paranoiac, but since nearly all instructions play with condition codes, it's reasonable! */ CC_STATUS_INIT; /* paranoia*/