Various entries.
authorIan Lance Taylor <ian@airs.com>
Thu, 17 Feb 1994 20:56:49 +0000 (20:56 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 17 Feb 1994 20:56:49 +0000 (20:56 +0000)
bfd/ChangeLog
ld/ChangeLog

index 930e3cd9fb52495c6f31dc3c8d54c18fc0a62a41..e7a70fd8df5fc7b9a1083235a8a36872267fbdf6 100644 (file)
@@ -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.
index 82ec5ddf7f2bf704fdbc822aeaf6c4fc4ba7dde2..4786d6c1370d34668852d477e42d59fc633bd8e2 100644 (file)
@@ -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