aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>1997-09-10 05:55:15 +0000
committerAndrew Cagney <cagney@redhat.com>1997-09-10 05:55:15 +0000
commiteaa9c2e7ac9d91fe422640c4ff1b9095d71df6bf (patch)
tree287991c37738023398507ad3500b26a39f3d5576 /bfd/bfd-in2.h
parent02508bb1798a5e592eb0a26089390c5159bc7f91 (diff)
downloadgdb-eaa9c2e7ac9d91fe422640c4ff1b9095d71df6bf.zip
gdb-eaa9c2e7ac9d91fe422640c4ff1b9095d71df6bf.tar.gz
gdb-eaa9c2e7ac9d91fe422640c4ff1b9095d71df6bf.tar.bz2
New function: bfd_arch_list cf bfd_target_list.
Make bfd_default_scan (arch) more flexable in its match of name to arch, remove some of the dead code.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 7ab1761..daaeef0 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -1283,6 +1283,9 @@ bfd_printable_name PARAMS ((bfd *abfd));
const bfd_arch_info_type *
bfd_scan_arch PARAMS ((const char *string));
+const char **
+bfd_arch_list PARAMS ((void));
+
const bfd_arch_info_type *
bfd_arch_get_compatible PARAMS ((
const bfd *abfd,