diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-12-19 19:50:40 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-12-19 19:50:40 +0000 |
commit | c3b0209786d490ee41d3f18e34c649a48e46a5c1 (patch) | |
tree | 5c303efa8a5f56e1105df4203ce2c5ece95d174a | |
parent | Fix and use elf_append_rel (diff) | |
download | binutils-gdb-c3b0209786d490ee41d3f18e34c649a48e46a5c1.tar.gz binutils-gdb-c3b0209786d490ee41d3f18e34c649a48e46a5c1.tar.bz2 binutils-gdb-c3b0209786d490ee41d3f18e34c649a48e46a5c1.zip |
Fix indentation in the last checkin
-rw-r--r-- | bfd/elf32-i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c index f031eac8128..fce70b95cfa 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -4006,7 +4006,7 @@ elf_i386_relocate_section (bfd *output_bfd, loc += (htab->next_tls_desc_index++ * sizeof (Elf32_External_Rel)); BFD_ASSERT (loc + sizeof (Elf32_External_Rel) - <= sreloc->contents + sreloc->size); + <= sreloc->contents + sreloc->size); bfd_elf32_swap_reloc_out (output_bfd, &outrel, loc); if (indx == 0) { |