* coff-sh.c (coff_small_object_p): New static function.
authorIan Lance Taylor <ian@airs.com>
Wed, 22 Oct 1997 20:12:02 +0000 (20:12 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 22 Oct 1997 20:12:02 +0000 (20:12 +0000)
commit18ed85fd7af21382d60c3fbb8d8733b16adaa42e
tree1749c50fa5d1f33bf0ada79712841d2e961902fe
parenta259afccd8dfc082966d89d9c969613c1d3cfb19
* 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.
bfd/ChangeLog
bfd/config.bfd
bfd/configure
bfd/configure.in