From 6936966a62a9672294b007d9567906864eea1b9a Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Fri, 17 Feb 1995 16:57:18 +0000 Subject: [PATCH] * 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. --- bfd/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f2ed3c32c9..9a51ff7ab1 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 -- 2.34.1