diff options
author | David MacKenzie <djm@cygnus> | 1993-08-10 05:01:12 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-08-10 05:01:12 +0000 |
commit | 505f714f819c787c55bada0ba416d9ce0c5718dd (patch) | |
tree | c3ce959273b65e2784574b5d65dc7d8e6de7f35b /bfd | |
parent | 48f075eb2a8dc66ec671a1486073f8ba4d47f9ba (diff) | |
download | gdb-505f714f819c787c55bada0ba416d9ce0c5718dd.zip gdb-505f714f819c787c55bada0ba416d9ce0c5718dd.tar.gz gdb-505f714f819c787c55bada0ba416d9ce0c5718dd.tar.bz2 |
support COFF on ELF systems
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7bf4e11..befa192 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,13 @@ +Mon Aug 9 09:37:18 1993 David J. Mackenzie (djm@thepub.cygnus.com) + + * config/i386-linux.mt (SELECT_VECS): Support bfd_elf32_i386_vec. + * config/m68k-elf.mt (SELECT_VECS): Support m68kcoff_vec. + * config/i386-elf.mt (SELECT_VECS): Support i386coff_vec. + * config/hppa-elf.mt (SELECT_VECS): Support hppa_vec. + * config/sparc-elf.mt (SELECT_VECS): Support sunos_big_vec. + * config/i386-sco.mt (SELECT_VECS): Don't define; Ian says it was + just a hack. + Mon Aug 9 13:15:00 1993 K. Richard Pixley (rich@sendai.cygnus.com) * config/m88k-coff.mt (DEFAULT_VEC -> DEFAULT_VECTOR): renamed. |