mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 19:06:16 +02:00
2b55ad4ab5
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31216 3c298f89-4303-0410-b956-a3cf2f4a3e73
17 lines
710 B
Diff
17 lines
710 B
Diff
--- a/gcc/config/arm/arm-protos.h
|
|
+++ b/gcc/config/arm/arm-protos.h
|
|
@@ -42,12 +42,12 @@ extern unsigned int arm_dbx_register_num
|
|
extern void arm_output_fn_unwind (FILE *, bool);
|
|
|
|
|
|
-#ifdef RTX_CODE
|
|
extern bool arm_vector_mode_supported_p (enum machine_mode);
|
|
extern bool arm_small_register_classes_for_mode_p (enum machine_mode);
|
|
extern int arm_hard_regno_mode_ok (unsigned int, enum machine_mode);
|
|
extern bool arm_modes_tieable_p (enum machine_mode, enum machine_mode);
|
|
extern int const_ok_for_arm (HOST_WIDE_INT);
|
|
+#ifdef RTX_CODE
|
|
extern int const_ok_for_op (HOST_WIDE_INT, enum rtx_code);
|
|
extern int arm_split_constant (RTX_CODE, enum machine_mode, rtx,
|
|
HOST_WIDE_INT, rtx, rtx, int);
|