From d7381d0cb014eaaef7a64402e5d767f6f7b767aa Mon Sep 17 00:00:00 2001 From: John Gilmore Date: Fri, 11 Oct 1991 11:24:04 +0000 Subject: [PATCH] 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. --- binutils/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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. -- 2.7.4