]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* pa.h: Add declarations for many functions defined in pa.c.
authorJeffrey A Law <law@cygnus.com>
Sat, 28 Mar 1998 14:17:48 +0000 (14:17 +0000)
committerJeff Law <law@gcc.gnu.org>
Sat, 28 Mar 1998 14:17:48 +0000 (07:17 -0700)
From-SVN: r18881

gcc/ChangeLog
gcc/config/pa/pa.h

index 6288125e64dbb6e791dae9cedd0508ec98db6472..29568fe5c0b5df1644c4a86a1fbeb12270895dd4 100644 (file)
@@ -1,5 +1,7 @@
 Sat Mar 28 14:37:20 1998  Jeffrey A Law  (law@cygnus.com)
 
+       * pa.h: Add declarations for many functions defined in pa.c.
+
        * genpeep.c (main): Remove unused variable 'i' from the generated
        file.
 
index 3f3c2d0f1bb9322ed04c1b6fb92f04bc74a72b00..4fed5fe3ff87a3c97f24d4412a82c91b7cdaac64 100644 (file)
@@ -2414,6 +2414,45 @@ extern void output_global_address ();
 extern struct rtx_def *legitimize_pic_address ();
 extern struct rtx_def *gen_cmp_fp ();
 extern void hppa_encode_label ();
+extern int arith11_operand ();
+extern int int11_operand ();
+extern int reg_or_cint_move_operand ();
+extern int arith5_operand ();
+extern int uint5_operand ();
+extern int pic_label_operand ();
+extern int plus_xor_ior_operator ();
+extern int basereg_operand ();
+extern int shadd_operand ();
+extern int arith_operand ();
+extern int read_only_operand ();
+extern int move_operand ();
+extern int and_operand ();
+extern int ior_operand ();
+extern int arith32_operand ();
+extern int uint32_operand ();
+extern int reg_or_nonsymb_mem_operand ();
+extern int reg_or_0_operand ();
+extern int reg_or_0_or_nonsymb_mem_operand ();
+extern int pre_cint_operand ();
+extern int post_cint_operand ();
+extern int div_operand ();
+extern int int5_operand ();
+extern int movb_comparison_operator ();
+extern int ireg_or_int5_operand ();
+extern int fmpyaddoperands ();
+extern int fmpysuboperands ();
+extern int call_operand_address ();
+extern int cint_ok_for_move ();
+extern int ior_operand ();
+extern void emit_bcond_fp ();
+extern int emit_move_sequence ();
+extern int emit_hpdiv_const ();
+extern void hppa_expand_prologue ();
+extern void hppa_expand_epilogue ();
+extern int hppa_can_use_return_insn_p ();
+extern int is_function_label_plus_const ();
+extern int jump_in_call_delay ();
+
 
 /* Declare functions defined in pa.c and used in templates.  */