diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2017-09-08 09:15:25 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2017-09-08 09:15:37 -0700 |
commit | c7df954fc4be9eea78a812d04beb6a5534d9a5e7 (patch) | |
tree | e7faa59c7a323b6b2de41229f93401b50c9e532a /bfd/elfxx-x86.h | |
parent | 469412dd9ccc4de5874fd3299b105833f36b34cd (diff) | |
download | gdb-c7df954fc4be9eea78a812d04beb6a5534d9a5e7.zip gdb-c7df954fc4be9eea78a812d04beb6a5534d9a5e7.tar.gz gdb-c7df954fc4be9eea78a812d04beb6a5534d9a5e7.tar.bz2 |
x86: Update comments in elfxx-x86.h
* elfxx-x86.h: Update comments.
Diffstat (limited to 'bfd/elfxx-x86.h')
-rw-r--r-- | bfd/elfxx-x86.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/elfxx-x86.h b/bfd/elfxx-x86.h index 8f0cad0..ccc72da 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. |