Update comment.
authorAlan Modra <amodra@gmail.com>
Wed, 12 Jul 2000 11:54:35 +0000 (11:54 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 12 Jul 2000 11:54:35 +0000 (11:54 +0000)
include/elf/ChangeLog
include/elf/internal.h

index 880c0ac3540c90c97dc1a10ca190cfbf53ab1685..b78876d31df8ea1e478b3bf89ec4afd4047c4c07 100644 (file)
@@ -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. 
index a9b81a0707ba88dee7e8f22a6ba4f1dc53b64daf..6ca316b25a9c183425ef34b01c74056a96bd07fc 100644 (file)
@@ -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 */
 };