From: Ken Raeburn Date: Wed, 16 Feb 1994 01:20:05 +0000 (+0000) Subject: i960-bout linker fixes, install-info bugfix X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7ff6f2daf55c1f343e6de9061956c954f00d97e2;p=binutils-gdb.git i960-bout linker fixes, install-info bugfix --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 932b7b042db..a6f829a0a45 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,23 @@ +Tue Feb 15 20:14:53 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + + * 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 (djm@rtl.cygnus.com) + + * 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 (djm@thepub.cygnus.com) * ldlex.l (comment): Increment line number when newline is read.