]> Git Repo - binutils.git/blobdiff - ld/ChangeLog
keep ld.cdtest
[binutils.git] / ld / ChangeLog
index 9c049f5f6beec926fc80542e5c6fa6f271a965b6..4786d6c1370d34668852d477e42d59fc633bd8e2 100644 (file)
@@ -1,5 +1,70 @@
+Thu Feb 17 15:51:23 1994  Ian Lance Taylor  ([email protected])
+
+       * 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  ([email protected])
+
+       * ldlang.c, ldmain.c, ldmisc.c: Use bfd_get_error and
+       bfd_set_error and new error names. 
+
+Tue Feb 15 20:14:53 1994  Ken Raeburn  ([email protected])
+
+       * ldwrite.c (build_link_order): If the cooked size of the section
+       has been set, use it, for determining link_order size.
+       (ldwrite): In the error message displayed if bfd_final_link fails,
+       indicate that it was in fact the final link step that failed.
+
+       * ldlang.c (lang_size_sections): Clear bfd_error before calling
+       bfd_relax_section, in case it returns false but doesn't flag an
+       error.  If an error is returned, indicate which one it is in the
+       error message.
+
+       * Makefile.in (install-info): Depend on ld.info, and use "$<*" so
+       it'll get picked up from $(srcdir) if appropriate.
+
+Tue Feb 15 16:32:04 1994  David J. Mackenzie  ([email protected])
+
+       * scripttempl/aout.sc: Only pad .text if PAD_TEXT is set.
+       * emulparams/i386mach.sh (PAD_TEXT): Set PAD_TEXT.
+
+Fri Feb 11 17:02:49 1994  David J. Mackenzie  ([email protected])
+
+       * ldlex.l (comment): Increment line number when newline is read.
+
+Fri Feb 11 17:36:20 1994  Ian Lance Taylor  ([email protected])
+
+       * ldlang.c (lookup_name): Take new argument, force_load.  If true,
+       reload the file even if it is already loaded.
+       (wild): Call lookup_name with force_load argument of 0.
+       (open_input_bfds): Call lookup_name with force_load argument of 1.
+       (print_symbol): Remove declaration of non-existent function.
+       (print_one_symbol): Return true rather than falling off end.
+
+Thu Feb 10 11:52:38 1994  Ian Lance Taylor  ([email protected])
+
+       * ldmain.c (main): Use %ld when printing long values.
+
+       * scripttempl/elf.sc: Move _edata after the .sdata section.
+       Permit OTHER_BSS_SYMBOLS to be defined.
+       * emulparams/elf32mipb.s (OTHER_BSS_SYMBOLS): Define _fbss.
+
+Mon Feb  7 16:31:15 1994  Jeffrey A. Law  ([email protected])
+
+       * Rename all "hppaosf" files to "hppaelf".
+       * Change all "osf" references to "elf" in hppaelf files.
+       * Makefile.in: Likewise.
+       * configure.in: Likewise.
+
 Sun Feb  6 20:31:56 1994  David J. Mackenzie  ([email protected])
 
+       * ldmain.c (main): Call xatexit, not atexit.
+       Call xmalloc_set_program_name.
+
        * ldlang.c (lang_size_sections): Check if bfd_relax_section set
        bfd_errno. 
 
This page took 0.024579 seconds and 4 git commands to generate.