[git commit ldso-future] ldso.c: mark _dl_getenv noinline, size shrink

Peter S. Mazinger ps.m at gmx.net
Mon Apr 11 11:27:03 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=0a0361104efeca0332b1da8d5ac5678fa0dbc0ab
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/ldso-future

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 ldso/ldso/ldso.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ldso/ldso/ldso.c b/ldso/ldso/ldso.c
index eb439ef..83902ff 100644
--- a/ldso/ldso/ldso.c
+++ b/ldso/ldso/ldso.c
@@ -110,7 +110,7 @@ uintptr_t __guard attribute_relro;
 
 static __attribute_noinline__ char *_dl_strdup(const char *);
 
-static char *_dl_getenv(const char *symbol, char **envp)
+static __attribute_noinline__ char *_dl_getenv(const char *symbol, char **envp)
 {
 	char *pnt;
 	const char *pnt1;
-- 
1.7.3.4



More information about the uClibc-cvs mailing list