X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bfd%2Fconfig.bfd;h=5dfbdd1a59c8d80e322455b3d6784d1774bdb33a;hb=eecbb9f1a3c750408c0544baba0ecbcbd38b3875;hp=9d8086eb9c509b922804dfde29942b09971b7509;hpb=71349dba76cd3ab4cbb853fd7db7c48dc2c185ee;p=deliverable%2Fbinutils-gdb.git diff --git a/bfd/config.bfd b/bfd/config.bfd index 9d8086eb9c..5dfbdd1a59 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -1,7 +1,7 @@ # config.bfd # -# Copyright (C) 2012-2019 Free Software Foundation, Inc. -# Copyright (C) 2019 Advanced Micro Devices, Inc. All rights reserved. +# Copyright (C) 2012-2020 Free Software Foundation, Inc. +# Copyright (C) 2019-2020 Advanced Micro Devices, Inc. All rights reserved. # # This file is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -209,7 +209,7 @@ wasm32) targ_archs=bfd_wasm32_arch ;; x86_64*) targ_archs=bfd_i386_arch ;; xtensa*) targ_archs=bfd_xtensa_arch ;; xgate) targ_archs=bfd_xgate_arch ;; -z80|r800) targ_archs=bfd_z80_arch ;; +z80*|r800|z180|gbz80|ez80*) targ_archs=bfd_z80_arch ;; z8k*) targ_archs=bfd_z8k_arch ;; *) targ_archs=bfd_${targ_cpu}_arch ;; esac @@ -1410,11 +1410,16 @@ case "${targ}" in targ_defvec=xc16x_elf32_vec ;; - z80-*-*) + z80-*-coff) targ_defvec=z80_coff_vec targ_underscore=no ;; + z80-*-elf) + targ_defvec=z80_elf32_vec + targ_underscore=no + ;; + z8k*-*-*) targ_defvec=z8k_coff_vec targ_underscore=yes