Various entries.

This commit is contained in:
Ian Lance Taylor 1994-02-17 20:56:49 +00:00
parent 4c2123b670
commit 42f62ead47
2 changed files with 28 additions and 0 deletions

View 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.

View 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