Merge branch 'master' into merge-job
[deliverable/binutils-gdb.git] / bfd / targets.c
index 101968183d30dd1b060ac265b16dc4f3a43b16e3..43bc346633a92d6445c05f30ccc6b68f98ac503d 100644 (file)
@@ -1,5 +1,6 @@
 /* Generic target-file-type support for the BFD library.
    Copyright (C) 1990-2020 Free Software Foundation, Inc.
+   Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved.
    Written by Cygnus Support.
 
    This file is part of BFD, the Binary File Descriptor library.
@@ -665,6 +666,7 @@ extern const bfd_target aarch64_elf64_be_cloudabi_vec;
 extern const bfd_target aarch64_elf64_le_vec;
 extern const bfd_target aarch64_elf64_le_cloudabi_vec;
 extern const bfd_target aarch64_mach_o_vec;
+extern const bfd_target amdgcn_elf64_le_vec;
 extern const bfd_target alpha_ecoff_le_vec;
 extern const bfd_target alpha_elf64_vec;
 extern const bfd_target alpha_elf64_fbsd_vec;
@@ -931,6 +933,7 @@ extern const bfd_target xstormy16_elf32_vec;
 extern const bfd_target xtensa_elf32_be_vec;
 extern const bfd_target xtensa_elf32_le_vec;
 extern const bfd_target z80_coff_vec;
+extern const bfd_target z80_elf32_vec;
 extern const bfd_target z8k_coff_vec;
 
 /* These are always included.  */
@@ -984,6 +987,10 @@ static const bfd_target * const _bfd_target_vector[] =
        &aarch64_mach_o_vec,
 #endif
 
+#ifdef BFD64
+       &amdgcn_elf64_le_vec,
+#endif
+
 #ifdef BFD64
        &alpha_ecoff_le_vec,
        &alpha_elf64_vec,
@@ -1353,6 +1360,7 @@ static const bfd_target * const _bfd_target_vector[] =
        &xtensa_elf32_le_vec,
 
        &z80_coff_vec,
+       &z80_elf32_vec,
 
        &z8k_coff_vec,
 #endif /* not SELECT_VECS */
This page took 0.027142 seconds and 4 git commands to generate.