aboutsummaryrefslogtreecommitdiff
path: root/bfd/elfnn-riscv.c
diff options
context:
space:
mode:
authorNelson Chu <nelson.chu@sifive.com>2021-01-15 18:08:30 +0800
committerNelson Chu <nelson.chu@sifive.com>2021-01-15 18:13:30 +0800
commit4bb5732e27bb43c354f4c55312316604b62a3a0f (patch)
treeedcf6f28176da5a377e8ac420983afae7e3ef50d /bfd/elfnn-riscv.c
parent1942a0483653cd8906058148001fc5b091f2191c (diff)
downloadgdb-4bb5732e27bb43c354f4c55312316604b62a3a0f.zip
gdb-4bb5732e27bb43c354f4c55312316604b62a3a0f.tar.gz
gdb-4bb5732e27bb43c354f4c55312316604b62a3a0f.tar.bz2
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.
Diffstat (limited to 'bfd/elfnn-riscv.c')
-rw-r--r--bfd/elfnn-riscv.c2
1 files changed, 1 insertions, 1 deletions
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