diff options
author | Steve Chamberlain <sac@cygnus> | 1994-11-24 03:33:48 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-11-24 03:33:48 +0000 |
commit | 7a1d45675ede253f71a197f50d88de0cb57a19cd (patch) | |
tree | ce6b058ecb36178cafc040826ccb3a15f9c28dca /bfd/configure.in | |
parent | 3585593df6ce8767051e17220e6d03f697053dc5 (diff) | |
download | gdb-7a1d45675ede253f71a197f50d88de0cb57a19cd.zip gdb-7a1d45675ede253f71a197f50d88de0cb57a19cd.tar.gz gdb-7a1d45675ede253f71a197f50d88de0cb57a19cd.tar.bz2 |
* coff-sh.c (shlcoff_vec): New target vector.
(no_archive): New function.
* coffcode.h (coff_set_arch_mach_hook, coff_set_flags): Handle
little endian SH.
* configure.in: Handle shl.
* targets.c (bfd_target_vector): Add shlcoff_vec.
* config/sh-coff.mt (SELECT_VECS): Handle shl_coff_vec.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r-- | bfd/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index 5963342..41d31cd 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -198,10 +198,11 @@ do target64=true ;; riscix_vec) tb="$tb aout32.o riscix.o stab-syms.o" ;; nlm32_powerpc_vec) tb="$tb nlm32-ppc.o nlm32.o nlm.o" ;; - ns32knetbsd_vec) tb="$tb ns32knetbsd.o aout-ns32k.o stab-syms.o" ;; + pc532netbsd_vec) tb="$tb ns32knetbsd.o aout-ns32k.o stab-syms.o" ;; pc532machaout_vec) tb="$tb pc532-mach.o aout-ns32k.o stab-syms.o" ;; rs6000coff_vec) tb="$tb coff-rs6000.o" ;; shcoff_vec) tb="$tb coff-sh.o cofflink.o" ;; + shlcoff_vec) tb="$tb coff-sh.o cofflink.o" ;; som_vec) tb="$tb som.o" ;; sparclynx_aout_vec) tb="$tb sparclynx.o lynx-core.o aout32.o stab-syms.o" ;; sparclynx_coff_vec) tb="$tb cf-sparclynx.o lynx-core.o stab-syms.o" ;; |