diff options
author | John Gilmore <gnu@cygnus> | 1991-10-11 10:43:34 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-11 10:43:34 +0000 |
commit | 5b2765bf130e083b75c6e2e343ee99c40c93ca47 (patch) | |
tree | 5ca8f12bf987b9b025683130278ce3258acd1b47 /bfd/ChangeLog | |
parent | 06d0bdef536c1f089b1b340a35e7b962bfc051b6 (diff) | |
download | gdb-5b2765bf130e083b75c6e2e343ee99c40c93ca47.zip gdb-5b2765bf130e083b75c6e2e343ee99c40c93ca47.tar.gz gdb-5b2765bf130e083b75c6e2e343ee99c40c93ca47.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 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.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 446fd96..a256e5c 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,25 @@ +Fri Oct 11 03:01:52 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 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. + * cpu-i960.c: Strncmp needed a length arg. + * ecoff.c: Don't ever call trad_unix_core_file_p from here. + * i386aout.c: Remove dead N_TXTOFF override. + * 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. + Thu Oct 10 17:54:08 1991 John Gilmore (gnu at cygnus.com) * config/*: trad-core support is HOST dependent, not target |