diff options
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/ld.elf_so/rtld.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/ld.elf_so/rtld.c b/libexec/ld.elf_so/rtld.c index 9ed3f22e8d9..8b3069bcaa8 100644 --- a/libexec/ld.elf_so/rtld.c +++ b/libexec/ld.elf_so/rtld.c @@ -1,4 +1,4 @@ -/* $NetBSD: rtld.c,v 1.182 2016/12/01 18:21:39 christos Exp $ */ +/* $NetBSD: rtld.c,v 1.183 2017/02/27 20:25:26 chs Exp $ */ /* * Copyright 1996 John D. Polstra. @@ -40,7 +40,7 @@ #include <sys/cdefs.h> #ifndef lint -__RCSID("$NetBSD: rtld.c,v 1.182 2016/12/01 18:21:39 christos Exp $"); +__RCSID("$NetBSD: rtld.c,v 1.183 2017/02/27 20:25:26 chs Exp $"); #endif /* not lint */ #include <sys/param.h> @@ -1071,7 +1071,7 @@ _rtld_objmain_sym(const char *name) } #ifdef __powerpc__ -static void * +static __noinline void * hackish_return_address(void) { return __builtin_return_address(1); |
