mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 11:20:10 +00:00
Define STB_GNU_UNIQUE.
This commit is contained in:
parent
eba0994e75
commit
b4f55afd03
@ -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.
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user