summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-04 04:35:44 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2001-08-04 04:35:44 +0000
commit6da2333bdf03d812bbf330dd5e376686bf2b9a9c (patch)
tree2f5377a1ea32013c7fca574c612d0bc73d61c0da
parentc371393a22f76ad949b6fb3825306809923d03cb (diff)
downloadppe42-gcc-6da2333bdf03d812bbf330dd5e376686bf2b9a9c.tar.gz
ppe42-gcc-6da2333bdf03d812bbf330dd5e376686bf2b9a9c.zip
* sparc-protos.h: Add prototypes for fp_zero_operand and
reg_or_0_operand. * sh-protos.h: Add prototype for fpul_operand. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44625 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/ChangeLog6
-rw-r--r--gcc/config/sh/sh-protos.h1
-rw-r--r--gcc/config/sparc/sparc-protos.h2
3 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 542277ea0e2..80c427bd9d2 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-03 Zack Weinberg <zackw@stanford.edu>
+
+ * sparc-protos.h: Add prototypes for fp_zero_operand and
+ reg_or_0_operand.
+ * sh-protos.h: Add prototype for fpul_operand.
+
2001-08-04 Hans-Peter Nilsson <hp@bitrange.com>
* doc/extend.texi (Other Builtins): Fix typo in last change.
diff --git a/gcc/config/sh/sh-protos.h b/gcc/config/sh/sh-protos.h
index f11f2e2f74b..ab00c5361de 100644
--- a/gcc/config/sh/sh-protos.h
+++ b/gcc/config/sh/sh-protos.h
@@ -88,6 +88,7 @@ extern int arith_reg_or_0_operand PARAMS ((rtx, enum machine_mode));
extern int logical_operand PARAMS ((rtx, enum machine_mode));
extern int tertiary_reload_operand PARAMS ((rtx, enum machine_mode));
extern int fpscr_operand PARAMS ((rtx, enum machine_mode));
+extern int fpul_operand PARAMS ((rtx, enum machine_mode));
extern int commutative_float_operator PARAMS ((rtx, enum machine_mode));
extern int noncommutative_float_operator PARAMS ((rtx, enum machine_mode));
extern int binary_float_operator PARAMS ((rtx, enum machine_mode));
diff --git a/gcc/config/sparc/sparc-protos.h b/gcc/config/sparc/sparc-protos.h
index b941aa95da0..78117f78aa3 100644
--- a/gcc/config/sparc/sparc-protos.h
+++ b/gcc/config/sparc/sparc-protos.h
@@ -100,6 +100,8 @@ extern int addrs_ok_for_ldd_peep PARAMS ((rtx, rtx));
extern int arith_double_4096_operand PARAMS ((rtx, enum machine_mode));
extern int arith_4096_operand PARAMS ((rtx, enum machine_mode));
extern int zero_operand PARAMS ((rtx, enum machine_mode));
+extern int fp_zero_operand PARAMS ((rtx, enum machine_mode));
+extern int reg_or_0_operand PARAMS ((rtx, enum machine_mode));
extern int eligible_for_epilogue_delay PARAMS ((rtx, int));
extern int eligible_for_return_delay PARAMS ((rtx));
extern int eligible_for_sibcall_delay PARAMS ((rtx));
OpenPOWER on IntegriCloud