]> Git Repo - binutils.git/blobdiff - ld/ChangeLog
* ldlang.c (lang_size_sections): When no address is given for a
[binutils.git] / ld / ChangeLog
index 11eae563ddc921b7bd21e2051b33c4ed815626a7..b0dc85ba2b155aa7e5c2f51faddfcc9b9998651d 100644 (file)
@@ -1,3 +1,92 @@
+Mon Apr 25 15:27:52 1994  Ian Lance Taylor  ([email protected])
+
+       * ldlang.c (lang_size_sections): When no address is given for a
+       section, align it according to its requirements.
+
+Thu Apr 21 17:24:24 1994  Ian Lance Taylor  ([email protected])
+
+       * Makefile.in (clean, distclean): Remove configdoc.texi.
+
+Tue Apr 19 12:12:15 1994  Bill Cox  ([email protected])
+
+       * configure.in: Add i[34]86-*-bsd386 to the patterns recognized.
+
+Fri Apr 15 14:35:42 1994  Ian Lance Taylor  ([email protected])
+
+       * ldlang.c (lang_size_sections): When relaxing, adjust the
+       position of a padding statement, and adjust dot accordingly.
+
+Mon Apr 11 12:32:57 1994  Ian Lance Taylor  ([email protected])
+
+       * scripttempl/i386coff.sc: If relocating, don't put .init and
+       .fini sections into .text; keep them separate.
+       * config/i386sco.mh (HOSTING_CRT0): If ../gcc/crtbegin.o does not
+       exist, get crtbegin based on gcc -print-libgcc-file-name.
+       (HOSTING_LIBS): Similar change for ../gcc/crtend.o.
+
+Mon Apr 11 10:31:00 1994  Bill Cox  ([email protected])
+
+       * Makefile.in (check): Set TCL_LIBRARY for runtest.
+
+Wed Apr  6 00:09:37 1994  Jeffrey A. Law  ([email protected])
+
+       * configure.in (hppa*-*-*elf*): Don't require "-hp-" for the
+       manufacturer.
+
+       * emultempl/hppaelf.em (hppaelf_finish): Only resize sections
+       if building a final executable.
+
+Tue Apr  5 12:17:30 1994  Ian Lance Taylor  ([email protected])
+
+       * ldmain.c (main): Check the return value of bfd_close.
+
+Thu Mar 31 18:07:06 1994  Ian Lance Taylor  ([email protected])
+
+       * scripttempl/alpha.sc: Clean up section alignment to ensure that
+       sections never overlap when using -r.
+
+Wed Mar 30 15:51:15 1994  Ian Lance Taylor  ([email protected])
+
+       * ldmisc.c (vfinfo): Change symbol reading slightly for recent BFD
+       changes: get_symtab_upper_bound renamed and returns long,
+       bfd_canonicalize_symtab returns long, check for error indications.
+
+Fri Mar 25 17:20:01 1994  Ian Lance Taylor  ([email protected])
+
+       * ldlang.c (print_input_section): For section size, use
+       _cooked_size if it is non-zero, size otherwise.
+       (size_input_section): Likewise.
+       (lang_do_assignments): Likewise (case lang_input_section_enum).
+
+Thu Mar 24 15:20:47 1994  Ian Lance Taylor  ([email protected])
+
+       * ldlang.c (new_afile): Add new argument add_to_list.  Don't set
+       real to true for lang_input_file_is_marker_enum.  Clear the_bfd.
+       (lang_add_input_file): Pass true to new_afile for add_to_list.
+       (lookup_name): Remove force_load argument.  Changed all callers.
+       Pass false to new_afile for add_to_list.  Split loading of symbols
+       out into separate function.
+       (load_symbols): New function split out of lookup_name.  Don't load
+       the symbols if they are already loaded.
+       (open_input_bfds): For lang_input_statement_enum call load_symbols
+       rather than lookup_name.
+       (lang_process): Pass abs_output_section rather than NULL to
+       lang_size_sections.
+       (lang_startup): Set real field of first_file to true.
+
+Wed Mar 23 14:15:44 1994  Ian Lance Taylor  ([email protected])
+
+       * ldlang.c (had_relax): Removed.
+       (relax_again): New static variable.
+       (lang_size_sections): Change call to bfd_relax_section to
+       correspond to BFD changes.  Set relax_again appropriately.
+       (lang_process): Remove #if 0 code.  When relaxing, keep calling
+       lang_do_assignments and lang_size_sections until relax_again
+       becomes false.
+
+       * emultemp/gld960.em: Include libiberty.h
+       (gld960_before_parse): Pass NULL as final argument to concat.
+
 Tue Mar 22 13:08:28 1994  Ian Lance Taylor  ([email protected])
 
        * scripttempl/aout.sc: Force _end and __end to be aligned to a
This page took 0.023775 seconds and 4 git commands to generate.