From b4f55afd031f14531ba7681032fc5f75a1578320 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 7 Jul 2009 09:53:01 -0700 Subject: Define STB_GNU_UNIQUE. --- elf/elf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'elf') diff --git a/elf/elf.h b/elf/elf.h index 8fdf74b..7efdede 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 */ -- cgit v1.1