diff options
author | Nick Clifton <nickc@redhat.com> | 2000-01-04 23:28:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-01-04 23:28:10 +0000 |
commit | 9b234ee9323726271aa3e43d5f11e616c0bc7b89 (patch) | |
tree | 0377b9ce192bee292bd1d58cc3fc0bc970039c1f /bfd | |
parent | 01c7f6303d089314bb9463fdb7a21309a49f6d2b (diff) | |
download | gdb-9b234ee9323726271aa3e43d5f11e616c0bc7b89.zip gdb-9b234ee9323726271aa3e43d5f11e616c0bc7b89.tar.gz gdb-9b234ee9323726271aa3e43d5f11e616c0bc7b89.tar.bz2 |
oops - omitted from previous delta
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/elf-bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 2be74c1..302ca7a 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -157,7 +157,7 @@ struct elf_link_hash_entry /* Symbol type (STT_NOTYPE, STT_OBJECT, etc.). */ char type; - /* Symbol st_other value. */ + /* Symbol st_other value, symbol visibility. */ unsigned char other; /* Hash value of the name computed using the ELF hash function. */ |