2001-09-12 Alexandre Oliva <aoliva@redhat.com>
[deliverable/binutils-gdb.git] / bfd / targets.c
index f903cc327bb0bbb3347d2291d772a6f264fb828c..731619d77a103f35aa58ca5d981453b0687e3176 100644 (file)
@@ -743,6 +743,7 @@ extern const bfd_target ptrace_core_vec;
 extern const bfd_target sco5_core_vec;
 extern const bfd_target trad_core_vec;
 
+extern const bfd_target bfd_elf32_am33lin_vec;
 static const bfd_target * const _bfd_target_vector[] = {
 
 #ifdef SELECT_VECS
@@ -1061,6 +1062,7 @@ static const bfd_target * const _bfd_target_vector[] = {
        &w65_vec,
        &we32kcoff_vec,
        &z8kcoff_vec,
+       &bfd_elf32_am33lin_vec,
 #endif /* not SELECT_VECS */
 
 /* Always support S-records, for convenience.  */
This page took 0.02852 seconds and 4 git commands to generate.