aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1994-02-16 01:20:05 +0000
committerKen Raeburn <raeburn@cygnus>1994-02-16 01:20:05 +0000
commit7ff6f2daf55c1f343e6de9061956c954f00d97e2 (patch)
tree56d5bd9fc53a8f59d3fc3c7ac9c58285d20e6b40
parent09a5aa5eee0dc937623425962921caef78f79d33 (diff)
downloadgdb-7ff6f2daf55c1f343e6de9061956c954f00d97e2.zip
gdb-7ff6f2daf55c1f343e6de9061956c954f00d97e2.tar.gz
gdb-7ff6f2daf55c1f343e6de9061956c954f00d97e2.tar.bz2
i960-bout linker fixes, install-info bugfix
-rw-r--r--ld/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 932b7b0..a6f829a 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.