mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 04:25:10 +08:00
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:
parent
1942a04836
commit
4bb5732e27
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user