diff options
-rw-r--r-- | bfd/ChangeLog | 5 | ||||
-rw-r--r-- | bfd/elfnn-riscv.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bec5b4f..3ff1668 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,10 @@ 2021-01-15 Nelson Chu <nelson.chu@sifive.com> + * elfnn-riscv.c (riscv_relax_delete_bytes): Fixed the indent that + caused the by previous commit accidentally. + +2021-01-15 Nelson Chu <nelson.chu@sifive.com> + * elfnn-riscv.c: Indent, labels and GNU coding standards tidy, also aligned the code. diff --git a/bfd/elfnn-riscv.c b/bfd/elfnn-riscv.c index bf700e9..b2ec6a2 100644 --- a/bfd/elfnn-riscv.c +++ b/bfd/elfnn-riscv.c @@ -3934,7 +3934,7 @@ riscv_relax_delete_bytes (bfd *abfd, asection *sec, bfd_vma addr, size_t count, different symbols in 'sym_hashes', we don't want to adjust the global symbol __wrap_SYMBOL twice. - The same problem occurs with symbols that are versioned_hidden, as + The same problem occurs with symbols that are versioned_hidden, as foo becomes an alias for foo@BAR, and hence they need the same treatment. */ if (link_info->wrap_hash != NULL |