about summary refs log tree commit diff
path: root/elf
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-07-07 09:53:01 -0700
committerUlrich Drepper <drepper@redhat.com>2009-07-07 09:53:01 -0700
commitb4f55afd031f14531ba7681032fc5f75a1578320 (patch)
treeed1a7528ad899c4942f687f851d03b49ff812a05 /elf
parenteba0994e75e622ad30c6dcdb53e5ddedd043f6d7 (diff)
downloadglibc-b4f55afd031f14531ba7681032fc5f75a1578320.tar.gz
glibc-b4f55afd031f14531ba7681032fc5f75a1578320.tar.xz
glibc-b4f55afd031f14531ba7681032fc5f75a1578320.zip
Define STB_GNU_UNIQUE.
Diffstat (limited to 'elf')
-rw-r--r--elf/elf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/elf/elf.h b/elf/elf.h
index 8fdf74b099..7efdedefb4 100644
--- a/elf/elf.h
+++ b/elf/elf.h
@@ -444,6 +444,7 @@ typedef struct
 #define STB_WEAK	2		/* Weak symbol */
 #define	STB_NUM		3		/* Number of defined types.  */
 #define STB_LOOS	10		/* Start of OS-specific */
+#define STB_GNU_UNIQUE	10		/* Unique symbol.  */
 #define STB_HIOS	12		/* End of OS-specific */
 #define STB_LOPROC	13		/* Start of processor-specific */
 #define STB_HIPROC	15		/* End of processor-specific */