diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-02-17 16:57:18 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-02-17 16:57:18 +0000 |
commit | 6936966a62a9672294b007d9567906864eea1b9a (patch) | |
tree | 69c197619584b84e7e09a768d386291032bffdd9 /bfd | |
parent | 6dc6a81a7ce7541cf96b3c252da1aa14763dc339 (diff) | |
download | gdb-6936966a62a9672294b007d9567906864eea1b9a.zip gdb-6936966a62a9672294b007d9567906864eea1b9a.tar.gz gdb-6936966a62a9672294b007d9567906864eea1b9a.tar.bz2 |
* 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.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index f2ed3c3..9a51ff7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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> |