diff options
author | Nick Clifton <nickc@redhat.com> | 2000-02-22 19:59:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-02-22 19:59:40 +0000 |
commit | 72509dcd5c28e8565f371d20a9f6932ebc2617a4 (patch) | |
tree | 80762dc21256809fad42717d0c7dbb9b8a962573 /include | |
parent | ca47b30c873c5b07e3c3b1a4be34d9618ce5d7fe (diff) | |
download | gdb-72509dcd5c28e8565f371d20a9f6932ebc2617a4.zip gdb-72509dcd5c28e8565f371d20a9f6932ebc2617a4.tar.gz gdb-72509dcd5c28e8565f371d20a9f6932ebc2617a4.tar.bz2 |
Updated comment.
Diffstat (limited to 'include')
-rw-r--r-- | include/elf/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/elf/common.h b/include/elf/common.h index 0ff2d8d..28804e0 100644 --- a/include/elf/common.h +++ b/include/elf/common.h @@ -313,7 +313,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #define ELF64_ST_TYPE ELF_ST_TYPE #define ELF64_ST_INFO ELF_ST_INFO -/* These two macros disassemble and assemble a symbol's visibility into +/* This macro disassembles and assembles a symbol's visibility into the st_other field. The STV_ defines specificy the actual visibility. */ #define ELF_ST_VISIBILITY(v) ((v) & 0x3) |