projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59d6ffb
)
Fix indentation in the last checkin
author
H.J. Lu
<hjl.tools@gmail.com>
Wed, 19 Dec 2012 19:50:40 +0000
(19:50 +0000)
committer
H.J. Lu
<hjl.tools@gmail.com>
Wed, 19 Dec 2012 19:50:40 +0000
(19:50 +0000)
bfd/elf32-i386.c
patch
|
blob
|
history
diff --git
a/bfd/elf32-i386.c
b/bfd/elf32-i386.c
index f031eac81281d2ed152f8104845d13de43f24a63..fce70b95cfaa80e557a19bf272567840fe741b7a 100644
(file)
--- 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)
{