From: Alan Modra Date: Wed, 26 Aug 2020 02:10:28 +0000 (+0930) Subject: Re: CSKY: Add new arch CK860 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=13f8a2465ec5babfb777c14a6215d8eaef4aa6ef;p=binutils-gdb.git Re: CSKY: Add new arch CK860 bfd-in2.h is a generated file. Put the new machine where it belongs. * archures.c (bfd_mach_ck860): Define. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1766a0850da..8a2677791fa 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2020-08-26 Alan Modra + + * archures.c (bfd_mach_ck860): Define. + 2020-08-25 Mark Wielaard * dwarf2.c (struct dwarf2_debug_file): Add dwarf_rnglists_buffer diff --git a/bfd/archures.c b/bfd/archures.c index 551ec8732f0..715abc7fadf 100644 --- a/bfd/archures.c +++ b/bfd/archures.c @@ -552,6 +552,7 @@ DESCRIPTION .#define bfd_mach_ck803 5 .#define bfd_mach_ck807 6 .#define bfd_mach_ck810 7 +.#define bfd_mach_ck860 8 . bfd_arch_last . }; */