diff options
author | Torbjorn Granlund <tege@gnu.org> | 1992-08-10 10:22:45 +0000 |
---|---|---|
committer | Torbjorn Granlund <tege@gnu.org> | 1992-08-10 10:22:45 +0000 |
commit | 2792f73522c77bee0fd5dc18716f4ec14f6e3e5e (patch) | |
tree | 3075458e05111eb5369542da590dc0adbfdb014b /gcc | |
parent | c819adf2dda929366e02434f0c662057df29473a (diff) | |
download | gcc-2792f73522c77bee0fd5dc18716f4ec14f6e3e5e.zip gcc-2792f73522c77bee0fd5dc18716f4ec14f6e3e5e.tar.gz gcc-2792f73522c77bee0fd5dc18716f4ec14f6e3e5e.tar.bz2 |
(output_zdepi): Declare.
From-SVN: r1790
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/pa/pa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h index 8bd8994..af7aa2a 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 (); |