diff options
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 76055ba..8703aeb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +2020-09-03 Kito Cheng <kito.cheng@sifive.com> + + * elfnn-riscv.c (riscv_merge_std_ext): Fix to report the correct + error message when the versions of extension are mis-matched. + * elfxx-riscv.c (riscv_parse_subset): Don't issue the error when + the string is empty. + 2020-09-03 Alan Modra <amodra@gmail.com> * xcofflink.c (xcoff_get_archive_info): Allocate xcoff_archive_info |