[committed, PATCH] x86: Add RESOLVED_LOCALLY_P
H.J. Lu
hjl.tools@gmail.com
Fri Oct 6 07:28:00 GMT 2017
More information about the Binutils mailing list
Fri Oct 6 07:28:00 GMT 2017
- Previous message (by thread): [committed, PATCH] x86: Add NEED_DYNAMIC_RELOCATION_P
- Next message (by thread): [committed, PATCH] x86: Add GENERATE_RELATIVE_RELOC_P
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Add RESOLVED_LOCALLY_P which returns TRUE if symbol is resolved to local definition at link-time. * elfxx-x86.h (RESOLVED_LOCALLY_P): New. * elf32-i386.c (elf_i386_relocate_section): Use it. * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise. --- bfd/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 612bf85957..b43cdfac9b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,11 @@ 2017-10-06 H.J. Lu <hongjiu.lu@intel.com> + * elfxx-x86.h (RESOLVED_LOCALLY_P): New. + * elf32-i386.c (elf_i386_relocate_section): Use it. + * elf64-x86-64.c (elf_x86_64_relocate_section): Likewise. + +2017-10-06 H.J. Lu <hongjiu.lu@intel.com> + * elf32-i386.c (X86_PCREL_TYPE_P): New. (elf_i386_check_relocs): Use NEED_DYNAMIC_RELOCATION_P. * elf64-x86-64.c (IS_X86_64_PCREL_TYPE): Renamed to ... -- 2.13.6
- Previous message (by thread): [committed, PATCH] x86: Add NEED_DYNAMIC_RELOCATION_P
- Next message (by thread): [committed, PATCH] x86: Add GENERATE_RELATIVE_RELOC_P
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list