From 42f62ead47a3896f99481a015703c225975a1423 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 17 Feb 1994 20:56:49 +0000 Subject: [PATCH] Various entries. --- bfd/ChangeLog | 19 +++++++++++++++++++ ld/ChangeLog | 9 +++++++++ 2 files changed, 28 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 930e3cd9fb5..e7a70fd8df5 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. diff --git a/ld/ChangeLog b/ld/ChangeLog index 82ec5ddf7f2..4786d6c1370 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,12 @@ +Thu Feb 17 15:51:23 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * ldlang.c, ldmain.c: Include libiberty.h. + + * ldmisc.h (concat): Don't declare. + * ldmisc.c (concat): Don't define; just use the one in libiberty. + + * ld.h (as_output_section_statement): Removed; not used. + Thu Feb 17 09:32:14 1994 David J. Mackenzie (djm@thepub.cygnus.com) * ldlang.c, ldmain.c, ldmisc.c: Use bfd_get_error and -- 2.30.2