RISC-V: Fixed the indent that caused by the previous commits accidentally.

bfd/
    * elfnn-riscv.c (riscv_relax_delete_bytes): Fixed the indent that
    caused by the previous commit accidentally.
This commit is contained in:
Nelson Chu 2021-01-15 18:08:30 +08:00
parent 1942a04836
commit 4bb5732e27
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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,

View File

@ -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