diff options
author | John Gilmore <gnu@cygnus> | 1991-12-04 07:39:57 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1991-12-04 07:39:57 +0000 |
commit | 01a8219f154307cd1df4c4e04fb97ba52ec7924c (patch) | |
tree | adebda14977b7085790640a5bb91a55a6f1fb83a /bfd | |
parent | 7a6093e8805d6a88bea7cc337a68538f43b11e01 (diff) | |
download | gdb-01a8219f154307cd1df4c4e04fb97ba52ec7924c.zip gdb-01a8219f154307cd1df4c4e04fb97ba52ec7924c.tar.gz gdb-01a8219f154307cd1df4c4e04fb97ba52ec7924c.tar.bz2 |
* targets.c: Revise comments about how to configure the target
vector, to match reality. Remove mention of obsolete methods.
Remove long lists of capitalized macros that turn into the same
thing in lowercase. Normal vector simply lists all known
lowercase xvec names; all other cases are handled by SELECT_VECS.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7157491..488f6ad 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,17 @@ +Tue Dec 3 22:54:50 1991 John Gilmore (gnu at cygnus.com) + + * targets.c: Revise comments about how to configure the target + vector, to match reality. Remove mention of obsolete methods. + Remove long lists of capitalized macros that turn into the same + thing in lowercase. Normal vector simply lists all known + lowercase xvec names; all other cases are handled by SELECT_VECS. + + * config/mt-i386-coff: Set DEFAULT_VECTOR to real identifier, + not macro name. + + * config/mt-i960-{coff,bout}: Use SELECT_VECS to make a short + list of supported targets. + Tue Dec 3 14:06:15 1991 Per Bothner (bothner at cygnus.com) * archive.c (bsd_write_armap): The pad byte sometimes added to |