diff options
author | Nick Clifton <nickc@redhat.com> | 2001-08-24 16:36:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-08-24 16:36:01 +0000 |
commit | f02e226057b4cd3ff035e607ccb296d1a9831829 (patch) | |
tree | bdb337d07df877f05dd905e0399efe598cc10e9a /include/ChangeLog | |
parent | 5d0fe6351a1979bbfe6665ccb67376e076d68eec (diff) | |
download | cygnal-f02e226057b4cd3ff035e607ccb296d1a9831829.tar.gz cygnal-f02e226057b4cd3ff035e607ccb296d1a9831829.tar.bz2 cygnal-f02e226057b4cd3ff035e607ccb296d1a9831829.zip |
Apply H.J.'s patch to revert change to elfxx-target.h
Apply my patch to allow SREC as output format.
Diffstat (limited to 'include/ChangeLog')
-rw-r--r-- | include/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 55f85ad06..72b2311df 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,11 @@ +2001-08-24 H.J. Lu <hjl@gnu.org> + + * bfdlink.h (bfd_link_hash_table_type): New. The linker hash + table type, bfd_link_generic_hash_table and + bfd_link_elf_hash_table. + (bfd_link_hash_table): Add a new field, type, for the linker + hash table type. + 2001-08-23 Jakub Jelinek <jakub@redhat.com> * bfdlink.h (struct bfd_link_info): Add combreloc and |