mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-03 16:21:06 +00:00
Hurd: hidden_nolink macro for NO_HIDDEN case.
This commit is contained in:
parent
8069478040
commit
1792c087e5
@ -1,5 +1,7 @@
|
|||||||
2012-05-10 Thomas Schwinge <thomas@schwinge.name>
|
2012-05-10 Thomas Schwinge <thomas@schwinge.name>
|
||||||
|
|
||||||
|
* include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
|
||||||
|
|
||||||
* nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
|
* nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
|
||||||
|
|
||||||
2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
2012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
/* Support macros for making weak and strong aliases for symbols,
|
/* Support macros for making weak and strong aliases for symbols,
|
||||||
and for using symbol sets and linker warnings with GNU ld.
|
and for using symbol sets and linker warnings with GNU ld.
|
||||||
Copyright (C) 1995-1998,2000-2006,2008,2009,2011,2012
|
Copyright (C) 1995-2012 Free Software Foundation, Inc.
|
||||||
Free Software Foundation, Inc.
|
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -550,6 +549,7 @@ for linking")
|
|||||||
# define hidden_data_weak(name)
|
# define hidden_data_weak(name)
|
||||||
# define hidden_data_def(name)
|
# define hidden_data_def(name)
|
||||||
# define hidden_data_ver(local, name)
|
# define hidden_data_ver(local, name)
|
||||||
|
# define hidden_nolink(name, lib, version)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined NOT_IN_libc
|
#if !defined NOT_IN_libc
|
||||||
|
Loading…
Reference in New Issue
Block a user