diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-17 20:56:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-17 20:56:49 +0000 |
commit | 42f62ead47a3896f99481a015703c225975a1423 (patch) | |
tree | e72d2a7abe31eb6f739385a7656c5e7059a6d17c /bfd | |
parent | 4c2123b67092bf786abcd334d0ae5bdfe72ca03f (diff) | |
download | gdb-42f62ead47a3896f99481a015703c225975a1423.zip gdb-42f62ead47a3896f99481a015703c225975a1423.tar.gz gdb-42f62ead47a3896f99481a015703c225975a1423.tar.bz2 |
Various entries.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 930e3cd..e7a70fd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,22 @@ +Thu Feb 17 15:29:55 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * coffgen.c (coff_write_linenumbers): Always return a value. + + * elfcode.h (elf_slurp_symbol_table): Handle zero symbols + reasonably. Allocate x_symp using alloca. + + * elfcode.h (map_program_segments): ELF program header entries + must be sorted by load address. This used to generate the entries + in reverse order. + + * section.c (SEC_IN_MEMORY): Define. + (asection): Rename unused field otheruserdata to contents, and + make it char *. + (bfd_make_section_anyway): Initialize contents field to NULL. + (bfd_get_section_contents): If SEC_IN_MEMORY is set, get section + contents from contents field rather than from file. + * bfd-in2.h: Rebuilt. + Thu Feb 17 08:30:53 1994 David J. Mackenzie (djm@thepub.cygnus.com) * bfd.c (bfd_get_error, bfd_set_error): New functions. |