diff options
author | Alan Modra <amodra@gmail.com> | 2002-11-05 01:18:56 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-11-05 01:18:56 +0000 |
commit | 08f740041ab7c4155d0acb9fe1d2d7a3b9831c9d (patch) | |
tree | d7e193c6f284934f51faf68ebfae3843a2eacb6c /bfd/libbfd-in.h | |
parent | 89117aabb3d2bd323fa0fadef09d6d2675673387 (diff) | |
download | gdb-08f740041ab7c4155d0acb9fe1d2d7a3b9831c9d.zip gdb-08f740041ab7c4155d0acb9fe1d2d7a3b9831c9d.tar.gz gdb-08f740041ab7c4155d0acb9fe1d2d7a3b9831c9d.tar.bz2 |
* config.bfd (sh-*-linux*): Use bfd_elf*_sh64*lin_vec as sh64
vectors in target_selvecs.
(shle-*-netbsdelf*): Use bfd_elf*_sh64*nbsd_vec as sh64 vectors
in target_selvecs.
(sh-*-netbsdelf*): Likewise.
* configure.in (assocvecs): New variable. Handle assocvecs like
selvecs.
* configure: Regenerate.
* format.c (bfd_check_format_matches): Store bfd_target pointers
in matching_vector instead of target names. Select first target
from bfd_associated_vector that matches a list of ambiguous targets.
* targets.c (_bfd_associated_vector): New array.
(bfd_associated_vector): New variable.
(_bfd_target_vector): Add bfd_elf*_sh64*lin_vec.
* libbfd-in.h (bfd_associated_vector): Declare.
* libbfd.h: Regenerate.
Diffstat (limited to 'bfd/libbfd-in.h')
-rw-r--r-- | bfd/libbfd-in.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h index 776dcd6..00d5bd3 100644 --- a/bfd/libbfd-in.h +++ b/bfd/libbfd-in.h @@ -567,6 +567,9 @@ extern bfd *bfd_last_cache; extern const bfd_target * const *bfd_target_vector; extern const bfd_target *bfd_default_vector[]; +/* List of associated target vectors. */ +extern const bfd_target * const *bfd_associated_vector; + /* Functions shared by the ECOFF and MIPS ELF backends, which have no other common header files. */ |