@@ -168,7 +168,7 @@ arc64_prepare_move_operands (rtx op0, rtx op1, machine_mode mode)
168168
169169/* Split a mov with long immediate instruction into smaller, size
170170 friendly instructions. */
171-
171+ #if 0
172172bool
173173arc64_split_mov_const (rtx * operands )
174174{
@@ -320,6 +320,7 @@ arc64_expand_call (rtx result, rtx mem, bool sibcall)
320320
321321 emit_call_insn (call );
322322}
323+ #endif
323324
324325/* Return nonzero if this function is known to have a null epilogue.
325326 This allows the optimizer to omit jumps to jumps if no stack
@@ -334,7 +335,7 @@ arc64_can_use_return_insn_p (void)
334335/* This is how to output a definition of an internal numbered label where
335336 PREFIX is the class of label and NUM is the number within the class. */
336337
337- static void arc_internal_label (FILE * stream , const char * prefix , unsigned long labelno )
338+ static void arc64_internal_label (FILE * stream , const char * prefix , unsigned long labelno )
338339{
339340 default_internal_label (stream , prefix , labelno );
340341}
@@ -357,8 +358,8 @@ static void arc_internal_label (FILE *stream, const char *prefix, unsigned long
357358#undef TARGET_CAN_ELIMINATE
358359#define TARGET_CAN_ELIMINATE arc64_can_eliminate
359360
360- #undef TARGET_LEGITIMATE_ADDRESS_P
361- #define TARGET_LEGITIMATE_ADDRESS_P arc64_legitimate_address_p
361+ // #undef TARGET_LEGITIMATE_ADDRESS_P
362+ // #define TARGET_LEGITIMATE_ADDRESS_P arc64_legitimate_address_p
362363
363364#undef TARGET_LEGITIMATE_CONSTANT_P
364365#define TARGET_LEGITIMATE_CONSTANT_P arc64_legitimate_constant_p
@@ -368,4 +369,4 @@ static void arc_internal_label (FILE *stream, const char *prefix, unsigned long
368369
369370struct gcc_target targetm = TARGET_INITIALIZER ;
370371
371- #include "gt-arc64.h"
372+ // #include "gt-arc64.h"
0 commit comments