mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 15:13:53 +08:00
elf.h: Remove duplicate definition of VER_FLG_WEAK
This did not cause a warning before because the token sequence for the two definitions was identical. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
45459476ec
commit
29eb796119
@ -1064,7 +1064,8 @@ typedef struct
|
|||||||
|
|
||||||
/* Legal values for vd_flags (version information flags). */
|
/* Legal values for vd_flags (version information flags). */
|
||||||
#define VER_FLG_BASE 0x1 /* Version definition of file itself */
|
#define VER_FLG_BASE 0x1 /* Version definition of file itself */
|
||||||
#define VER_FLG_WEAK 0x2 /* Weak version identifier */
|
#define VER_FLG_WEAK 0x2 /* Weak version identifier. Also
|
||||||
|
used by vna_flags below. */
|
||||||
|
|
||||||
/* Versym symbol index values. */
|
/* Versym symbol index values. */
|
||||||
#define VER_NDX_LOCAL 0 /* Symbol is local. */
|
#define VER_NDX_LOCAL 0 /* Symbol is local. */
|
||||||
@ -1142,10 +1143,6 @@ typedef struct
|
|||||||
} Elf64_Vernaux;
|
} Elf64_Vernaux;
|
||||||
|
|
||||||
|
|
||||||
/* Legal values for vna_flags. */
|
|
||||||
#define VER_FLG_WEAK 0x2 /* Weak version identifier */
|
|
||||||
|
|
||||||
|
|
||||||
/* Auxiliary vector. */
|
/* Auxiliary vector. */
|
||||||
|
|
||||||
/* This vector is normally only used by the program interpreter. The
|
/* This vector is normally only used by the program interpreter. The
|
||||||
|
Loading…
Reference in New Issue
Block a user