aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-11 11:24:04 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-11 11:24:04 +0000
commitd7381d0cb014eaaef7a64402e5d767f6f7b767aa (patch)
treeb1be0f7b2077f0a854309348f61dedc175c4cd33 /binutils
parent7eff5bcf966c3a2f06ed73971eca8dc396aba471 (diff)
downloadfsf-binutils-gdb-d7381d0cb014eaaef7a64402e5d767f6f7b767aa.zip
fsf-binutils-gdb-d7381d0cb014eaaef7a64402e5d767f6f7b767aa.tar.gz
fsf-binutils-gdb-d7381d0cb014eaaef7a64402e5d767f6f7b767aa.tar.bz2
Restructure configuration scheme for bfd, binutils, ld.
* include/sys/h-*.h: Move to bfd/hosts/h-*.h. * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h. Change some config names to match other dirs. * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first. * Makefile.in: Use -I. to get sysdep.h.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 17f9be6..95b2b65 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,19 @@
+Fri Oct 11 04:12:28 1991 John Gilmore (gnu at cygnus.com)
+
+ Restructure configuration scheme for bfd, binutils, ld.
+
+ * include/sys/h-*.h: Move to bfd/hosts/h-*.h.
+ * configure.in: Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
+ Change some config names to match other dirs.
+ * *.c: Include bfd.h before sysdep.h, so ansidecl and PROTO()
+ get defined first.
+ * Makefile.in: Use -I. to get sysdep.h.
+
+Wed Oct 9 22:42:56 1991 Per Bothner (bothner at cygnus.com)
+
+ * nm.c (print_symbols): Handle NULL name field of symbol.
+ * Makefile.in: Removed spurious comment.
+
Tue Oct 8 16:55:03 1991 Roland H. Pesch (pesch at cygnus.com)
* binutils.texinfo: minor typos, phrasing, formatting fixes.