diff options
author | Alan Modra <amodra@gmail.com> | 2000-07-12 11:54:35 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-07-12 11:54:35 +0000 |
commit | 2b99395a2eac4216bf7255992e4d3da4df7751fa (patch) | |
tree | bb58ed59f22883d301b5b87cf8068226fbc8d1ed /include/elf | |
parent | 634acd5f8a2e36efa4eb98c71fc04519aa8abb26 (diff) | |
download | gdb-2b99395a2eac4216bf7255992e4d3da4df7751fa.zip gdb-2b99395a2eac4216bf7255992e4d3da4df7751fa.tar.gz gdb-2b99395a2eac4216bf7255992e4d3da4df7751fa.tar.bz2 |
Update comment.
Diffstat (limited to 'include/elf')
-rw-r--r-- | include/elf/ChangeLog | 4 | ||||
-rw-r--r-- | include/elf/internal.h | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog index 880c0ac..b78876d 100644 --- a/include/elf/ChangeLog +++ b/include/elf/ChangeLog @@ -1,3 +1,7 @@ +2000-07-12 Alan Modra <alan@linuxcare.com.au> + + * internal.h (struct elf_internal_sym): Update comment for st_other. + 2000-07-10 Alan Modra <alan@linuxcare.com.au> * hppa.h: Add comments to all the relocs. diff --git a/include/elf/internal.h b/include/elf/internal.h index a9b81a0..6ca316b 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 */ }; |