aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/dsp16xx/dsp16xx.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/dsp16xx/dsp16xx.c')
-rw-r--r--gcc/config/dsp16xx/dsp16xx.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/config/dsp16xx/dsp16xx.c b/gcc/config/dsp16xx/dsp16xx.c
index e7bcdced235..69f40c7fe5f 100644
--- a/gcc/config/dsp16xx/dsp16xx.c
+++ b/gcc/config/dsp16xx/dsp16xx.c
@@ -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");
+}