diff options
author | Ulf Carlsson <ulfc@engr.sgi.com> | 2000-07-02 01:17:52 +0000 |
---|---|---|
committer | Ulf Carlsson <ulfc@engr.sgi.com> | 2000-07-02 01:17:52 +0000 |
commit | dd745cfae548d60e6e2d5bf544376ca3024c9b0d (patch) | |
tree | 745749be3e7ece43a72377fddcf941b92850aaa7 /bfd/configure.in | |
parent | 3548145dcbf6a658e0d0d7e4f509b580ff51c9dc (diff) | |
download | gdb-dd745cfae548d60e6e2d5bf544376ca3024c9b0d.zip gdb-dd745cfae548d60e6e2d5bf544376ca3024c9b0d.tar.gz gdb-dd745cfae548d60e6e2d5bf544376ca3024c9b0d.tar.bz2 |
2000-07-01 Koundinya K <kk@ddeorg.soft.net>
* config.bfd: Change targ_defvec and targ_selvecs for mips*-*-sysv4*
to add a new target for traditional mips i.e
bfd_elf32_tradbigmips_vec and bfd_elf32_tradlittlemips_vec.
* configure.in: Likewise.
* configure: Rebuild.
* targets.c (bfd_elf32_tradbigmips_vec): Declare and put in
bfd_target_vector.
(bfd_elf32_tradlittlemips_vec): Likewise.
* elfxx-target.h: Add macro INCLUDED_TARGET_FILE which is more a test
to see that elfNN_bed does not get redefined even if the target file
is included twice for a chip. See elf32-mips.c.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r-- | bfd/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index 4b1c723..c012250 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -516,6 +516,8 @@ do bfd_elf32_sh_vec) tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo" ;; bfd_elf32_shl_vec) tb="$tb elf32-sh.lo elf32.lo $elf coff-sh.lo" ;; bfd_elf32_sparc_vec) tb="$tb elf32-sparc.lo elf32.lo $elf" ;; + bfd_elf32_tradbigmips_vec) tb="$tb elf32-mips.lo elf32.lo $elf ecofflink.lo" ;; + bfd_elf32_tradlittlemips_vec) tb="$tb elf32-mips.lo elf32.lo $elf ecofflink.lo" ;; bfd_elf32_v850_vec) tb="$tb elf32-v850.lo elf32.lo $elf" ;; bfd_elf64_big_generic_vec) tb="$tb elf64-gen.lo elf64.lo $elf" target64=true ;; |