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.
This commit is contained in:
Alan Modra
2020-08-26 11:40:28 +09:30
parent 3c68b07e84
commit 13f8a2465e
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2020-08-26 Alan Modra <amodra@gmail.com>
* archures.c (bfd_mach_ck860): Define.
2020-08-25 Mark Wielaard <mark@klomp.org>
* dwarf2.c (struct dwarf2_debug_file): Add dwarf_rnglists_buffer

View File

@ -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
. };
*/