2003-04-11 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / bfd / targets.c
index bebd6a0a1b9f95a9a3190b531e770094c98ea9ed..5ccae2a9928fce88c655cef36dc1753e7947532c 100644 (file)
@@ -1,6 +1,6 @@
 /* Generic target-file-type support for the BFD library.
    Copyright 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
-   2000, 2001, 2002
+   2000, 2001, 2002, 2003
    Free Software Foundation, Inc.
    Written by Cygnus Support.
 
@@ -533,6 +533,7 @@ extern const bfd_target bfd_elf32_i960_vec;
 extern const bfd_target bfd_elf32_ia64_big_vec;
 extern const bfd_target bfd_elf32_ia64_hpux_big_vec;
 extern const bfd_target bfd_elf32_ip2k_vec;
+extern const bfd_target bfd_elf32_iq2000_vec;
 extern const bfd_target bfd_elf32_little_generic_vec;
 extern const bfd_target bfd_elf32_littlearc_vec;
 extern const bfd_target bfd_elf32_littlearm_oabi_vec;
@@ -578,6 +579,8 @@ extern const bfd_target bfd_elf32_us_cris_vec;
 extern const bfd_target bfd_elf32_v850_vec;
 extern const bfd_target bfd_elf32_vax_vec;
 extern const bfd_target bfd_elf32_xstormy16_vec;
+extern const bfd_target bfd_elf32_xtensa_be_vec;
+extern const bfd_target bfd_elf32_xtensa_le_vec;
 extern const bfd_target bfd_elf64_alpha_freebsd_vec;
 extern const bfd_target bfd_elf64_alpha_vec;
 extern const bfd_target bfd_elf64_big_generic_vec;
@@ -762,7 +765,7 @@ static const bfd_target * const _bfd_target_vector[] = {
 #endif
        &aout0_big_vec,
 #if 0
-       /* We have no way of distinguishing these from other a.out variants */
+       /* We have no way of distinguishing these from other a.out variants */
        &aout_arm_big_vec,
        &aout_arm_little_vec,
        /* No one seems to use this.  */
@@ -820,6 +823,7 @@ static const bfd_target * const _bfd_target_vector[] = {
 #endif
        &bfd_elf32_ia64_hpux_big_vec,
        &bfd_elf32_ip2k_vec,
+       &bfd_elf32_iq2000_vec,
        &bfd_elf32_little_generic_vec,
        &bfd_elf32_littlearc_vec,
        &bfd_elf32_littlearm_oabi_vec,
@@ -869,6 +873,8 @@ static const bfd_target * const _bfd_target_vector[] = {
        &bfd_elf32_v850_vec,
        &bfd_elf32_vax_vec,
        &bfd_elf32_xstormy16_vec,
+       &bfd_elf32_xtensa_be_vec,
+       &bfd_elf32_xtensa_le_vec,
 #ifdef BFD64
        &bfd_elf64_alpha_freebsd_vec,
        &bfd_elf64_alpha_vec,
@@ -907,7 +913,7 @@ static const bfd_target * const _bfd_target_vector[] = {
        &bfd_powerpcle_pei_vec,
        &cris_aout_vec,
 #ifdef BFD64
-       &demo_64_vec,   /* Only compiled if host has long-long support */
+       &demo_64_vec,   /* Only compiled if host has long-long support */
 #endif
        &ecoff_big_vec,
        &ecoff_biglittle_vec,
@@ -1009,7 +1015,7 @@ static const bfd_target * const _bfd_target_vector[] = {
 #endif
        &ppcboot_vec,
 #if 0
-       /* We have no way of distinguishing these from other a.out variants */
+       /* We have no way of distinguishing these from other a.out variants */
        &riscix_vec,
 #endif
 #ifdef BFD64
@@ -1219,7 +1225,7 @@ FUNCTION
        bfd_find_target
 
 SYNOPSIS
-       const bfd_target *bfd_find_target(const char *target_name, bfd *abfd);
+       const bfd_target *bfd_find_target (const char *target_name, bfd *abfd);
 
 DESCRIPTION
        Return a pointer to the transfer vector for the object target
@@ -1272,7 +1278,7 @@ FUNCTION
        bfd_target_list
 
 SYNOPSIS
-       const char **bfd_target_list(void);
+       const char ** bfd_target_list (void);
 
 DESCRIPTION
        Return a freshly malloced NULL-terminated
@@ -1317,7 +1323,9 @@ FUNCTION
        bfd_seach_for_target
 
 SYNOPSIS
-       const bfd_target * bfd_search_for_target (int (* search_func) (const bfd_target *, void *), void *);
+       const bfd_target * bfd_search_for_target (int (* search_func)
+                                                 (const bfd_target *, void *),
+                                                 void *);
 
 DESCRIPTION
        Return a pointer to the first transfer vector in the list of
This page took 0.02456 seconds and 4 git commands to generate.