* config/obj-coff.c (write_object_file): Don't treat h8300 and z8k specially
authorKen Raeburn <raeburn@cygnus>
Tue, 10 Jan 1995 18:42:28 +0000 (18:42 +0000)
committerKen Raeburn <raeburn@cygnus>
Tue, 10 Jan 1995 18:42:28 +0000 (18:42 +0000)
with regard to fixups.

gas/ChangeLog
gas/config/obj-coff.c

index 8c0cc3a0d63e61a659cfab59f9e7b8025db4a02c..2d8fbb667312abbcbbbfc91bb434fc6bbbcdcdfa 100644 (file)
@@ -1,3 +1,8 @@
+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
index b54e3d290b1239fb5dc797b89a8f17daf9d6ad45..ccb0842f1a7ab8dea91a09b19963455152cfe30f 100644 (file)
@@ -2943,7 +2943,9 @@ write_object_file ()
 
   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);