diff options
author | John Gilmore <gnu@cygnus> | 1991-10-11 04:51:42 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-10-11 04:51:42 +0000 |
commit | 6a469027327f00bc96ad8bb3d17d15d8c41ab20f (patch) | |
tree | d008583329a3da59d7868f657b12efff263e94bc /bfd/ChangeLog | |
parent | 074274252f942a2660c310218943f2aa4ef2e237 (diff) | |
download | gdb-6a469027327f00bc96ad8bb3d17d15d8c41ab20f.zip gdb-6a469027327f00bc96ad8bb3d17d15d8c41ab20f.tar.gz gdb-6a469027327f00bc96ad8bb3d17d15d8c41ab20f.tar.bz2 |
* Makefile.in: Rename XDEPFILES.
* trad-core.c: Document how to use it nowadays.
* i386aout.c, newsos3.c: Clean up.
* i386coff.c: Allow 386 coff files to be used as core files too
(for reading core files from embedded systems).
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 29159ea..446fd96 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,21 @@ +Thu Oct 10 17:54:08 1991 John Gilmore (gnu at cygnus.com) + + * config/*: trad-core support is HOST dependent, not target + dependent. Target config files only set DEFAULT_VECTOR and/or + other vector elements. Exception: when host-aout.c is in use, + in which case we're forced to assume we're native (hp, vax, + tahoe). Rename XDEPFILES to HDEPFILES. + * Makefile.in: Rename XDEPFILES. + * config/h-sun*: Don't force static linking. + * trad-core.c: Document how to use it nowadays. + * i386aout.c, newsos3.c: Clean up. + * i386coff.c: Allow 386 coff files to be used as core files too + (for reading core files from embedded systems). + +Tue Oct 8 15:30:39 1991 John Gilmore (gnu at cygnus.com) + + * Add i386aout.c for a.out support on the i386. + Tue Oct 8 12:18:54 1991 Roland H. Pesch (pesch at cygnus.com) * reloc.c, section.c, syms.c, targets.c: correct info-node |