From: Ian Lance Taylor Date: Fri, 17 Feb 1995 16:57:18 +0000 (+0000) Subject: * coffgen.c (coff_real_object_p): Set start address and flags X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6936966a62a9672294b007d9567906864eea1b9a;p=binutils-gdb.git * 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. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f2ed3c32c9a..9a51ff7ab16 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ Fri Feb 17 11:45:38 1995 Ian Lance Taylor + * 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