Restructure configuration scheme for bfd, binutils, ld.
authorJohn Gilmore <gnu@cygnus>
Fri, 11 Oct 1991 10:43:34 +0000 (10:43 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 11 Oct 1991 10:43:34 +0000 (10:43 +0000)
commit5b2765bf130e083b75c6e2e343ee99c40c93ca47
tree5ca8f12bf987b9b025683130278ce3258acd1b47
parent06d0bdef536c1f089b1b340a35e7b962bfc051b6
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 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.
* trad-core.c:  Don't disable the whole file if SUN4_SYS.
* config/:  Rename some config files to match up h-*.h names.
Remove all the HOST_SYS definitions from the config files.
* hosts/h-amix.h, h-i386v.h:  Define POSIX_UTIME, not USG.
* hosts/h-hp9000.h:  Remove USG comment.
* hosts/h-rs6000.h:  Include <stdlib.h> for malloc.
* hosts/h-news.h, h-sparc-64.h:  New config files that had
previously been kludged in the <sysdep.h> file.
bfd/ChangeLog
bfd/configure.in