+Tue Jan 10 13:34:14 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
+
+ * config/obj-coff.c (write_object_file): Don't treat h8300 and z8k
+ specially with regard to fixups.
+
Mon Jan 9 16:22:28 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
* config/tc-mips.c (RELAX_RELOC1, RELAX_RELOC2): Cast values to
H_SET_STRING_SIZE (&headers, string_byte_count);
-#if !defined(TC_H8300) && !defined(TC_Z8K)
+ /* @@ Try this unconditionally for now. Let me know if you encounter
+ cases that don't work. -- Ken */
+#if 1 /* !defined(TC_H8300) && !defined(TC_Z8K) */
for (i = SEG_E0; i < SEG_UNKNOWN; i++)
{
fixup_mdeps (segment_info[i].frchainP->frch_root, &headers, i);