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:
11fa9f1
)
Change the default for the CSKY target to be little endian.
author
Lifang Xia
<lifang_xia@c-sky.com>
Fri, 4 Jan 2019 13:56:46 +0000
(13:56 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Fri, 4 Jan 2019 13:56:46 +0000
(13:56 +0000)
* config.bfd (csky-*-elf* | csky-*-linux*): Modify the csky
default target, little endian target is more suitable.
bfd/ChangeLog
patch
|
blob
|
history
bfd/config.bfd
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index fc6782f4414618f9c16b82a8117c90854ab60a14..880ee8e80e5d2e22f200bb6cbec52a221ae5bad4 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-1,3
+1,8
@@
+2019-01-04 Lifang Xia <lifang_xia@c-sky.com>
+
+ * config.bfd (csky-*-elf* | csky-*-linux*): Modify the csky
+ default target, little endian target is more suitable.
+
2019-01-04 Alan Modra <amodra@gmail.com>
PR 24061
diff --git
a/bfd/config.bfd
b/bfd/config.bfd
index 014cc8ff0e46e31a39dcae9fd4e8b95f44830a59..0e1ddb659c3ab7160aab0a7c173b85052f870e65 100644
(file)
--- a/
bfd/config.bfd
+++ b/
bfd/config.bfd
@@
-463,7
+463,7
@@
case "${targ}" in
;;
csky-*-elf* | csky-*-linux* )
- targ_defvec=csky_elf32_
b
e_vec
+ targ_defvec=csky_elf32_
l
e_vec
targ_selvecs="csky_elf32_be_vec csky_elf32_le_vec"
;;