diff options
author | David MacKenzie <djm@cygnus> | 1993-08-12 17:55:52 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-08-12 17:55:52 +0000 |
commit | 22d276b1c0a8402c7fccf659af5770c498b08bdb (patch) | |
tree | c1196421e489fd1e65ca61691317a23de34315ad /bfd | |
parent | 786e4f1a5fc79a8c213e60ff495b869b8107fb45 (diff) | |
download | gdb-22d276b1c0a8402c7fccf659af5770c498b08bdb.zip gdb-22d276b1c0a8402c7fccf659af5770c498b08bdb.tar.gz gdb-22d276b1c0a8402c7fccf659af5770c498b08bdb.tar.bz2 |
Finish the minimizing, the right way (using normal target names).
Thu Aug 12 10:32:47 1993 David J. Mackenzie (djm@thepub.cygnus.com)
* config/u68k-coff.mt: Fix typo, DEFAULT_TARGET for
DEFAULT_VECTOR.
* config/h8300-coff.mt, h8500-coff.mt, sh-coff.mt, st2000.mt,
z8k-coff.mt (DEFAULT_VECTOR): Define. Don't explicitly add
S-records via SELECT_VECS.
* targets.c (target_vector), Makefile.in (BFD_LIBS): Always
support S-records, for convenience.
* config.bfd: New file, broken out of configure.in.
* configure.in: Use it, and use standard target names for
--with-targets, replacing --with-bfd-targets.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0a3ed53..f0edc15 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,15 @@ +Thu Aug 12 10:32:47 1993 David J. Mackenzie (djm@thepub.cygnus.com) + + * config/u68k-coff.mt: Fix typo, DEFAULT_TARGET for + DEFAULT_VECTOR. + + * config/h8300-coff.mt, h8500-coff.mt, sh-coff.mt, st2000.mt, + z8k-coff.mt (DEFAULT_VECTOR): Define. Don't explicitly add + S-records via SELECT_VECS. + + * targets.c (target_vector), Makefile.in (BFD_LIBS): Always + support S-records, for convenience. + Thu Aug 12 08:30:05 1993 Ian Lance Taylor (ian@cygnus.com) * bfd.c (_bfd_host_big_endian): Removed. @@ -7,6 +19,10 @@ Thu Aug 12 08:30:05 1993 Ian Lance Taylor (ian@cygnus.com) Wed Aug 11 12:11:23 1993 David J. Mackenzie (djm@thepub.cygnus.com) + * config.bfd: New file, broken out of configure.in. + * configure.in: Use it, and use standard target names for + --with-targets, replacing --with-bfd-targets. + * archures.c (archures_init_table): Add bfd_sh_arch. * configure.in: Include coff-m68k.o for m68kcoffun_vec. |