]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
RISC-V: Fixed the indent that caused by the previous commits accidentally.
authorNelson Chu <nelson.chu@sifive.com>
Fri, 15 Jan 2021 10:08:30 +0000 (18:08 +0800)
committerNelson Chu <nelson.chu@sifive.com>
Fri, 15 Jan 2021 10:13:30 +0000 (18:13 +0800)
bfd/
    * elfnn-riscv.c (riscv_relax_delete_bytes): Fixed the indent that
    caused by the previous commit accidentally.

bfd/ChangeLog
bfd/elfnn-riscv.c

index bec5b4f9ef91087e49bb376b51450725c803aee1..3ff16684c6126b9efbd9069e42367f24f2aa590c 100644 (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,
index bf700e9defdcd25c5707814025939d2cfea7b663..b2ec6a29fbf41628a2d0fb03b4ca10463692dc2c 100644 (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