From 2792f73522c77bee0fd5dc18716f4ec14f6e3e5e Mon Sep 17 00:00:00 2001 From: Torbjorn Granlund Date: Mon, 10 Aug 1992 10:22:45 +0000 Subject: [PATCH] (output_zdepi): Declare. From-SVN: r1790 --- gcc/config/pa/pa.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 8bd8994f079..af7aa2a408c 100644 --- a/gcc/config/pa/pa.h +++ b/gcc/config/pa/pa.h @@ -1690,6 +1690,7 @@ bss_section () \ #define SMALL_INT(OP) INT_14_BITS (OP) /* Define functions in pa.c and used in insn-output.c. */ +extern char *output_zdepi (); extern char *output_move_double (); extern char *output_fp_move_double (); extern char *output_block_move (); -- 2.30.2