]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/dsp16xx/dsp16xx.c
Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog for
[thirdparty/gcc.git] / gcc / config / dsp16xx / dsp16xx.c
index e7bcdced235a16e1617e608d409b5a594cec2ebe..69f40c7fe5fd489a2b2d92f2801c10d724e31132 100644 (file)
@@ -1,5 +1,5 @@
 /* Subroutines for assembler code output on the DSP1610.
-   Copyright (C) 1994, 1995, 1997 Free Software Foundation, Inc.
+   Copyright (C) 1994, 1995, 1997, 1998 Free Software Foundation, Inc.
    Contributed by Michael Collison (collison@world.std.com).
 
 This file is part of GNU CC.
@@ -2239,3 +2239,9 @@ output_block_move (operands)
   fprintf (asm_out_file, "\t}\n");
   return "";
 }
+
+void
+dsp16xx_invalid_register_for_compare ()
+{
+  fatal ("Invalid register for compare");
+}