From c7df954fc4be9eea78a812d04beb6a5534d9a5e7 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Fri, 8 Sep 2017 09:15:25 -0700 Subject: [PATCH] x86: Update comments in elfxx-x86.h * elfxx-x86.h: Update comments. --- bfd/ChangeLog | 4 ++++ bfd/elfxx-x86.h | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 73d3d1ca443..99c450395d7 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +2017-09-08 H.J. Lu + + * elfxx-x86.h: Update comments. + 2017-09-08 H.J. Lu * elf32-i386.c (elf_i386_link_setup_gnu_properties): Replace diff --git a/bfd/elfxx-x86.h b/bfd/elfxx-x86.h index 8f0cad02812..ccc72dabf5b 100644 --- a/bfd/elfxx-x86.h +++ b/bfd/elfxx-x86.h @@ -108,8 +108,8 @@ struct elf_x86_link_hash_entry */ unsigned int local_ref : 2; - /* Symbol is referenced by R_386_GOTOFF relocation. This is only used - by i386. */ + /* Terue if symbol is referenced by R_386_GOTOFF relocation. This is + only used by i386. */ unsigned int gotoff_ref : 1; /* TRUE if a weak symbol with a real definition needs a copy reloc. -- 2.30.2