Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <modra@gmail.com>2000-07-12 15:54:35 +0400
committerAlan Modra <modra@gmail.com>2000-07-12 15:54:35 +0400
commita8602abba3af302d84a88c0de280a7169c5e9d31 (patch)
tree2985e83e77971358ff625420c835a073179a6518 /include/elf/internal.h
parent5f9316981a7df426730026dfd0eea55303133594 (diff)
Update comment.
Diffstat (limited to 'include/elf/internal.h')
-rw-r--r--include/elf/internal.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/elf/internal.h b/include/elf/internal.h
index a9b81a070..6ca316b25 100644
--- a/include/elf/internal.h
+++ b/include/elf/internal.h
@@ -1,5 +1,6 @@
/* ELF support for BFD.
- Copyright (C) 1991, 92, 93, 94, 95, 97, 1998 Free Software Foundation, Inc.
+ Copyright (C) 1991, 92, 93, 94, 95, 97, 98, 2000
+ Free Software Foundation, Inc.
Written by Fred Fish @ Cygnus Support, from information published
in "UNIX System V Release 4, Programmers Guide: ANSI C and
@@ -112,7 +113,7 @@ struct elf_internal_sym {
bfd_vma st_size; /* Associated symbol size */
unsigned long st_name; /* Symbol name, index in string tbl */
unsigned char st_info; /* Type and binding attributes */
- unsigned char st_other; /* No defined meaning, 0 */
+ unsigned char st_other; /* Visibilty, and target specific */
unsigned short st_shndx; /* Associated section index */
};