diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-12-19 19:41:18 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-12-19 19:41:18 +0000 |
commit | 13ca314985e8d50c15a7f147e768581737847f3c (patch) | |
tree | 8deabce775e8b455e667dd4fe97c34d9de7c30c0 /bfd/elf32-i386.c | |
parent | bb627a1246d519a5d3843f1ab157a98aae148ced (diff) | |
download | gdb-13ca314985e8d50c15a7f147e768581737847f3c.zip gdb-13ca314985e8d50c15a7f147e768581737847f3c.tar.gz gdb-13ca314985e8d50c15a7f147e768581737847f3c.tar.bz2 |
Reindent elf_i386_finish_dynamic_symbol
* elf32-i386.c (elf_i386_finish_dynamic_symbol): Reindent.
Diffstat (limited to 'bfd/elf32-i386.c')
-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 71e9eaf..4ca25f2 100644 --- a/bfd/elf32-i386.c +++ b/bfd/elf32-i386.c @@ -4549,7 +4549,7 @@ elf_i386_finish_dynamic_symbol (bfd *output_bfd, + got_offset); rel.r_info = ELF32_R_INFO (htab->elf.hplt->indx, R_386_32); bfd_elf32_swap_reloc_out (output_bfd, &rel, - loc + sizeof (Elf32_External_Rel)); + loc + sizeof (Elf32_External_Rel)); } } else |