diff options
author | Lifang Xia <lifang_xia@c-sky.com> | 2019-01-04 13:56:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2019-01-04 13:56:46 +0000 |
commit | d9858c37914e104401071b12b060765024008fe4 (patch) | |
tree | b740ee69f1e1d65030057c10320133ab6c938b6f /bfd/ChangeLog | |
parent | 11fa9f134fd658075c6f74499c780df045d9e9ca (diff) | |
download | gdb-d9858c37914e104401071b12b060765024008fe4.zip gdb-d9858c37914e104401071b12b060765024008fe4.tar.gz gdb-d9858c37914e104401071b12b060765024008fe4.tar.bz2 |
Change the default for the CSKY target to be little endian.
* config.bfd (csky-*-elf* | csky-*-linux*): Modify the csky
default target, little endian target is more suitable.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fc6782f..880ee8e 100644 --- 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 |