[binutils-gdb] RISC-V: Fixed the indent that caused by the previous commits accidentally.
Nelson Chu
nelsonc1225@sourceware.org
Fri Jan 15 10:14:24 GMT 2021
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4bb5732e27bb43c354f4c55312316604b62a3a0f
commit 4bb5732e27bb43c354f4c55312316604b62a3a0f
Author: Nelson Chu <nelson.chu@sifive.com>
Date: Fri Jan 15 18:08:30 2021 +0800
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.
Diff:
---
bfd/ChangeLog | 5 +++++
bfd/elfnn-riscv.c | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index bec5b4f9ef9..3ff16684c61 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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,
diff --git a/bfd/elfnn-riscv.c b/bfd/elfnn-riscv.c
index bf700e9defd..b2ec6a29fbf 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
More information about the Binutils-cvs
mailing list