aboutsummaryrefslogtreecommitdiff
path: root/bfd/configure.in
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/configure.in
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/configure.in')
-rw-r--r--bfd/configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/configure.in b/bfd/configure.in
index b92158f..c07be1e 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -375,7 +375,7 @@ selarchs="$f"
# Target backend .o files.
tb=
-elf="elf.lo elflink.lo"
+elf="elflink.lo"
for vec in $selvecs
do
@@ -497,6 +497,8 @@ do
ppcboot_vec) tb="$tb ppcboot.lo" ;;
shcoff_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
shlcoff_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
+ shcoff_small_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
+ shlcoff_small_vec) tb="$tb coff-sh.lo cofflink.lo" ;;
som_vec) tb="$tb som.lo" ;;
sparcle_aout_vec) tb="$tb aout-sparcle.lo aout32.lo" ;;
sparclinux_vec) tb="$tb sparclinux.lo aout32.lo stab-syms.lo" ;;