* obj-coffbfd.c (write_object_file): don't fixup for the z8k

* tc-z8k.[ch]: lots of bug fixes
This commit is contained in:
Steve Chamberlain
1992-09-29 19:25:33 +00:00
parent 447bbbea3a
commit 2f68cb548c
2 changed files with 6 additions and 1 deletions

View 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

View 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);