[AArch64] Remove X86-64 comments

bfd/
  * elfnn-aarch64.c (elfNN_aarch64_adjust_dynamic_symbol): Rewrite comments.
This commit is contained in:
Jiong Wang 2015-05-18 10:43:43 +01:00
parent df4227e4c6
commit 80de0c6d61
2 changed files with 6 additions and 5 deletions

View File

@ -1,3 +1,8 @@
2015-05-18 Jiong Wang <jiong.wang@arm.com>
* elfnn-aarch64.c (elfNN_aarch64_adjust_dynamic_symbol): Rewrite
comments.
2015-05-16 H.J. Lu <hongjiu.lu@intel.com>
* elf32-i386.c (elf_i386_check_relocs): Create .plt.got section

View File

@ -6020,11 +6020,7 @@ elfNN_aarch64_adjust_dynamic_symbol (struct bfd_link_info *info,
return TRUE;
}
else
/* It's possible that we incorrectly decided a .plt reloc was
needed for an R_X86_64_PC32 reloc to a non-function sym in
check_relocs. We can't decide accurately between function and
non-function syms in check-relocs; Objects loaded later in
the link may change h->type. So fix it now. */
/* Otherwise, reset to -1. */
h->plt.offset = (bfd_vma) - 1;