From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38241 invoked by alias); 15 Mar 2019 06:44:21 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 37185 invoked by uid 89); 15 Mar 2019 06:44:21 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-13.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,SPF_SOFTFAIL autolearn=ham version=3.3.1 spammy=HX-Languages-Length:1081, HContent-Transfer-Encoding:8bit X-HELO: mga04.intel.com Received: from mga04.intel.com (HELO mga04.intel.com) (192.55.52.120) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 15 Mar 2019 06:44:19 +0000 Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 14 Mar 2019 23:44:18 -0700 Received: from gnu-cfl-2.sh.intel.com (HELO gnu-cfl-2.localdomain) ([10.239.153.88]) by fmsmga008.fm.intel.com with ESMTP; 14 Mar 2019 23:44:17 -0700 Received: from gnu-cfl-2.sh.intel.com (localhost [IPv6:::1]) by gnu-cfl-2.localdomain (Postfix) with ESMTP id EE4E5C0054 for ; Fri, 15 Mar 2019 14:44:16 +0800 (CST) From: "H.J. Lu" To: binutils@sourceware.org Subject: [PATCH] Re-indent elf_x86_64_relocate_section Date: Fri, 15 Mar 2019 06:44:00 -0000 Message-Id: <20190315064416.20158-1-hjl.tools@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2019-03/txt/msg00077.txt.bz2 * elf64-x86-64.c (elf_x86_64_relocate_section): Re-indent. --- bfd/ChangeLog | 4 ++++ bfd/elf64-x86-64.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 1e2681e2e6..084dbe08fd 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2019-03-15 H.J. Lu + + * elf64-x86-64.c (elf_x86_64_relocate_section): Re-indent. + 2019-03-14 Nick Clifton PR 24334 diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c index e193f44e93..0d1c8397c8 100644 --- a/bfd/elf64-x86-64.c +++ b/bfd/elf64-x86-64.c @@ -3013,14 +3013,14 @@ skip_ifunc: && ELF_ST_VISIBILITY (h->other) == STV_PROTECTED) { _bfd_error_handler - /* xgettext:c-format */ + /* xgettext:c-format */ (_("%pB: relocation R_X86_64_GOTOFF64 against protected %s" " `%s' can not be used when making a shared object"), input_bfd, h->type == STT_FUNC ? "function" : "data", h->root.root.string); bfd_set_error (bfd_error_bad_value); - return FALSE; + return FALSE; } } -- 2.20.1