* obj-coffbfd.c (write_object_file): don't fixup for the z8k
authorSteve Chamberlain <sac@cygnus>
Tue, 29 Sep 1992 19:25:33 +0000 (19:25 +0000)
committerSteve Chamberlain <sac@cygnus>
Tue, 29 Sep 1992 19:25:33 +0000 (19:25 +0000)
* tc-z8k.[ch]: lots of bug fixes

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

index 11d56af908ecd85219d6b0fc624dbdc3aa7d9696..172b09590b3187d11dcdae8312ae067b08aa3e95 100644 (file)
@@ -1,3 +1,8 @@
+Tue Sep 29 12:22:52 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
+
+       * obj-coffbfd.c (write_object_file): don't fixup for the z8k
+       * tc-z8k.c: lots of bug fixes
+
 Tue Sep 29 10:51:55 1992  Ian Lance Taylor  (ian@cygnus.com)
 
        * tc-i960.h, tc-i960.c: avoid the ANSI preprocessor addition
index cab70ba5c544ee40d296ce5bae149d67eab47259..3e79b7b7b29bab3eed33b367c921cf7358a69c0a 100644 (file)
@@ -1740,7 +1740,7 @@ extern void DEFUN_VOID(write_object_file)
 
     /* Turn the gas native symbol table shape into a coff symbol table */
     crawl_symbols(&filehdr, abfd);
-#ifndef TC_H8300
+#if !defined(TC_H8300) && !defined(TC_Z8K)
     for (i = SEG_E0; i < SEG_UNKNOWN; i++) 
     {
       fixup_mdeps(segment_info[i].frchainP->frch_root);
This page took 0.050616 seconds and 4 git commands to generate.