summaryrefslogtreecommitdiff
path: root/bfd/libbfd-in.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-02-07 23:16:22 +0000
committerNick Clifton <nickc@redhat.com>2001-02-07 23:16:22 +0000
commit9fb6e61a8448ddc34e3086c5eba318c13958ae09 (patch)
tree0a6900bf9f9eb2c1d38ea41b436fa21ac99d8c3a /bfd/libbfd-in.h
parent02a9dc653b906d8b65c051c816091e59b6226739 (diff)
downloadgdb-9fb6e61a8448ddc34e3086c5eba318c13958ae09.tar.gz
Change bfd_target_vector from an array to a pointer
Diffstat (limited to 'bfd/libbfd-in.h')
-rw-r--r--bfd/libbfd-in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/libbfd-in.h b/bfd/libbfd-in.h
index fb5f2107839..28ade8c1a84 100644
--- a/bfd/libbfd-in.h
+++ b/bfd/libbfd-in.h
@@ -521,7 +521,7 @@ extern bfd *bfd_last_cache;
/* List of supported target vectors, and the default vector (if
bfd_default_vector[0] is NULL, there is no default). */
-extern const bfd_target * const bfd_target_vector[];
+extern const bfd_target * const *bfd_target_vector;
extern const bfd_target *bfd_default_vector[];
/* Functions shared by the ECOFF and MIPS ELF backends, which have no