aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-10-22 20:12:02 +0000
committerIan Lance Taylor <ian@airs.com>1997-10-22 20:12:02 +0000
commit18ed85fd7af21382d60c3fbb8d8733b16adaa42e (patch)
tree1749c50fa5d1f33bf0ada79712841d2e961902fe /bfd/config.bfd
parenta259afccd8dfc082966d89d9c969613c1d3cfb19 (diff)
downloadgdb-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/config.bfd')
-rwxr-xr-xbfd/config.bfd4
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index e905bdb..d2e87d5 100755
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -467,12 +467,12 @@ case "${targ}" in
sh-*-elf* | sh-*-rtems*)
targ_defvec=bfd_elf32_sh_vec
- targ_selvecs="bfd_elf32_shl_vec shcoff_vec shlcoff_vec"
+ targ_selvecs="bfd_elf32_shl_vec shcoff_vec shlcoff_vec shcoff_small_vec shlcoff_small_vec"
targ_underscore=yes
;;
sh-*-*)
targ_defvec=shcoff_vec
- targ_selvecs="shcoff_vec shlcoff_vec"
+ targ_selvecs="shcoff_vec shlcoff_vec shcoff_small_vec shlcoff_small_vec"
targ_underscore=yes
;;