diff options
author | Dave Brolley <brolley@redhat.com> | 2002-06-18 21:10:55 +0000 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2002-06-18 21:10:55 +0000 |
commit | 4e5ba5b7eb03f3d40fd2b6c58cf9a6bc1dfa0632 (patch) | |
tree | 1827c18c6d0100e90722371f1e4abe3db8985ba6 /bfd/configure.in | |
parent | d2a864148ec8a0f8b7992dc807bb109cab35678a (diff) | |
download | gdb-4e5ba5b7eb03f3d40fd2b6c58cf9a6bc1dfa0632.zip gdb-4e5ba5b7eb03f3d40fd2b6c58cf9a6bc1dfa0632.tar.gz gdb-4e5ba5b7eb03f3d40fd2b6c58cf9a6bc1dfa0632.tar.bz2 |
2002-06-18 Dave Brolley <brolley@redhat.com>
From Catherine Moore, Michael Meissner, Dave Brolley:
* po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
* targets.c: Support bfd_elf32_frv_vec.
* reloc.c: Add FRV relocs.
* configure.in: Add support for bfd-elf32-frv-vec.
* config.bfd (targ_cpu): Add support for frv-*-elf.
* archures.c: Add frv arch and machines.
* Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
(ALL_MACHINES_CFILES): Add cpu-frv.c.
(BFD32_BACKENDS): Add elf32-frv.lo.
(BFD32_BACKENDS_CFILES): Add elf32-frv.c
(cpu-frv.lo): New target.
(elf32-frv.lo): New target.
* cpu-frv.c: New file.
* elf32-frv.c: New file.
Diffstat (limited to 'bfd/configure.in')
-rw-r--r-- | bfd/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/configure.in b/bfd/configure.in index 161a8e4..b3f3557 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -569,6 +569,7 @@ do bfd_elf32_d30v_vec) tb="$tb elf32-d30v.lo elf32.lo $elf" ;; bfd_elf32_dlx_big_vec) tb="$tb elf32-dlx.lo elf32.lo $elf" ;; bfd_elf32_fr30_vec) tb="$tb elf32-fr30.lo elf32.lo $elf" ;; + bfd_elf32_frv_vec) tb="$tb elf32-frv.lo elf32.lo $elf" ;; bfd_elf32_h8300_vec) tb="$tb elf32-h8300.lo elf32.lo $elf" ;; bfd_elf32_hppa_linux_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;; bfd_elf32_hppa_vec) tb="$tb elf32-hppa.lo elf32.lo $elf" ;; |