projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c68b07
)
Re: CSKY: Add new arch CK860
author
Alan Modra
<amodra@gmail.com>
Wed, 26 Aug 2020 02:10:28 +0000
(11:40 +0930)
committer
Alan Modra
<amodra@gmail.com>
Wed, 26 Aug 2020 02:13:03 +0000
(11:43 +0930)
bfd-in2.h is a generated file. Put the new machine where it belongs.
* archures.c (bfd_mach_ck860): Define.
bfd/ChangeLog
patch
|
blob
|
history
bfd/archures.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 1766a0850daeeedea7c00e034d5c146144cae8ae..8a2677791fa3b61c73495d9c7b5a348bd28b8070 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-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
diff --git
a/bfd/archures.c
b/bfd/archures.c
index 551ec8732f00189dc5f4e13ef963cc077e589739..715abc7fadfb6aa5f50a10fce5f6dd5f473f5809 100644
(file)
--- 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
. };
*/