diff options
author | Nick Clifton <nickc@redhat.com> | 2000-08-22 20:11:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-08-22 20:11:36 +0000 |
commit | 371e71b8de9fd2132752ff8b677627c97ac7c8be (patch) | |
tree | 4a34ae1f2952f84186ac262dd455291ed87cd69e /bfd/ChangeLog | |
parent | ec4eb78a39aebe3d1358676822b9d586136304f8 (diff) | |
download | gdb-371e71b8de9fd2132752ff8b677627c97ac7c8be.zip gdb-371e71b8de9fd2132752ff8b677627c97ac7c8be.tar.gz gdb-371e71b8de9fd2132752ff8b677627c97ac7c8be.tar.bz2 |
Fix bugs detecting w65 architecture.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1733311..9808b41 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2000-08-22 Doug Kwan <dkwan@transmeta.com> + + * coff-w65.c (CREATE_LITTLE_COFF_TARGET): Fix typo. + * coffcode.h (coff_set_flags): Add detection of w65 architecture. + 2000-08-22 H.J. Lu <hjl@gnu.org> * elf-bfd.h (elf_link_hash_table): Add runpath. |