diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-10-22 20:12:02 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-10-22 20:12:02 +0000 |
commit | 18ed85fd7af21382d60c3fbb8d8733b16adaa42e (patch) | |
tree | 1749c50fa5d1f33bf0ada79712841d2e961902fe /bfd/ChangeLog | |
parent | a259afccd8dfc082966d89d9c969613c1d3cfb19 (diff) | |
download | gdb-18ed85fd7af21382d60c3fbb8d8733b16adaa42e.zip gdb-18ed85fd7af21382d60c3fbb8d8733b16adaa42e.tar.gz gdb-18ed85fd7af21382d60c3fbb8d8733b16adaa42e.tar.bz2 |
* coff-sh.c (coff_small_object_p): New static function.
(coff_small_new_section_hook): New static function.
(bfd_coff_small_swap_table): New static const structure.
(coff_small_close_and_cleanup): Define.
(coff_small_bfd_free_cached_info): Define.
(coff_small_get_section_contents): Define.
(coff_small_get_section_contents_in_window): Define.
(shcoff_small_vec): New static structure.
(shlcoff_small_vec): New static structure.
* targets.c (bfd_target_vector): Add shcoff_small_vec and
shlcoff_small_vec.
* config.bfd (sh-*-elf*): Add shcoff_small_vec and
shlcoff_small_vec to targ_selvecs.
(sh-*-*): Likewise.
* configure.in: Add shcoff_small_vec and shlcoff_small_vec cases.
* configure: Rebuild.
PR 13580.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index aca3517..51913b4 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,22 @@ +Wed Oct 22 16:08:45 1997 Ian Lance Taylor <ian@cygnus.com> + + * coff-sh.c (coff_small_object_p): New static function. + (coff_small_new_section_hook): New static function. + (bfd_coff_small_swap_table): New static const structure. + (coff_small_close_and_cleanup): Define. + (coff_small_bfd_free_cached_info): Define. + (coff_small_get_section_contents): Define. + (coff_small_get_section_contents_in_window): Define. + (shcoff_small_vec): New static structure. + (shlcoff_small_vec): New static structure. + * targets.c (bfd_target_vector): Add shcoff_small_vec and + shlcoff_small_vec. + * config.bfd (sh-*-elf*): Add shcoff_small_vec and + shlcoff_small_vec to targ_selvecs. + (sh-*-*): Likewise. + * configure.in: Add shcoff_small_vec and shlcoff_small_vec cases. + * configure: Rebuild. + Mon Oct 20 15:01:27 1997 Klaus K"ampf <kkaempf@progis.de> * evax-egsd.c: Weak symbols are global. |