* dsp16xx.c (print_operand_address): Fix format specifier warning.
* dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
From-SVN: r66882
2003-05-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
+ * dsp16xx.c (print_operand_address): Fix format specifier warning.
+ * dsp16xx.h (INCLUDE_DEFAULTS): Add missing initializers.
+
* c4x.c (c4x_print_operand, c4x_print_operand_address): Fix format
specifier warnings.
default:
if (FITS_5_BITS (addr))
- fprintf (file, "*(0x%x)", (INTVAL (addr) & 0x20));
+ fprintf (file, "*(0x%x)", (int)(INTVAL (addr) & 0x20));
else
output_addr_const (file, addr);
}
/* Include path is determined from the environment variable */
#define INCLUDE_DEFAULTS \
{ \
- { 0, 0, 0 } \
+ { 0, 0, 0, 0, 0 } \
}
/* Names to predefine in the preprocessor for this target machine. */