diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-28 21:47:15 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-09-28 21:47:15 +0000 |
commit | a1b51eb3ebbf6c82f725e093e127b2e9ee71fbfc (patch) | |
tree | ae7af5b894237702097b338b4bc16c021c25e981 /bfd | |
parent | bd7b78f76952994ec6cc55fcbc2770ad2e2eff09 (diff) | |
download | gdb-a1b51eb3ebbf6c82f725e093e127b2e9ee71fbfc.zip gdb-a1b51eb3ebbf6c82f725e093e127b2e9ee71fbfc.tar.gz gdb-a1b51eb3ebbf6c82f725e093e127b2e9ee71fbfc.tar.bz2 |
* section.c (bfd_make_section_anyway): New function.
* section.c: Change comments to say several sections can have
the same name.
* bfd-in2.h: Re-generate to reflect above change.
* coffgen.c (make_a_section_from_file): Call bfd_make_section_anyway
if still no section after the bfd_coff_make_section_hook.
* coffcode.h: Add comment about TWO_DATA_SECS.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3c9a23a..dc97873 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Tue Sep 28 14:47:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * section.c (bfd_make_section_anyway): New function. + * section.c: Change comments to say several sections can have + the same name. + * bfd-in2.h: Re-generate to reflect above change. + * coffgen.c (make_a_section_from_file): Call bfd_make_section_anyway + if still no section after the bfd_coff_make_section_hook. + * coffcode.h: Add comment about TWO_DATA_SECS. + Tue Sep 28 03:22:24 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * ecoff.c (ecoff_slurp_symbolic_info): Always determine raw_size |