From 534a31f6908dfec77b02051240630059e3ad7520 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 24 Aug 2007 21:47:53 +0000 Subject: 2007-08-24 H.J. Lu * elf64-x86-64.c (elf64_x86_64_relocate_section): Adjust indentation. --- bfd/ChangeLog | 5 +++++ bfd/elf64-x86-64.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ede31d9..8a83276 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2007-08-24 H.J. Lu + + * elf64-x86-64.c (elf64_x86_64_relocate_section): Adjust + indentation. + 2007-08-24 Pedro Alves * elf.c (elfcore_grok_win32pstatus): Remove HAVE_WIN32_PSTATUS_T 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) { -- cgit v1.1