mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-05 19:35:52 +03:00
Fix build with multiarch disabled.
This commit is contained in:
committed by
David S. Miller
parent
5c0b8d9013
commit
751626f948
@@ -1,3 +1,9 @@
|
|||||||
|
2011-06-30 Aurelien Jarno <aurelien@aurel32.net>
|
||||||
|
|
||||||
|
* sysdeps/generic/dl-irel.h: fix protection against multiple
|
||||||
|
inclusions.
|
||||||
|
* sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
|
||||||
|
|
||||||
2011-06-28 Ulrich Drepper <drepper@gmail.com>
|
2011-06-28 Ulrich Drepper <drepper@gmail.com>
|
||||||
|
|
||||||
[BZ #12935]
|
[BZ #12935]
|
||||||
|
@@ -17,7 +17,14 @@
|
|||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||||
02111-1307 USA. */
|
02111-1307 USA. */
|
||||||
|
|
||||||
#ifndef _DL_IREL_h
|
#ifndef _DL_IREL_H
|
||||||
#define _DL_IREL_H
|
#define _DL_IREL_H
|
||||||
|
|
||||||
|
static inline DL_FIXUP_VALUE_TYPE
|
||||||
|
__attribute ((always_inline))
|
||||||
|
elf_ifunc_invoke (ElfW(Addr) addr)
|
||||||
|
{
|
||||||
|
return ((DL_FIXUP_VALUE_TYPE (*) (void)) (addr)) ();
|
||||||
|
}
|
||||||
|
|
||||||
#endif /* dl-irel.h */
|
#endif /* dl-irel.h */
|
||||||
|
Reference in New Issue
Block a user