aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorJason Molenda <crash@cygnus>1994-05-11 01:28:18 +0000
committerJason Molenda <crash@cygnus>1994-05-11 01:28:18 +0000
commit6f9077cdc11936918c8a6b7be2e0bfba3d42b11d (patch)
tree077826f0518b6aee6265ba846e0dabd082f685c4 /binutils/ChangeLog
parent91ecc8efa9b9fd0811b2c194b76a8e3200dcf8c4 (diff)
downloadgdb-6f9077cdc11936918c8a6b7be2e0bfba3d42b11d.zip
gdb-6f9077cdc11936918c8a6b7be2e0bfba3d42b11d.tar.gz
gdb-6f9077cdc11936918c8a6b7be2e0bfba3d42b11d.tar.bz2
Tue May 10 18:22:06 1994 Jason Molenda (crash@sendai.cygnus.com)
* objcopy.c (copy_section): Set section size correctly if using interleave.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index f932e4d..ce0677f 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,27 @@
+Tue May 10 18:22:06 1994 Jason Molenda (crash@sendai.cygnus.com)
+
+ * objcopy.c (copy_section): Set section size correctly if using
+ interleave.
+
+Sat May 7 16:49:36 1994 Steve Chamberlain (sac@cygnus.com)
+
+ * Makefile.in: Add rule for sysinfo.h
+
+Fri May 6 12:18:33 1994 Steve Chamberlain (sac@cygnus.com)
+
+ * Makefile.in (SRCONV_PROG): Define.
+ (PROGS): Use $(SRCONV_PROG) too.
+
+Thu May 5 19:41:43 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
+
+ * Makefile.in (DISTSTUFF): Add sysinfo.c, syslex.c, in case
+ someone configures with `targets=all'.
+ (distclean): Remove y.*.
+ (syslex.o): Depend on sysinfo.h.
+ (sysinfo.c): Rename y.tab.h to sysinfo.h.
+ (install-info): Don't try to install into $(infodir)/$(srcdir).
+ * syslex.l: Include sysinfo.h, not y.tab.h.
+
Thu May 5 11:50:55 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
* syslex.l (yywrap): Define as function if not defined as a macro.