* config/obj-coff.c (write_object_file): Don't treat h8300 and z8k specially
with regard to fixups.
This commit is contained in:
parent
483971bdbf
commit
7a55f46268
2 changed files with 8 additions and 1 deletions
|
@ -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>
|
Mon Jan 9 16:22:28 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
|
||||||
|
|
||||||
* config/tc-mips.c (RELAX_RELOC1, RELAX_RELOC2): Cast values to
|
* config/tc-mips.c (RELAX_RELOC1, RELAX_RELOC2): Cast values to
|
||||||
|
|
|
@ -2943,7 +2943,9 @@ write_object_file ()
|
||||||
|
|
||||||
H_SET_STRING_SIZE (&headers, string_byte_count);
|
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++)
|
for (i = SEG_E0; i < SEG_UNKNOWN; i++)
|
||||||
{
|
{
|
||||||
fixup_mdeps (segment_info[i].frchainP->frch_root, &headers, i);
|
fixup_mdeps (segment_info[i].frchainP->frch_root, &headers, i);
|
||||||
|
|
Loading…
Reference in a new issue