]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define STB_GNU_UNIQUE.
authorUlrich Drepper <drepper@redhat.com>
Tue, 7 Jul 2009 16:53:01 +0000 (09:53 -0700)
committerUlrich Drepper <drepper@redhat.com>
Tue, 7 Jul 2009 16:53:01 +0000 (09:53 -0700)
ChangeLog
elf/elf.h

index d83ca214d10013b3f8047e497b8f7b9972d2c623..f06f610d36f5f7f68558b4f3e3b27624202fdaa4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2009-07-07  Ulrich Drepper  <drepper@redhat.com>
 
+       * elf/elf.h (STB_GNU_UNIQUE): Define.
+
        * elf/dl-misc.c (_dl_higher_prime_number): New function.  Moved here
        from...
        * include/inline-hashtab.h: ...here.
index 8fdf74b099ad3cf853cc77be6c6cb96032ea29cb..7efdedefb4b9f5b785a97bce1d9d4c18f6eb31ca 100644 (file)
--- 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 */