* config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
output as hexadecimal rather than the default octal.
From-SVN: r32400
+2000-03-08 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
+
+ * config/c4x/c4x.h (PUT_SDB_TYPE): Define so that the type info is
+ output as hexadecimal rather than the default octal.
+
2000-03-07 Zack Weinberg <zack@wolery.cumb.org>
* cpphash.c (special_symbol): Fix thinko in previous commit.
#define SDB_DELIM "\n"
#define SDB_DEBUGGING_INFO
+/* Don't use octal since this can confuse gas for the c4x. */
+#define PUT_SDB_TYPE(a) fprintf(asm_out_file, "\t.type\t0x%x%s", a, SDB_DELIM)
+
#define PUT_SDB_DEF(A) \
do { fprintf (asm_out_file, "\t.sdef\t"); \
ASM_OUTPUT_LABELREF (asm_out_file, A); \