diff options
author | Steve Chamberlain <sac@cygnus> | 1992-05-04 23:42:03 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1992-05-04 23:42:03 +0000 |
commit | 2cfd05621b47ac1b59e751533289e255b85e2ae5 (patch) | |
tree | 11da4e41cfa561dd760bada29c6657a27890f214 /bfd/ChangeLog | |
parent | bfbdc80f0adfc6000accbc468ed1764f5aeb8aae (diff) | |
download | gdb-2cfd05621b47ac1b59e751533289e255b85e2ae5.zip gdb-2cfd05621b47ac1b59e751533289e255b85e2ae5.tar.gz gdb-2cfd05621b47ac1b59e751533289e255b85e2ae5.tar.bz2 |
* bfd-in.h: bump version to 1.96
Major change; changed calling convention for
bfd_get_relocated_section_contents so that caller allocates
memory for section data.
* coffcode.h (bfd_coff_get_relocated_section_contents), reloc.c,
seclet.c, targets.c, bfd.c: reflect new convention.
* coffcode.h (styp_to_sec_flags): if styp_flags is not a special
case, then use reasonable default values for SEC_* flags.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a6566df..55c53b6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Mon May 4 11:49:15 1992 Steve Chamberlain (sac@thepub.cygnus.com) + + * bfd-in.h: bump version to 1.96 + Major change; changed calling convention for + bfd_get_relocated_section_contents so that caller allocates + memory for section data. + * coffcode.h (bfd_coff_get_relocated_section_contents), reloc.c, + seclet.c, targets.c, bfd.c: reflect new convention. + * coffcode.h (styp_to_sec_flags): if styp_flags is not a special + case, then use reasonable default values for SEC_* flags. + Fri May 1 12:58:34 1992 Steve Chamberlain (sac@thepub.cygnus.com) * coffcode.h (coff_write_object_contents): use RELSZ to work out |