diff options
author | John Gilmore <gnu@cygnus> | 1992-10-09 11:38:30 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-10-09 11:38:30 +0000 |
commit | 5a5fa3688c8830ac1b3b74251d26d95c59ce5c91 (patch) | |
tree | 297c5f52c7227a9cddc647189ea2a8bc71ab9a79 /bfd/ChangeLog | |
parent | 366dfd0c6f87fb900cab57a10d571f3a5eadba65 (diff) | |
download | gdb-5a5fa3688c8830ac1b3b74251d26d95c59ce5c91.zip gdb-5a5fa3688c8830ac1b3b74251d26d95c59ce5c91.tar.gz gdb-5a5fa3688c8830ac1b3b74251d26d95c59ce5c91.tar.bz2 |
* configure.host: New file, contains mapping of host configs
to host support file names for bfd, binutils, opcodes.
* configure.in: Use it.
* i386aout.c: Cleanup, dump TARGET_IS_LITTLE_ENDIAN_P.
* i386bsd.c: Cleanup, reformat.
* config/i386-bsd.mt: Comment changes.
* config/i386bsd.mh: New file for core file support.
* hosts/i386bsd.h: Merge changes from Peter Schauer.
* bout.c (ALIGN): Rename to ALIGNER, since system header files
on BSD 4.4 define ALIGN (sigh!).
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index cdffc8c..22aa069 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,13 @@ Fri Oct 9 03:46:37 1992 John Gilmore (gnu@cygnus.com) + * configure.host: New file, contains mapping of host configs + to host support file names for bfd, binutils, opcodes. + * configure.in: Use it. + * i386aout.c: Cleanup, dump TARGET_IS_LITTLE_ENDIAN_P. + * i386bsd.c: Cleanup, reformat. + * config/i386-bsd.mt: Comment changes. + * config/i386bsd.mh: New file for core file support. + * hosts/i386bsd.h: Merge changes from Peter Schauer. * bout.c (ALIGN): Rename to ALIGNER, since system header files on BSD 4.4 define ALIGN (sigh!). |