[prev in list] [next in list] [prev in thread] [next in thread] 

List:       binutils
Subject:    [PATCH] x86: Define check_relocs_failed in elfxx-x86.h
From:       "H.J. Lu via Binutils" <binutils () sourceware ! org>
Date:       2021-12-31 15:18:02
Message-ID: 20211231151802.3547030-1-hjl.tools () gmail ! com
[Download RAW message or body]

	* elf32-i386.c (check_relocs_failed): Moved to ...
	* elfxx-x86.h (check_relocs_failed): Here.  New.
	* elf64-x86-64.c (check_relocs_failed): Removed.
---
 bfd/elf32-i386.c   | 4 ----
 bfd/elf64-x86-64.c | 4 ----
 bfd/elfxx-x86.h    | 4 ++++
 3 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/bfd/elf32-i386.c b/bfd/elf32-i386.c
index 5660e9539af..abc34a9b847 100644
--- a/bfd/elf32-i386.c
+++ b/bfd/elf32-i386.c
@@ -1451,10 +1451,6 @@ elf_i386_convert_load_reloc (bfd *abfd, Elf_Internal_Shdr *symtab_hdr,
   return true;
 }
 
-/* Rename some of the generic section flags to better document how they
-   are used here.  */
-#define check_relocs_failed	sec_flg0
-
 /* Look through the relocs for a section during the first phase, and
    calculate needed space in the global offset table, procedure linkage
    table, and dynamic reloc sections.  */
diff --git a/bfd/elf64-x86-64.c b/bfd/elf64-x86-64.c
index 637f7464d94..6d201dfe5bc 100644
--- a/bfd/elf64-x86-64.c
+++ b/bfd/elf64-x86-64.c
@@ -1377,10 +1377,6 @@ elf_x86_64_tls_transition (struct bfd_link_info *info, bfd *abfd,
   return true;
 }
 
-/* Rename some of the generic section flags to better document how they
-   are used here.  */
-#define check_relocs_failed	sec_flg0
-
 static bool
 elf_x86_64_need_pic (struct bfd_link_info *info,
 		     bfd *input_bfd, asection *sec,
diff --git a/bfd/elfxx-x86.h b/bfd/elfxx-x86.h
index 91a141f1363..79862d09209 100644
--- a/bfd/elfxx-x86.h
+++ b/bfd/elfxx-x86.h
@@ -615,6 +615,10 @@ struct elf_x86_plt
    && elf_tdata (bfd) != NULL				\
    && elf_object_id (bfd) == (htab)->elf.hash_table_id)
 
+/* Rename some of the generic section flags to better document how they
+   are used here.  */
+#define check_relocs_failed	sec_flg0
+
 extern bool _bfd_x86_elf_mkobject
   (bfd *);
 
-- 
2.33.1

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic