* coffgen.c (coff_real_object_p): Set start address and flags

before calling coff_mkobject_hook.  Restore them on failure.
	* ecoff.c (_bfd_ecoff_mkobject_hook): If not ECOFF_AOUT_ZMAGIC,
	clear D_PAGED.
PR 6341.
This commit is contained in:
Ian Lance Taylor 1995-02-17 16:57:18 +00:00
parent 6dc6a81a7c
commit 6936966a62
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
Fri Feb 17 11:45:38 1995 Ian Lance Taylor <ian@cygnus.com>
* coffgen.c (coff_real_object_p): Set start address and flags
before calling coff_mkobject_hook. Restore them on failure.
* ecoff.c (_bfd_ecoff_mkobject_hook): If not ECOFF_AOUT_ZMAGIC,
clear D_PAGED.
* coffgen.c: Reindented.
Thu Feb 16 14:37:23 1995 Doug Evans <dje@cygnus.com>