diff options
author | John Gilmore <gnu@cygnus> | 1992-01-31 07:54:12 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-01-31 07:54:12 +0000 |
commit | 3863d64f958e28a0668fd7346b4be57ee4a77d8d (patch) | |
tree | 04dadbebf32fe082b262724f343c39527339c000 /bfd | |
parent | d58ea9967bbf541a1bf169874014cdb3f5a9f058 (diff) | |
download | gdb-3863d64f958e28a0668fd7346b4be57ee4a77d8d.zip gdb-3863d64f958e28a0668fd7346b4be57ee4a77d8d.tar.gz gdb-3863d64f958e28a0668fd7346b4be57ee4a77d8d.tar.bz2 |
* Makefile.in: host-aout.c doesn't depend on aout-params.h.
* aout-target.h: Use TARGET_BIG_ENDIAN_P to set up vector.
* host-aout.c: Don't use aout-params.h; configure these systems
in their xm files, not in a randomly generated file.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 250a825..e8b33ea 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Thu Jan 30 23:51:07 1992 John Gilmore (gnu at cygnus.com) + + * Makefile.in: host-aout.c doesn't depend on aout-params.h. + * aout-target.h: Use TARGET_BIG_ENDIAN_P to set up vector. + * host-aout.c: Don't use aout-params.h; configure these systems + in their xm files, not in a randomly generated file. + Thu Jan 30 13:02:41 1992 Per Bothner (bothner at cygnus.com) * config/mt-tahoe, config/mt-vax: Change DEFAULT_VECTOR to |