diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2007-08-24 21:47:53 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2007-08-24 21:47:53 +0000 |
commit | 534a31f6908dfec77b02051240630059e3ad7520 (patch) | |
tree | 37740f03959761078f0909b2a693f198414a84a3 /bfd/elf64-x86-64.c | |
parent | 4a6636fbb5c051fbe15d18a005a2a505ef652571 (diff) | |
download | gdb-534a31f6908dfec77b02051240630059e3ad7520.zip gdb-534a31f6908dfec77b02051240630059e3ad7520.tar.gz gdb-534a31f6908dfec77b02051240630059e3ad7520.tar.bz2 |
2007-08-24 H.J. Lu <hongjiu.lu@intel.com>
* elf64-x86-64.c (elf64_x86_64_relocate_section): Adjust
indentation.
Diffstat (limited to 'bfd/elf64-x86-64.c')
-rw-r--r-- | bfd/elf64-x86-64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index 34eae58..840e37a 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -2761,7 +2761,7 @@ elf64_x86_64_relocate_section (bfd *output_bfd, struct bfd_link_info *info, symtab_hdr, sym_hashes, &r_type, tls_type, rel, relend, h)) - return FALSE; + return FALSE; if (r_type == R_X86_64_TPOFF32) { |